Home
last modified time | relevance | path

Searched refs:CC_SpirKernel (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h217 CC_SpirKernel // inferred for OpenCL kernels on SPIR target enumerator
230 case CC_SpirKernel: in supportsVariadicCall()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTypePrinter.cpp702 case CC_SpirKernel: in printFunctionProtoAfter()
HDType.cpp2554 case CC_SpirKernel: return "spir_kernel"; in getNameForCallConv()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.cpp56 case CC_SpirKernel: return llvm::CallingConv::SPIR_KERNEL; in ClangCallConvToLLVMCallConv()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDTargets.cpp6851 CC == CC_SpirKernel) ? CCCR_OK : CCCR_Warning; in checkCallingConvention()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp2926 CC = CC_SpirKernel; in getCCForDeclaratorChunk()