Searched refs:getSharedLValue (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1237 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 D | CGOpenMPRuntime.h | 206 LValue getSharedLValue(unsigned N) const { return SharedAddresses[N].first; } in getSharedLValue() function
|
| H A D | CGOpenMPRuntime.cpp | 5995 CGF.EmitCastToVoidPtr(RCG.getSharedLValue(Cnt).getPointer(CGF)); in emitTaskReductionInit()
|