HomeSort by relevance Sort by last modified time
    Searched refs:SPIR_FUNC (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
CallingConv.h 111 /// SPIR_FUNC - Calling convention for SPIR non-kernel device functions.
114 /// Functions can only call SPIR_FUNC and SPIR_KERNEL functions.
119 SPIR_FUNC = 75,
122 /// Inherits the restrictions of SPIR_FUNC, except
  /external/llvm/lib/IR/
AsmWriter.cpp 90 case CallingConv::SPIR_FUNC: Out << "spir_func"; break;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 4740 milliseconds