Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp4471 bool isIllegalVectorType(QualType Ty) const;
4521 if (isIllegalVectorType(Ty)) { in classifyArgumentType()
4653 bool AArch64ABIInfo::isIllegalVectorType(QualType Ty) const { in isIllegalVectorType() function in AArch64ABIInfo
4947 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 ARMABIInfo
5605 if (TyInfo.first > CharUnits::fromQuantity(16) && isIllegalVectorType(Ty)) { in EmitVAArg()