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.cpp1288 ReductionCodeGen RedCG(Shareds, Shareds, Privates, ReductionOps); in EmitOMPReductionClauseInit() local
1296 RedCG.emitSharedOrigLValue(*this, Count); in EmitOMPReductionClauseInit()
1297 RedCG.emitAggregateType(*this, Count); in EmitOMPReductionClauseInit()
1299 RedCG.emitInitialization(*this, Count, Emission.getAllocatedAddress(), in EmitOMPReductionClauseInit()
1300 RedCG.getSharedLValue(Count).getAddress(), in EmitOMPReductionClauseInit()
1306 Address BaseAddr = RedCG.adjustPrivateAddress( in EmitOMPReductionClauseInit()
1309 PrivateScope.addPrivate(RedCG.getBaseDecl(Count), BaseAddr); in EmitOMPReductionClauseInit()
1321 PrivateScope.addPrivate(LHSVD, RedCG.getSharedLValue(Count).getAddress()); in EmitOMPReductionClauseInit()
1327 PrivateScope.addPrivate(LHSVD, RedCG.getSharedLValue(Count).getAddress()); in EmitOMPReductionClauseInit()
1334 Address OriginalAddr = RedCG.getSharedLValue(Count).getAddress(); in EmitOMPReductionClauseInit()
[all …]