Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp2535 Address SharedArgListAddress = CGF.EmitLoadOfPointer( in emitNonSPMDParallelCall() local
2539 Address Dst = Bld.CreateConstInBoundsGEP(SharedArgListAddress, Idx, in emitNonSPMDParallelCall()
4129 Address SharedArgListAddress = Address::invalid(); in createParallelDataSharingWrapper() local
4132 SharedArgListAddress = CGF.EmitLoadOfPointer( in createParallelDataSharingWrapper()
4140 Address Src = Bld.CreateConstInBoundsGEP(SharedArgListAddress, Idx, in createParallelDataSharingWrapper()
4151 Src = Bld.CreateConstInBoundsGEP(SharedArgListAddress, Idx, in createParallelDataSharingWrapper()
4167 Address Src = Bld.CreateConstInBoundsGEP(SharedArgListAddress, I + Idx, in createParallelDataSharingWrapper()