Home
last modified time | relevance | path

Searched refs:PTX_Kernel (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DCallingConv.h86 PTX_Kernel = 71, enumerator
/external/llvm/include/llvm/IR/
DCallingConv.h114 PTX_Kernel = 71, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DCallingConv.h114 PTX_Kernel = 71, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallingConv.h115 PTX_Kernel = 71, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelLowering.cpp209 case CallingConv::PTX_Kernel: in LowerFormalArguments()
270 case CallingConv::PTX_Kernel: in LowerReturn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp278 return F.getCallingConv() == CallingConv::PTX_Kernel; in isKernelFunction()
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp298 return F.getCallingConv() == llvm::CallingConv::PTX_Kernel; in isKernelFunction()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1487 case CallingConv::PTX_Kernel: Out << "ptx_kernel "; break; in printFunction()
1789 case CallingConv::PTX_Kernel: Out << " ptx_kernel"; break; in printInstruction()
1845 case CallingConv::PTX_Kernel: Out << " ptx_kernel"; break; in printInstruction()
DVerifier.cpp669 case CallingConv::PTX_Kernel: in visitFunction()
/external/llvm/lib/IR/
DAsmWriter.cpp321 case CallingConv::PTX_Kernel: Out << "ptx_kernel"; break; in PrintCallingConv()
DVerifier.cpp1921 case CallingConv::PTX_Kernel: in visitFunction()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp1045 case lltok::kw_ptx_kernel: CC = CallingConv::PTX_Kernel; break; in ParseOptionalCallingConv()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp369 case CallingConv::PTX_Kernel: Out << "ptx_kernel"; break; in PrintCallingConv()
DVerifier.cpp2117 case CallingConv::PTX_Kernel: in visitFunction()
/external/llvm/lib/AsmParser/
DLLParser.cpp1687 case lltok::kw_ptx_kernel: CC = CallingConv::PTX_Kernel; break; in ParseOptionalCallingConv()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp1900 case lltok::kw_ptx_kernel: CC = CallingConv::PTX_Kernel; break; in ParseOptionalCallingConv()