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

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DCallingConv.h99 /// PTX_Device - Call to a PTX device function.
101 PTX_Device = 72, enumerator in enum:llvm::CallingConv::ID
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp88 case CallingConv::PTX_Device: Out << "ptx_device"; break;
H A DVerifier.cpp1051 case CallingConv::PTX_Device:
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp1365 case lltok::kw_ptx_device: CC = CallingConv::PTX_Device; break;

Completed in 131 milliseconds