Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h42 class CGCUDARuntime {
82 CGCUDARuntime(CodeGenModule &CGM) : CGM(CGM) {} in CGCUDARuntime() function
83 virtual ~CGCUDARuntime();
118 CGCUDARuntime *CreateNVCUDARuntime(CodeGenModule &CGM);
H A DCGCUDARuntime.cpp24 CGCUDARuntime::~CGCUDARuntime() {} in ~CGCUDARuntime()
26 RValue CGCUDARuntime::EmitCUDAKernelCallExpr(CodeGenFunction &CGF, in EmitCUDAKernelCallExpr()
H A DCGCUDANV.cpp37 class CGNVCUDARuntime : public CGCUDARuntime {
222 : CGCUDARuntime(CGM), Context(CGM.getLLVMContext()), in CGNVCUDARuntime()
1013 CGCUDARuntime *CodeGen::CreateNVCUDARuntime(CodeGenModule &CGM) { in CreateNVCUDARuntime()
H A DCodeGenModule.h94 class CGCUDARuntime; variable
331 std::unique_ptr<CGCUDARuntime> CUDARuntime;
672 CGCUDARuntime &getCUDARuntime() { in getCUDARuntime()
/freebsd/lib/clang/libclang/
H A DMakefile268 SRCS_MIN+= CodeGen/CGCUDARuntime.cpp