Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenModule.h642 CGCUDARuntime &getCUDARuntime() { in getCUDARuntime() function
DCodeGenModule.cpp1587 getCUDARuntime().getDeviceSideName(ND) == in getMangledName()
4217 auto *Handle = getCUDARuntime().getKernelHandle( in GetAddrOfFunction()
4523 getCUDARuntime().handleVarRegistration(D, *GV); in GetOrCreateLLVMGlobal()
4984 getCUDARuntime().internalizeDeviceSideVar(D, Linkage); in EmitGlobalVarDefinition()
4986 getCUDARuntime().handleVarRegistration(D, *GV); in EmitGlobalVarDefinition()
DCGExprCXX.cpp496 return CGM.getCUDARuntime().EmitCUDAKernelCallExpr(*this, E, ReturnValue); in EmitCUDAKernelCallExpr()
DCodeGenFunction.cpp1443 CGM.getCUDARuntime().emitDeviceStub(*this, Args); in GenerateCode()
DCGExpr.cpp5065 CalleePtr = CGF.CGM.getCUDARuntime().getKernelStub( in EmitDirectCallee()
DCGBuiltin.cpp5274 auto Name = CGM.getCUDARuntime().getDeviceSideName( in EmitBuiltinExpr()