Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp2159 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
2164 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
2237 llvm::Value *GlobalRecValue = in emitGenericVarsProlog() local
2240 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
2243 GlobalRecValue, CGF.ConvertTypeForMem(GlobalRecTy)->getPointerTo()); in emitGenericVarsProlog()
2250 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
2255 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
2256 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
2349 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
2354 GlobalRecValue, CGF.ConvertTypeForMem(VD->getType())->getPointerTo()); in emitGenericVarsProlog()
[all …]