HomeSort by: relevance | last modified time | path
    Searched refs:getCUDARuntime (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 622 CGCUDARuntime &getCUDARuntime() {
CodeGenModule.cpp 1357 getCUDARuntime().getDeviceSideName(ND) ==
3679 auto *Handle = getCUDARuntime().getKernelHandle(
3975 getCUDARuntime().handleVarRegistration(D, *GV);
4414 getCUDARuntime().internalizeDeviceSideVar(D, Linkage);
4416 getCUDARuntime().handleVarRegistration(D, *GV);
CGExprCXX.cpp 493 return CGM.getCUDARuntime().EmitCUDAKernelCallExpr(*this, E, ReturnValue);
CodeGenFunction.cpp 1346 CGM.getCUDARuntime().emitDeviceStub(*this, Args);
CGExpr.cpp 4894 CalleePtr = CGF.CGM.getCUDARuntime().getKernelStub(
CGBuiltin.cpp 5064 auto Name = CGM.getCUDARuntime().getDeviceSideName(

Completed in 45 milliseconds