Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h294 CC_AMDGPUKernelCall, // __attribute__((amdgpu_kernel)) enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h411 case CC_AMDGPUKernelCall: in checkCallingConvention()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1031 case CC_AMDGPUKernelCall: in printFunctionAfter()
H A DType.cpp3432 case CC_AMDGPUKernelCall: return "amdgpu_kernel"; in getNameForCallConv()
H A DItaniumMangle.cpp3438 case CC_AMDGPUKernelCall: in getCallingConvQualifierName()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp68 case CC_AMDGPUKernelCall: return llvm::CallingConv::AMDGPU_KERNEL; in ClangCallConvToLLVMCallConv()
239 return CC_AMDGPUKernelCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1438 case CC_AMDGPUKernelCall: in getDwarfCC()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5401 CC = CC_AMDGPUKernelCall; in CheckCallingConvAttr()