Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp139 unsigned CurrentOrder = IOM[&MI]; in runOnMachineFunction() local
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4246 OrdersType CurrentOrder(NumScalars, NumScalars); in findReusedOrderedScalars() local
4272 function_ref<unsigned(unsigned)> GetVF) { in findReusedOrderedScalars()
4947 if (std::optional<OrdersType> CurrentOrder = in getReorderingData() local
5029 OrdersType CurrentOrder(TE.ReorderIndices); in getReorderingData() local
5117 OrdersType CurrentOrder; in getReorderingData() local
5166 if (std::optional<OrdersType> CurrentOrder = findReusedOrderedScalars(TE)) in getReorderingData() local
5284 if (std::optional<OrdersType> CurrentOrder = in reorderTopToBottom() local
5383 OrdersType CurrentOrder(E, E); in reorderTopToBottom() local
5483 OrdersType CurrentOrder; in reorderTopToBottom() local
5564 if (std::optional<OrdersType> CurrentOrder = in reorderBottomToTop() local
[all …]