Searched refs:getSharedLValue (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1239 RedCG.getSharedLValue(Count).getAddress(*this), 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() 4872 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective() 4928 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective() 5147 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in processInReduction() 5198 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 | 5682 CGF.EmitCastToVoidPtr(RCG.getSharedLValue(Cnt).getPointer(CGF)); in emitTaskReductionInit()
|