Searched refs:isPow2VectorType (Results 1 – 9 of 9) sorted by relevance
374 bool isPow2VectorType() const { in isPow2VectorType() function382 if (!isPow2VectorType()) { in getPow2VectorType()
314 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
403 bool isPow2VectorType() const { in isPow2VectorType() function411 if (isPow2VectorType()) in getPow2VectorType()
860 if (!VT.isPow2VectorType()) { in getTypeConversion()927 if (!VT.isPow2VectorType()) { in getTypeConversion()
1373 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()7425 if (MemVT.isPow2VectorType()) in LowerLOAD()7443 if (MemVT.isPow2VectorType()) in LowerLOAD()
998 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
4742 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
7634 if (VT.isPow2VectorType()) { in expandVecReduce()
9277 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()