Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1250 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit() local
1258 RedCG.emitSharedOrigLValue(*this, Count); in EmitOMPReductionClauseInit()
1259 RedCG.emitAggregateType(*this, Count); in EmitOMPReductionClauseInit()
1261 RedCG.emitInitialization(*this, Count, Emission.getAllocatedAddress(), in EmitOMPReductionClauseInit()
1262 RedCG.getSharedLValue(Count).getAddress(), in EmitOMPReductionClauseInit()
1268 Address BaseAddr = RedCG.adjustPrivateAddress( in EmitOMPReductionClauseInit()
1271 PrivateScope.addPrivate(RedCG.getBaseDecl(Count), BaseAddr); in EmitOMPReductionClauseInit()
1283 PrivateScope.addPrivate(LHSVD, RedCG.getSharedLValue(Count).getAddress()); in EmitOMPReductionClauseInit()
1289 PrivateScope.addPrivate(LHSVD, RedCG.getSharedLValue(Count).getAddress()); in EmitOMPReductionClauseInit()
1296 Address OriginalAddr = RedCG.getSharedLValue(Count).getAddress(); in EmitOMPReductionClauseInit()
[all …]