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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1214 RedCG.getSharedLValue(Count),
1236 return RedCG.getSharedLValue(Count).getAddress(*this);
1245 return RedCG.getSharedLValue(Count).getAddress(*this);
1255 Address OriginalAddr = RedCG.getSharedLValue(Count).getAddress(*this);
3973 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt));
4029 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt));
H A DCGOpenMPRuntime.h208 LValue getSharedLValue(unsigned N) const { return SharedAddresses[N].first; } function in class:clang::CodeGen::ReductionCodeGen
H A DCGOpenMPRuntime.cpp5971 CGF.EmitCastToVoidPtr(RCG.getSharedLValue(Cnt).getPointer(CGF));

Completed in 119 milliseconds