Searched refs:isPow2VectorType (Results 1 – 13 of 13) sorted by relevance
455 bool isPow2VectorType() const { in isPow2VectorType() function463 if (!isPow2VectorType()) { in getPow2VectorType()
506 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
232 bool isPow2VectorType() const { in isPow2VectorType() function240 if (isPow2VectorType()) in getPow2VectorType()
979 if (!VT.isPow2VectorType()) { in getTypeConversion()1049 if (!VT.isPow2VectorType()) { in getTypeConversion()
106 if (VT.isPow2VectorType() && VT.getVectorElementType().isRound()) in getRegisterTypeForCallingConv()116 if (VT.isPow2VectorType() && VT.getVectorElementType().isRound()) in getNumRegistersForCallingConv()127 if (VT.isPow2VectorType()) { in getVectorTypeBreakdownForCallingConv()
1918 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()10323 if (MemVT.isPow2VectorType() || in LowerLOAD()10340 if (MemVT.isPow2VectorType() || in LowerLOAD()
1242 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
7261 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
11048 if (VT.isPow2VectorType()) { in expandVecReduce()
13064 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
7135 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()15187 assert(VecVT.isFixedLengthVector() && VecVT.isPow2VectorType() && in getVectorBitwiseReduce()23867 Vec.getValueType().isPow2VectorType()) { in performVecReduceBitwiseCombine()
2671 if (!VT.isPow2VectorType()) in useRVVForFixedLengthVectorVT()
13381 if (!VecVT.isPow2VectorType() || VecVT.getVectorNumElements() == 1) in PerformVQDMULHCombine()