Searched refs:IsQPXVectorTy (Results 1 – 1 of 1) sorted by relevance
3893 bool IsQPXVectorTy(const Type *Ty) const { in IsQPXVectorTy() function in __anonbc557ed20411::PPC64_SVR4_ABIInfo3915 bool IsQPXVectorTy(QualType Ty) const { in IsQPXVectorTy() function in __anonbc557ed20411::PPC64_SVR4_ABIInfo3916 return IsQPXVectorTy(Ty.getTypePtr()); in IsQPXVectorTy()3949 if (IsQPXVectorTy(T) || in computeInfo()4031 if (IsQPXVectorTy(Ty)) { in getParamTypeAlignment()4046 if (IsQPXVectorTy(EltType) || (EltType->isVectorType() && in getParamTypeAlignment()4060 if (AlignAsType && IsQPXVectorTy(AlignAsType)) { in getParamTypeAlignment()4192 if (getContext().getTypeSize(VT) == 128 || IsQPXVectorTy(Ty)) in isHomogeneousAggregateBaseType()4218 if (Ty->isVectorType() && !IsQPXVectorTy(Ty)) { in classifyArgumentType()4290 if (RetTy->isVectorType() && !IsQPXVectorTy(RetTy)) { in classifyReturnType()