Searched refs:PTX_Device (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DCallingConv.h88 /// PTX_Device - Call to a PTX device function.
90 PTX_Device = 72, enumerator in enum:llvm::CallingConv::ID
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAsmWriter.cpp83 case CallingConv::PTX_Device: Out << "ptx_device"; break;
H A DVerifier.cpp666 case CallingConv::PTX_Device:
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLParser.cpp1123 case lltok::kw_ptx_device: CC = CallingConv::PTX_Device; break;

Completed in 180 milliseconds