Home
last modified time | relevance | path

Searched refs:CC_DeviceKernel (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h292 CC_DeviceKernel, // __attribute__((device_kernel)) enumerator
328 case CC_DeviceKernel: in supportsVariadicCall()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.h97 case CC_DeviceKernel: in checkCallingConvention()
H A DSystemZ.h248 case CC_DeviceKernel: in checkCallingConvention()
H A DX86.h415 case CC_DeviceKernel: in checkCallingConvention()
800 case CC_DeviceKernel: in checkCallingConvention()
937 case CC_DeviceKernel: in checkCallingConvention()
H A DMips.cpp339 case CC_DeviceKernel: in checkCallingConvention()
H A DAMDGPU.h419 case CC_DeviceKernel: in checkCallingConvention()
H A DSPIR.h196 return (CC == CC_SpirFunction || CC == CC_DeviceKernel) ? CCCR_OK in checkCallingConvention()
H A DARM.cpp1407 case CC_DeviceKernel: in checkCallingConvention()
1482 case CC_DeviceKernel: in checkCallingConvention()
H A DAArch64.cpp1355 case CC_DeviceKernel: in checkCallingConvention()
1713 case CC_DeviceKernel: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp199 CGF.getTypes().ClangCallConvToLLVMCallConv(CallingConv::CC_DeviceKernel); in createEnqueuedBlockKernel()
H A DCGCall.cpp86 case CC_DeviceKernel: in ClangCallConvToLLVMCallConv()
286 return CC_DeviceKernel; in getCallingConventionForDecl()
762 FunctionType::ExtInfo(CC_DeviceKernel), in arrangeSYCLKernelCallerDeclaration()
H A DCGDebugInfo.cpp1687 case CC_DeviceKernel: in getDwarfCC()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp235 FT, FT->getExtInfo().withCallingConv(CC_DeviceKernel)); in setCUDAKernelCallingConvention()
H A DAMDGPU.cpp575 FT, FT->getExtInfo().withCallingConv(CC_DeviceKernel)); in setCUDAKernelCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1103 case CC_DeviceKernel: in printFunctionAfter()
H A DType.cpp3633 case CC_DeviceKernel: in getNameForCallConv()
H A DItaniumMangle.cpp3541 case CC_DeviceKernel: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5644 CC = CC_DeviceKernel; in CheckCallingConvAttr()
7891 (FnTy && FnTy->getCallConv() == CallingConv::CC_DeviceKernel) || in isKernelDecl()
H A DSemaType.cpp3767 CC = CC_DeviceKernel; in getCCForDeclaratorChunk()
3776 CC = CC_DeviceKernel; in getCCForDeclaratorChunk()