Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1096 RedCG.getSharedLValue(Count), in EmitOMPReductionClauseInit()
1118 return RedCG.getSharedLValue(Count).getAddress(); in EmitOMPReductionClauseInit()
1127 return RedCG.getSharedLValue(Count).getAddress(); in EmitOMPReductionClauseInit()
1137 Address OriginalAddr = RedCG.getSharedLValue(Count).getAddress(); in EmitOMPReductionClauseInit()
2963 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
3015 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
H A DCGOpenMPRuntime.h187 LValue getSharedLValue(unsigned N) const { return SharedAddresses[N].first; } in getSharedLValue() function
H A DCGOpenMPRuntime.cpp6093 CGF.EmitCastToVoidPtr(RCG.getSharedLValue(Cnt).getPointer()); in emitTaskReductionInit()
6172 RCG.getSharedLValue(N).getPointer(), CGM.VoidPtrTy), in emitTaskReductionFixups()