Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h296 CC_AMDGPUKernelCall, // __attribute__((amdgpu_kernel)) enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h407 case CC_AMDGPUKernelCall: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1077 case CC_AMDGPUKernelCall: in printFunctionAfter()
H A DType.cpp3500 case CC_AMDGPUKernelCall: return "amdgpu_kernel"; in getNameForCallConv()
H A DItaniumMangle.cpp3446 case CC_AMDGPUKernelCall: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp68 case CC_AMDGPUKernelCall: return llvm::CallingConv::AMDGPU_KERNEL; in ClangCallConvToLLVMCallConv()
243 return CC_AMDGPUKernelCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1539 case CC_AMDGPUKernelCall: in getDwarfCC()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4912 CC = CC_AMDGPUKernelCall; in CheckCallingConvAttr()