Home
last modified time | relevance | path

Searched refs:LoadedSlice (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16913 struct LoadedSlice { struct
16929 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost()
16942 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()
17253 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()
17260 const LoadedSlice *First = nullptr; in adjustCostForPairing()
17261 const LoadedSlice *Second = nullptr; in adjustCostForPairing()
17329 const LoadedSlice &LS = LoadedSlices[CurrSlice]; in isSlicingProfitable()
17331 LoadedSlice::Cost SliceCost(LS, ForCodeSize); in isSlicingProfitable()
17369 SmallVector<LoadedSlice, 4> LoadedSlices; in SliceUpLoad()
17404 LoadedSlice LS(User, LD, Shift, &DAG); in SliceUpLoad()
[all …]