HomeSort by relevance Sort by last modified time
    Searched defs:CGCUDARuntime (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGCUDARuntime.h 1 //===----- CGCUDARuntime.h - Interface to CUDA Runtimes ---------*- C++ -*-===//
31 class CGCUDARuntime {
36 CGCUDARuntime(CodeGenModule &CGM) : CGM(CGM) {}
37 virtual ~CGCUDARuntime();
49 CGCUDARuntime *CreateNVCUDARuntime(CodeGenModule &CGM);
CGCUDARuntime.cpp 1 //===----- CGCUDARuntime.cpp - Interface to CUDA Runtimes -----------------===//
16 #include "CGCUDARuntime.h"
25 CGCUDARuntime::~CGCUDARuntime() {}
27 RValue CGCUDARuntime::EmitCUDAKernelCallExpr(CodeGenFunction &CGF,

Completed in 32 milliseconds