Home
last modified time | relevance | path

Searched refs:PTX_Device (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DCallingConv.h118 PTX_Device = 72, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallingConv.h129 PTX_Device = 72, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp374 case CallingConv::PTX_Device: Out << "ptx_device"; break; in PrintCallingConv()
DVerifier.cpp2226 case CallingConv::PTX_Device: in visitFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1988 case lltok::kw_ptx_device: CC = CallingConv::PTX_Device; break; in ParseOptionalCallingConv()