Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1237 RedCG.getSharedLValue(Count).getAddress(*this), in EmitOMPReductionClauseInit()
1259 RedCG.getSharedLValue(Count).getAddress(*this)); in EmitOMPReductionClauseInit()
1266 RedCG.getSharedLValue(Count).getAddress(*this)); in EmitOMPReductionClauseInit()
1274 Address OriginalAddr = RedCG.getSharedLValue(Count).getAddress(*this); in EmitOMPReductionClauseInit()
4819 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
4875 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
5094 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in processInReduction()
5145 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in processInReduction()
H A DCGOpenMPRuntime.h206 LValue getSharedLValue(unsigned N) const { return SharedAddresses[N].first; } in getSharedLValue() function
H A DCGOpenMPRuntime.cpp5995 CGF.EmitCastToVoidPtr(RCG.getSharedLValue(Cnt).getPointer(CGF)); in emitTaskReductionInit()