Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h126 return (CC == CC_SpirFunction || CC == CC_OpenCLKernel) ? CCCR_OK in checkCallingConvention()
131 return CC_SpirFunction; in getDefaultCallingConv()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h266 CC_SpirFunction, // default for OpenCL functions on SPIR target enumerator
285 case CC_SpirFunction: in supportsVariadicCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp972 case CC_SpirFunction: in printFunctionAfter()
H A DType.cpp3145 case CC_SpirFunction: return "spir_function"; in getNameForCallConv()
H A DItaniumMangle.cpp3084 case CC_SpirFunction: in getCallingConvQualifierName()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp64 case CC_SpirFunction: return llvm::CallingConv::SPIR_FUNC; in ClangCallConvToLLVMCallConv()
H A DCGDebugInfo.cpp1284 case CC_SpirFunction: in getDwarfCC()