Searched refs:isPow2VectorType (Results 1 – 12 of 12) sorted by relevance
432 bool isPow2VectorType() const { in isPow2VectorType() function440 if (!isPow2VectorType()) { in getPow2VectorType()
442 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
497 bool isPow2VectorType() const { in isPow2VectorType() function505 if (isPow2VectorType()) in getPow2VectorType()
1011 if (!VT.isPow2VectorType()) { in getTypeConversion()1081 if (!VT.isPow2VectorType()) { in getTypeConversion()
1613 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()8139 if (MemVT.isPow2VectorType()) in LowerLOAD()8155 if (MemVT.isPow2VectorType()) in LowerLOAD()
1152 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
5126 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
8576 if (VT.isPow2VectorType()) { in expandVecReduce()
10593 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
1261 if (!VT.isPow2VectorType()) in useRVVForFixedLengthVectorVT()
5025 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()
12925 if (!VecVT.isPow2VectorType() || VecVT.getVectorNumElements() == 1) in PerformVQDMULHCombine()