Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp1790 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1795 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
1869 llvm::Value *GlobalRecValue = in emitGenericVarsProlog() local
1871 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
1874 GlobalRecValue, CGF.ConvertTypeForMem(GlobalRecTy)->getPointerTo()); in emitGenericVarsProlog()
1883 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1890 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
1891 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
1985 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1990 GlobalRecValue, CGF.ConvertTypeForMem(VD->getType())->getPointerTo()); in emitGenericVarsProlog()
[all …]