Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1300 RedCG.getSharedLValue(Count).getAddress(), in EmitOMPReductionClauseInit()
1321 PrivateScope.addPrivate(LHSVD, RedCG.getSharedLValue(Count).getAddress()); in EmitOMPReductionClauseInit()
1327 PrivateScope.addPrivate(LHSVD, RedCG.getSharedLValue(Count).getAddress()); in EmitOMPReductionClauseInit()
1334 Address OriginalAddr = RedCG.getSharedLValue(Count).getAddress(); in EmitOMPReductionClauseInit()
5156 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
5212 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
5440 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in processInReduction()
5491 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in processInReduction()
H A DCGOpenMPRuntime.h208 LValue getSharedLValue(unsigned N) const { return SharedAddresses[N].first; } in getSharedLValue() function
H A DCGOpenMPRuntime.cpp5739 llvm::Value *Shared = RCG.getSharedLValue(Cnt).getPointer(CGF); in emitTaskReductionInit()