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.h43 class CGCUDARuntime {
83 CGCUDARuntime(CodeGenModule &CGM) : CGM(CGM) {} in CGCUDARuntime() function
84 virtual ~CGCUDARuntime();
120 CGCUDARuntime *CreateNVCUDARuntime(CodeGenModule &CGM);
H A DCGCUDARuntime.cpp23 CGCUDARuntime::~CGCUDARuntime() {} in ~CGCUDARuntime()
25 RValue CGCUDARuntime::EmitCUDAKernelCallExpr(CodeGenFunction &CGF, in EmitCUDAKernelCallExpr()
H A DCodeGenModule.h95 class CGCUDARuntime; variable
376 std::unique_ptr<CGCUDARuntime> CUDARuntime;
734 CGCUDARuntime &getCUDARuntime() { in getCUDARuntime()
H A DCGCUDANV.cpp39 class CGNVCUDARuntime : public CGCUDARuntime {
226 : CGCUDARuntime(CGM), Context(CGM.getLLVMContext()), in CGNVCUDARuntime()
1078 CGCUDARuntime *CodeGen::CreateNVCUDARuntime(CodeGenModule &CGM) { in CreateNVCUDARuntime()
/freebsd/lib/clang/libclang/
H A DMakefile279 SRCS_MIN+= CodeGen/CGCUDARuntime.cpp