Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h288 CC_SpirFunction, // default for OpenCL functions on SPIR target enumerator
312 case CC_SpirFunction: in supportsVariadicCall()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDSPIR.h191 return (CC == CC_SpirFunction || CC == CC_OpenCLKernel) ? CCCR_OK in checkCallingConvention()
196 return CC_SpirFunction; in getDefaultCallingConv()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp1092 case CC_SpirFunction: in printFunctionAfter()
HDType.cpp3502 case CC_SpirFunction: return "spir_function"; in getNameForCallConv()
HDItaniumMangle.cpp3448 case CC_SpirFunction: in getCallingConvQualifierName()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp69 case CC_SpirFunction: return llvm::CallingConv::SPIR_FUNC; in ClangCallConvToLLVMCallConv()
HDCGDebugInfo.cpp1536 case CC_SpirFunction: in getDwarfCC()