Searched refs:isPow2VectorType (Results 1 – 12 of 12) sorted by relevance
437 bool isPow2VectorType() const { in isPow2VectorType() function445 if (!isPow2VectorType()) { in getPow2VectorType()
465 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
506 bool isPow2VectorType() const { in isPow2VectorType() function514 if (isPow2VectorType()) in getPow2VectorType()
1004 if (!VT.isPow2VectorType()) { in getTypeConversion()1074 if (!VT.isPow2VectorType()) { in getTypeConversion()
1589 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()8681 if (MemVT.isPow2VectorType()) in LowerLOAD()8697 if (MemVT.isPow2VectorType()) in LowerLOAD()
1018 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
6202 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
9447 if (VT.isPow2VectorType()) { in expandVecReduce()
11519 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
1657 if (!VT.isPow2VectorType()) in useRVVForFixedLengthVectorVT()
5672 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()
13141 if (!VecVT.isPow2VectorType() || VecVT.getVectorNumElements() == 1) in PerformVQDMULHCombine()