Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h254 CC_AArch64VectorCall, // __attribute__((aarch64_vector_pcs)) enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DAArch64.cpp277 case CC_AArch64VectorCall: in checkCallingConvention()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp871 case CC_AArch64VectorCall: in printFunctionAfter()
H A DType.cpp2835 case CC_AArch64VectorCall: return "aarch64_vector_pcs"; in getNameForCallConv()
H A DItaniumMangle.cpp2656 case CC_AArch64VectorCall: in getCallingConvQualifierName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp62 case CC_AArch64VectorCall: return llvm::CallingConv::AArch64_VectorCall; in ClangCallConvToLLVMCallConv()
221 return CC_AArch64VectorCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1135 case CC_AArch64VectorCall: in getDwarfCC()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp4442 CC = CC_AArch64VectorCall; in CheckCallingConvAttr()