Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1239 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 DCGOpenMPRuntime.h207 LValue getSharedLValue(unsigned N) const { return SharedAddresses[N].first; } in getSharedLValue() function
H A DCGOpenMPRuntime.cpp5682 CGF.EmitCastToVoidPtr(RCG.getSharedLValue(Cnt).getPointer(CGF)); in emitTaskReductionInit()