Lines Matching refs:LoadedSlice
10188 struct LoadedSlice { struct
10205 Cost(const LoadedSlice &LS, bool ForCodeSize = false) in Cost()
10219 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()
10280 LoadedSlice(SDNode *Inst = nullptr, LoadSDNode *Origin = nullptr, in LoadedSlice() function
10498 static bool areSlicesNextToEachOther(const LoadedSlice &First, in areSlicesNextToEachOther()
10499 const LoadedSlice &Second) { in areSlicesNextToEachOther()
10513 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing()
10514 LoadedSlice::Cost &GlobalLSCost) { in adjustCostForPairing()
10523 [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()
10530 const LoadedSlice *First = nullptr; in adjustCostForPairing()
10531 const LoadedSlice *Second = nullptr; in adjustCostForPairing()
10581 static bool isSlicingProfitable(SmallVectorImpl<LoadedSlice> &LoadedSlices, in isSlicingProfitable()
10596 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize); in isSlicingProfitable()
10600 const LoadedSlice &LS = LoadedSlices[CurrSlice]; in isSlicingProfitable()
10602 LoadedSlice::Cost SliceCost(LS, ForCodeSize); in isSlicingProfitable()
10634 SmallVector<LoadedSlice, 4> LoadedSlices; in SliceUpLoad()
10669 LoadedSlice LS(User, LD, Shift, &DAG); in SliceUpLoad()
10697 for (SmallVectorImpl<LoadedSlice>::const_iterator in SliceUpLoad()