Searched refs:ReorderIndices (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1457 ArrayRef<unsigned> ReorderIndices; member in class:llvm::slpvectorizer::BoUpSLP
1574 if (ReorderIndices.empty())
1576 InstructionsState S = getSameOpcode(Scalars, ReorderIndices.front());
1624 dbgs() << "ReorderIndices: ";
1625 for (unsigned ReorderIdx : ReorderIndices)
1641 ArrayRef<unsigned> ReorderIndices = None) {
1650 Last->ReorderIndices = ReorderIndices;
3309 if (!E->ReorderIndices.empty()) {
3483 if (!E->ReorderIndices
[all...]

Completed in 119 milliseconds