Home
last modified time | relevance | path

Searched defs:CurrentOrder (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp137 unsigned CurrentOrder = IOM[&MI]; in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3615 OrdersType CurrentOrder(NumScalars, NumScalars); in findReusedOrderedScalars() local
3650 auto &&IsIdentityOrder = [NumScalars](ArrayRef<unsigned> CurrentOrder) { in findReusedOrderedScalars()
3959 OrdersType CurrentOrder(TE.ReorderIndices); in getReorderingData() local
4048 OrdersType CurrentOrder; in getReorderingData() local
4056 if (std::optional<OrdersType> CurrentOrder = findReusedOrderedScalars(TE)) in getReorderingData() local
4163 if (std::optional<OrdersType> CurrentOrder = in reorderTopToBottom() local
4261 OrdersType CurrentOrder(E, E); in reorderTopToBottom() local
4333 OrdersType CurrentOrder; in reorderTopToBottom() local
4407 if (std::optional<OrdersType> CurrentOrder = in reorderBottomToTop() local
4500 OrdersType CurrentOrder(E, E); in reorderBottomToTop() local
[all …]