Home
last modified time | relevance | path

Searched refs:isIllegalVectorType (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp5428 bool isIllegalVectorType(QualType Ty) const;
5643 if (isIllegalVectorType(Ty)) in classifyArgumentType()
5782 bool AArch64ABIInfo::isIllegalVectorType(QualType Ty) const { in isIllegalVectorType() function in AArch64ABIInfo
6093 if (!isAggregateTypeForABI(Ty) && !isIllegalVectorType(Ty)) in EmitDarwinVAArg()
6198 bool isIllegalVectorType(QualType Ty) const;
6426 if (isIllegalVectorType(Ty)) in classifyArgumentType()
6716 bool ARMABIInfo::isIllegalVectorType(QualType Ty) const { in isIllegalVectorType() function in ARMABIInfo
6849 if (TySize > CharUnits::fromQuantity(16) && isIllegalVectorType(Ty)) { in EmitVAArg()