Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp35 class CGNVCUDARuntime : public CGCUDARuntime { class
175 CGNVCUDARuntime(CodeGenModule &CGM);
223 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
250 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
310 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
523 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
1012 return new CGNVCUDARuntime(CGM); in CreateNVCUDARuntime()
1015 void CGNVCUDARuntime::internalizeDeviceSideVar( in internalizeDeviceSideVar()
1093 void CGNVCUDARuntime::transformManagedVars() { in transformManagedVars()
1127 void CGNVCUDARuntime::createOffloadingEntries() { in createOffloadingEntries()
[all …]