Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1235 RedCG.getSharedLValue(Count).getAddress(*this), in EmitOMPReductionClauseInit()
1257 RedCG.getSharedLValue(Count).getAddress(*this)); in EmitOMPReductionClauseInit()
1264 RedCG.getSharedLValue(Count).getAddress(*this)); in EmitOMPReductionClauseInit()
1271 Address OriginalAddr = RedCG.getSharedLValue(Count).getAddress(*this); in EmitOMPReductionClauseInit()
4899 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
4955 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
5181 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in processInReduction()
5232 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.cpp5477 llvm::Value *Shared = RCG.getSharedLValue(Cnt).getPointer(CGF); in emitTaskReductionInit()