Searched refs:getSharedLValue (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1262 RedCG.getSharedLValue(Count).getAddress(), 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() 4956 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective() 5012 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective() 5238 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in processInReduction() 5289 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in processInReduction()
|
H A D | CGOpenMPRuntime.h | 207 LValue getSharedLValue(unsigned N) const { return SharedAddresses[N].first; } in getSharedLValue() function
|
H A D | CGOpenMPRuntime.cpp | 5493 llvm::Value *Shared = RCG.getSharedLValue(Cnt).getPointer(CGF); in emitTaskReductionInit()
|