Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h294 CC_AArch64VectorCall, // __attribute__((aarch64_vector_pcs)) enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp1242 case CC_AArch64VectorCall: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1071 case CC_AArch64VectorCall: in printFunctionAfter()
H A DType.cpp3498 case CC_AArch64VectorCall: return "aarch64_vector_pcs"; in getNameForCallConv()
H A DItaniumMangle.cpp3444 case CC_AArch64VectorCall: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp66 case CC_AArch64VectorCall: return llvm::CallingConv::AArch64_VectorCall; in ClangCallConvToLLVMCallConv()
237 return CC_AArch64VectorCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1529 case CC_AArch64VectorCall: in getDwarfCC()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4906 CC = CC_AArch64VectorCall; in CheckCallingConvAttr()