HomeSort by relevance Sort by last modified time
    Searched refs:getCUDARuntime (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenModule.h 373 /// getCUDARuntime() - Return a reference to the configured CUDA runtime.
374 CGCUDARuntime &getCUDARuntime() {
    [all...]
CodeGenFunction.cpp 418 CGM.getCUDARuntime().EmitDeviceStubBody(*this, Args);
    [all...]
CGExprCXX.cpp 353 return CGM.getCUDARuntime().EmitCUDAKernelCallExpr(*this, E, ReturnValue);
    [all...]

Completed in 49 milliseconds