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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DCallingConv.h102 /// Functions can only call SPIR_FUNC and SPIR_KERNEL functions.
109 /// SPIR_KERNEL - Calling convention for SPIR kernel functions.
115 SPIR_KERNEL = 76, enumerator in enum:llvm::CallingConv::ID
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLParser.cpp1124 case lltok::kw_spir_kernel: CC = CallingConv::SPIR_KERNEL; break;

Completed in 116 milliseconds