Searched refs:isPow2VectorType (Results 1 – 12 of 12) sorted by relevance
437 bool isPow2VectorType() const { in isPow2VectorType() function445 if (!isPow2VectorType()) { in getPow2VectorType()
470 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
520 bool isPow2VectorType() const { in isPow2VectorType() function528 if (isPow2VectorType()) in getPow2VectorType()
1015 if (!VT.isPow2VectorType()) { in getTypeConversion()1085 if (!VT.isPow2VectorType()) { in getTypeConversion()
1631 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()8760 if (MemVT.isPow2VectorType()) in LowerLOAD()8776 if (MemVT.isPow2VectorType()) in LowerLOAD()
1113 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
6594 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
10121 if (VT.isPow2VectorType()) { in expandVecReduce()
11980 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
1806 if (!VT.isPow2VectorType()) in useRVVForFixedLengthVectorVT()
13215 if (!VecVT.isPow2VectorType() || VecVT.getVectorNumElements() == 1) in PerformVQDMULHCombine()
6158 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()