Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DSPIR.h88 return (CC == CC_SpirFunction || CC == CC_OpenCLKernel) ? CCCR_OK in checkCallingConvention()
93 return CC_SpirFunction; in getDefaultCallingConv()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h249 CC_SpirFunction, // default for OpenCL functions on SPIR target enumerator
267 case CC_SpirFunction: in supportsVariadicCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp886 case CC_SpirFunction: in printFunctionAfter()
H A DType.cpp2837 case CC_SpirFunction: return "spir_function"; in getNameForCallConv()
H A DItaniumMangle.cpp2658 case CC_SpirFunction: in getCallingConvQualifierName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp63 case CC_SpirFunction: return llvm::CallingConv::SPIR_FUNC; in ClangCallConvToLLVMCallConv()
H A DCGDebugInfo.cpp1141 case CC_SpirFunction: in getDwarfCC()