Searched defs:CurrentOrder (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeShrink.cpp | 139 unsigned CurrentOrder = IOM[&MI]; runOnMachineFunction() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4215 OrdersType CurrentOrder(NumScalars, NumScalars); findReusedOrderedScalars() local 4241 __anon779134672602(MutableArrayRef<unsigned> CurrentOrder, ArrayRef<int> Mask, int PartSz, int NumParts, function_ref<unsigned(unsigned)> GetVF) findReusedOrderedScalars() argument 4916 if (std::optional<OrdersType> CurrentOrder = getReorderingData() local 4998 OrdersType CurrentOrder(TE.ReorderIndices); getReorderingData() local 5087 OrdersType CurrentOrder; getReorderingData() local 5136 if (std::optional<OrdersType> CurrentOrder = findReusedOrderedScalars(TE)) getReorderingData() local 5254 if (std::optional<OrdersType> CurrentOrder = reorderTopToBottom() local 5354 OrdersType CurrentOrder(E, E); reorderTopToBottom() local 5454 OrdersType CurrentOrder; reorderTopToBottom() local 5535 if (std::optional<OrdersType> CurrentOrder = reorderBottomToTop() local 5634 OrdersType CurrentOrder(E, E); reorderBottomToTop() local 6262 getScalarsVectorizationState(InstructionsState & S,ArrayRef<Value * > VL,bool IsScatterVectorizeUserTE,OrdersType & CurrentOrder,SmallVectorImpl<Value * > & PointerOps) const getScalarsVectorizationState() argument 6980 OrdersType CurrentOrder; buildTree_rec() local 7072 OrdersType CurrentOrder(VL.size(), VL.size()); buildTree_rec() local 7474 canReuseExtract(ArrayRef<Value * > VL,Value * OpValue,SmallVectorImpl<unsigned> & CurrentOrder,bool ResizeAllowed) const canReuseExtract() argument 8266 OrdersType CurrentOrder; getBuildVectorCost() local [all...] |