Lines Matching refs:CGNVCUDARuntime
29 class CGNVCUDARuntime : public CGCUDARuntime { class
69 CGNVCUDARuntime(CodeGenModule &CGM);
84 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
99 llvm::Constant *CGNVCUDARuntime::getSetupArgumentFn() const { in getSetupArgumentFn()
107 llvm::Constant *CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
113 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
119 void CGNVCUDARuntime::emitDeviceStubBody(CodeGenFunction &CGF, in emitDeviceStubBody()
177 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
254 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
337 llvm::Function *CGNVCUDARuntime::makeModuleDtorFunction() { in makeModuleDtorFunction()
366 return new CGNVCUDARuntime(CGM); in CreateNVCUDARuntime()