Searched refs:AArch64ABIInfo (Results 1 – 1 of 1) sorted by relevance
24 class AArch64ABIInfo : public ABIInfo { class28 AArch64ABIInfo(CodeGenTypes &CGT, AArch64ABIKind Kind) in AArch64ABIInfo() function in __anona63ee2500111::AArch64ABIInfo103 : TargetCodeGenInfo(std::make_unique<AArch64ABIInfo>(CGT, Kind)) { in AArch64TargetCodeGenInfo()204 ABIArgInfo AArch64ABIInfo::coerceIllegalVector(QualType Ty) const { in coerceIllegalVector()289 AArch64ABIInfo::classifyArgumentType(QualType Ty, bool IsVariadic, in classifyArgumentType()385 ABIArgInfo AArch64ABIInfo::classifyReturnType(QualType RetTy, in classifyReturnType()461 bool AArch64ABIInfo::isIllegalVectorType(QualType Ty) const { in isIllegalVectorType()500 bool AArch64ABIInfo::isHomogeneousAggregateBaseType(QualType Ty) const { in isHomogeneousAggregateBaseType()521 bool AArch64ABIInfo::isHomogeneousAggregateSmallEnough(const Type *Base, in isHomogeneousAggregateSmallEnough()526 bool AArch64ABIInfo::isZeroLengthBitfieldPermittedInHomogeneousAggregate() in isZeroLengthBitfieldPermittedInHomogeneousAggregate()[all …]