Home
last modified time | relevance | path

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

/external/clang/patches/
D0002-Revert-to-old-vector-passing-ABI-for-backwards-compa.patch16 @@ -4403,7 +4403,7 @@ bool ARMABIInfo::isIllegalVectorType(QualType Ty) const {
30 - if (isIllegalVectorType(Ty) && Size > 16) {
32 + if (isIllegalVectorType(Ty) && Size > 32) {
/external/clang/lib/CodeGen/
DTargetInfo.cpp3902 bool isIllegalVectorType(QualType Ty) const;
3946 if (isIllegalVectorType(Ty)) { in classifyArgumentType()
4060 bool AArch64ABIInfo::isIllegalVectorType(QualType Ty) const { in isIllegalVectorType() function in AArch64ABIInfo
4344 if (!isAggregateTypeForABI(Ty) && !isIllegalVectorType(Ty)) in EmitDarwinVAArg()
4449 bool isIllegalVectorType(QualType Ty) const;
4631 if (isIllegalVectorType(Ty)) { in classifyArgumentType()
4882 bool ARMABIInfo::isIllegalVectorType(QualType Ty) const { in isIllegalVectorType() function in ARMABIInfo
4941 if (isIllegalVectorType(Ty) && Size > 32) { in EmitVAArg()