Searched refs:isIllegalVectorType (Results 1 – 1 of 1) sorted by relevance
4471 bool isIllegalVectorType(QualType Ty) const;4521 if (isIllegalVectorType(Ty)) { in classifyArgumentType()4653 bool AArch64ABIInfo::isIllegalVectorType(QualType Ty) const { in isIllegalVectorType() function in AArch64ABIInfo4947 if (!isAggregateTypeForABI(Ty) && !isIllegalVectorType(Ty)) in EmitDarwinVAArg()5031 bool isIllegalVectorType(QualType Ty) const;5229 if (isIllegalVectorType(Ty)) { in classifyArgumentType()5540 bool ARMABIInfo::isIllegalVectorType(QualType Ty) const { in isIllegalVectorType() function in ARMABIInfo5605 if (TyInfo.first > CharUnits::fromQuantity(16) && isIllegalVectorType(Ty)) { in EmitVAArg()