Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h292 CC_AArch64VectorCall, // __attribute__((aarch64_vector_pcs)) enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp1173 case CC_AArch64VectorCall: in checkCallingConvention()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1025 case CC_AArch64VectorCall: in printFunctionAfter()
H A DType.cpp3430 case CC_AArch64VectorCall: return "aarch64_vector_pcs"; in getNameForCallConv()
H A DItaniumMangle.cpp3436 case CC_AArch64VectorCall: in getCallingConvQualifierName()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp66 case CC_AArch64VectorCall: return llvm::CallingConv::AArch64_VectorCall; in ClangCallConvToLLVMCallConv()
233 return CC_AArch64VectorCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1428 case CC_AArch64VectorCall: in getDwarfCC()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5395 CC = CC_AArch64VectorCall; in CheckCallingConvAttr()