Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1788 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1793 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
1867 llvm::Value *GlobalRecValue = in emitGenericVarsProlog() local
1869 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
1872 GlobalRecValue, CGF.ConvertTypeForMem(GlobalRecTy)->getPointerTo()); in emitGenericVarsProlog()
1881 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1888 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
1889 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
1984 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1989 GlobalRecValue, CGF.ConvertTypeForMem(VD->getType())->getPointerTo()); in emitGenericVarsProlog()
[all …]