Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17567 struct LoadedSlice { struct
17583 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost()
17596 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()
17661 LoadedSlice(SDNode *Inst = nullptr, LoadSDNode *Origin = nullptr, in LoadedSlice() function
17883 static bool areSlicesNextToEachOther(const LoadedSlice &First, in areSlicesNextToEachOther()
17884 const LoadedSlice &Second) { in areSlicesNextToEachOther()
17898 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing()
17899 LoadedSlice::Cost &GlobalLSCost) { in adjustCostForPairing()
17907 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()
17914 const LoadedSlice *First = nullptr; in adjustCostForPairing()
[all …]