Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h734 CGCUDARuntime &getCUDARuntime() { in getCUDARuntime() function
H A DCodeGenModule.cpp2189 getCUDARuntime().getDeviceSideName(ND) == in getMangledName()
5039 auto *Handle = getCUDARuntime().getKernelHandle( in GetAddrOfFunction()
5361 getCUDARuntime().handleVarRegistration(D, *GV); in GetOrCreateLLVMGlobal()
5878 getCUDARuntime().internalizeDeviceSideVar(D, Linkage); in EmitGlobalVarDefinition()
5880 getCUDARuntime().handleVarRegistration(D, *GV); in EmitGlobalVarDefinition()
H A DCGExprCXX.cpp508 return CGM.getCUDARuntime().EmitCUDAKernelCallExpr(*this, E, ReturnValue, in EmitCUDAKernelCallExpr()
H A DCodeGenFunction.cpp1584 CGM.getCUDARuntime().emitDeviceStub(*this, Args); in GenerateCode()
H A DCGExpr.cpp5940 CalleePtr = CGF.CGM.getCUDARuntime().getKernelStub( in EmitDirectCallee()
H A DCGBuiltin.cpp6305 auto Name = CGM.getCUDARuntime().getDeviceSideName( in EmitBuiltinExpr()