Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h286 CC_SpirFunction, // default for OpenCL functions on SPIR target enumerator
308 case CC_SpirFunction: in supportsVariadicCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h189 return (CC == CC_SpirFunction || CC == CC_OpenCLKernel) ? CCCR_OK in checkCallingConvention()
194 return CC_SpirFunction; in getDefaultCallingConv()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1046 case CC_SpirFunction: in printFunctionAfter()
H A DType.cpp3434 case CC_SpirFunction: return "spir_function"; in getNameForCallConv()
H A DItaniumMangle.cpp3440 case CC_SpirFunction: in getCallingConvQualifierName()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp69 case CC_SpirFunction: return llvm::CallingConv::SPIR_FUNC; in ClangCallConvToLLVMCallConv()
H A DCGDebugInfo.cpp1435 case CC_SpirFunction: in getDwarfCC()