Lines Matching refs:LoadedSlices
17244 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing() argument
17246 unsigned NumberOfSlices = LoadedSlices.size(); in adjustCostForPairing()
17253 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()
17257 const TargetLowering &TLI = LoadedSlices[0].DAG->getTargetLoweringInfo(); in adjustCostForPairing()
17265 Second = &LoadedSlices[CurrSlice]; in adjustCostForPairing()
17310 static bool isSlicingProfitable(SmallVectorImpl<LoadedSlice> &LoadedSlices, in isSlicingProfitable() argument
17312 unsigned NumberOfSlices = LoadedSlices.size(); in isSlicingProfitable()
17329 const LoadedSlice &LS = LoadedSlices[CurrSlice]; in isSlicingProfitable()
17340 adjustCostForPairing(LoadedSlices, GlobalSlicingCost); in isSlicingProfitable()
17369 SmallVector<LoadedSlice, 4> LoadedSlices; in SliceUpLoad() local
17418 LoadedSlices.push_back(LS); in SliceUpLoad()
17422 if (!isSlicingProfitable(LoadedSlices, UsedBits, ForCodeSize)) in SliceUpLoad()
17432 for (const LoadedSlice &LS : LoadedSlices) { in SliceUpLoad()