Home
last modified time | relevance | path

Searched refs:CC_SpirFunction (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DSPIR.h121 return (CC == CC_SpirFunction || CC == CC_OpenCLKernel) ? CCCR_OK in checkCallingConvention()
126 return CC_SpirFunction; in getDefaultCallingConv()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h266 CC_SpirFunction, // default for OpenCL functions on SPIR target enumerator
284 case CC_SpirFunction: in supportsVariadicCall()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp669 case CC_SpirFunction: return CXCallingConv_Unexposed; in clang_getFunctionTypeCallingConv()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp970 case CC_SpirFunction: in printFunctionAfter()
H A DType.cpp3142 case CC_SpirFunction: return "spir_function"; in getNameForCallConv()
H A DItaniumMangle.cpp3077 case CC_SpirFunction: in getCallingConvQualifierName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp64 case CC_SpirFunction: return llvm::CallingConv::SPIR_FUNC; in ClangCallConvToLLVMCallConv()
H A DCGDebugInfo.cpp1306 case CC_SpirFunction: in getDwarfCC()