Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h288 CC_SpirFunction, // default for OpenCL functions on SPIR target enumerator
312 case CC_SpirFunction: in supportsVariadicCall()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h191 return (CC == CC_SpirFunction || CC == CC_OpenCLKernel) ? CCCR_OK in checkCallingConvention()
196 return CC_SpirFunction; in getDefaultCallingConv()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1092 case CC_SpirFunction: in printFunctionAfter()
H A DType.cpp3502 case CC_SpirFunction: return "spir_function"; in getNameForCallConv()
H A DItaniumMangle.cpp3448 case CC_SpirFunction: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp69 case CC_SpirFunction: return llvm::CallingConv::SPIR_FUNC; in ClangCallConvToLLVMCallConv()
H A DCGDebugInfo.cpp1536 case CC_SpirFunction: in getDwarfCC()