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

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

Completed in 203 milliseconds