Lines Matching refs:AArch64ABIInfo
4447 class AArch64ABIInfo : public SwiftABIInfo { class
4458 AArch64ABIInfo(CodeGenTypes &CGT, ABIKind Kind) in AArch64ABIInfo() function in __anonbc557ed20511::AArch64ABIInfo
4502 AArch64TargetCodeGenInfo(CodeGenTypes &CGT, AArch64ABIInfo::ABIKind Kind) in AArch64TargetCodeGenInfo()
4503 : TargetCodeGenInfo(new AArch64ABIInfo(CGT, Kind)) {} in AArch64TargetCodeGenInfo()
4517 ABIArgInfo AArch64ABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()
4602 ABIArgInfo AArch64ABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
4653 bool AArch64ABIInfo::isIllegalVectorType(QualType Ty) const { in isIllegalVectorType()
4666 bool AArch64ABIInfo::isHomogeneousAggregateBaseType(QualType Ty) const { in isHomogeneousAggregateBaseType()
4682 bool AArch64ABIInfo::isHomogeneousAggregateSmallEnough(const Type *Base, in isHomogeneousAggregateSmallEnough()
4687 Address AArch64ABIInfo::EmitAAPCSVAArg(Address VAListAddr, in EmitAAPCSVAArg()
4942 Address AArch64ABIInfo::EmitDarwinVAArg(Address VAListAddr, QualType Ty, in EmitDarwinVAArg()
7971 AArch64ABIInfo::ABIKind Kind = AArch64ABIInfo::AAPCS; in getTargetCodeGenInfo()
7973 Kind = AArch64ABIInfo::DarwinPCS; in getTargetCodeGenInfo()