Home
last modified time | relevance | path

Searched refs:RedCG (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1227 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit() local
1235 RedCG.emitSharedOrigLValue(*this, Count); in EmitOMPReductionClauseInit()
1236 RedCG.emitAggregateType(*this, Count); in EmitOMPReductionClauseInit()
1238 RedCG.emitInitialization(*this, Count, Emission.getAllocatedAddress(), in EmitOMPReductionClauseInit()
1239 RedCG.getSharedLValue(Count).getAddress(*this), in EmitOMPReductionClauseInit()
1245 Address BaseAddr = RedCG.adjustPrivateAddress( in EmitOMPReductionClauseInit()
1248 PrivateScope.addPrivate(RedCG.getBaseDecl(Count), BaseAddr); in EmitOMPReductionClauseInit()
1261 RedCG.getSharedLValue(Count).getAddress(*this)); in EmitOMPReductionClauseInit()
1268 RedCG.getSharedLValue(Count).getAddress(*this)); in EmitOMPReductionClauseInit()
1276 Address OriginalAddr = RedCG.getSharedLValue(Count).getAddress(*this); in EmitOMPReductionClauseInit()
[all …]