Searched refs:isReverseOrder (Results 1 – 1 of 1) sorted by relevance
5577 static bool isReverseOrder(ArrayRef<unsigned> Order) { in isReverseOrder() function6287 !Order.empty() && !isReverseOrder(Order)) in canVectorizeLoads()6733 (TE.ReorderIndices.empty() || isReverseOrder(TE.ReorderIndices))) in getReorderingData()7867 !Entry.ReorderIndices.empty() && isReverseOrder(Entry.ReorderIndices)) in getRootEntryInstruction()11835 if (!E.ReorderIndices.empty() && isReverseOrder(E.ReorderIndices) && in transformNodes()11862 if (!E.ReorderIndices.empty() && isReverseOrder(E.ReorderIndices) && in transformNodes()12999 !isReverseOrder(E->ReorderIndices))) { in getEntryCost()17647 !E->ReorderIndices.empty() && isReverseOrder(E->ReorderIndices); in vectorizeTree()