Searched refs:SPIR_FUNC (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DCallingConv.h103 /// SPIR_FUNC - Calling convention for SPIR non-kernel device functions.
106 /// Functions can only call SPIR_FUNC and SPIR_KERNEL functions.
111 SPIR_FUNC = 75, enumerator in enum:llvm::CallingConv::ID
114 /// Inherits the restrictions of SPIR_FUNC, except
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp1367 case lltok::kw_spir_func: CC = CallingConv::SPIR_FUNC; break;

Completed in 108 milliseconds