Searched refs:isPow2VectorType (Results 1 – 13 of 13) sorted by relevance
448 bool isPow2VectorType() const { in isPow2VectorType() function456 if (!isPow2VectorType()) { in getPow2VectorType()
237 bool isPow2VectorType() const { in isPow2VectorType() function245 if (isPow2VectorType()) in getPow2VectorType()
502 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
1061 if (!VT.isPow2VectorType()) { in getTypeConversion()1131 if (!VT.isPow2VectorType()) { in getTypeConversion()
105 if (VT.isPow2VectorType() && VT.getVectorElementType().isRound()) in getRegisterTypeForCallingConv()115 if (VT.isPow2VectorType() && VT.getVectorElementType().isRound()) in getNumRegistersForCallingConv()126 if (VT.isPow2VectorType()) { in getVectorTypeBreakdownForCallingConv()
1857 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()10134 if (MemVT.isPow2VectorType() || in LowerLOAD()10151 if (MemVT.isPow2VectorType() || in LowerLOAD()
1201 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
6877 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
10623 if (VT.isPow2VectorType()) { in expandVecReduce()
12920 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
6476 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()14114 assert(VecVT.isFixedLengthVector() && VecVT.isPow2VectorType() && in getVectorBitwiseReduce()22433 Vec.getValueType().isPow2VectorType()) { in performVecReduceBitwiseCombine()
2500 if (!VT.isPow2VectorType()) in useRVVForFixedLengthVectorVT()
13364 if (!VecVT.isPow2VectorType() || VecVT.getVectorNumElements() == 1) in PerformVQDMULHCombine()