Home
last modified time | relevance | path

Searched refs:getDrvInterface (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerKernelArgs.cpp200 if (TM && TM->getDrvInterface() == NVPTX::CUDA) { in runOnFunction()
224 else if (TM && TM->getDrvInterface() == NVPTX::CUDA) in runOnFunction()
DNVPTXSubtarget.cpp56 if (TM.getDrvInterface() == NVPTX::CUDA) in hasImageHandles()
DNVPTXTargetMachine.h48 NVPTX::DrvInterface getDrvInterface() const { return drvInterface; } in getDrvInterface() function
DNVPTXReplaceImageHandles.cpp148 if (TM.getDrvInterface() == NVPTX::CUDA) { in findIndexForHandle()
DNVPTXAsmPrinter.h314 EmitGeneric(static_cast<NVPTXTargetMachine &>(TM).getDrvInterface() == in NVPTXAsmPrinter()
DNVPTXAsmPrinter.cpp161 if (static_cast<NVPTXTargetMachine &>(TM).getDrvInterface() == NVPTX::CUDA) in EmitInstruction()
925 if (NTM.getDrvInterface() == NVPTX::NVCL) in emitHeader()
1009 if (static_cast<NVPTXTargetMachine &>(TM).getDrvInterface() == NVPTX::CUDA) { in emitLinkageDirective()
1526 if (static_cast<NVPTXTargetMachine &>(TM).getDrvInterface() != in emitFunctionParamList()