Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h291 CC_SpirFunction, // default for OpenCL functions on SPIR target enumerator
327 case CC_SpirFunction: in supportsVariadicCall()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h196 return (CC == CC_SpirFunction || CC == CC_DeviceKernel) ? CCCR_OK in checkCallingConvention()
201 return CC_SpirFunction; in getDefaultCallingConv()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp243 FT, FT->getExtInfo().withCallingConv(CC_SpirFunction)); in setOCLKernelStubCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1118 case CC_SpirFunction: in printFunctionAfter()
H A DType.cpp3631 case CC_SpirFunction: in getNameForCallConv()
H A DItaniumMangle.cpp3540 case CC_SpirFunction: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp84 case CC_SpirFunction: in ClangCallConvToLLVMCallConv()
2539 CallingConv != CallingConv::CC_SpirFunction) { in ConstructAttributeList()
H A DCGDebugInfo.cpp1685 case CC_SpirFunction: in getDwarfCC()