Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10070 struct LoadedSlice { struct
10087 Cost(const LoadedSlice &LS, bool ForCodeSize = false) in Cost()
10101 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()
10162 LoadedSlice(SDNode *Inst = nullptr, LoadSDNode *Origin = nullptr, in LoadedSlice() argument
10380 static bool areSlicesNextToEachOther(const LoadedSlice &First, in areSlicesNextToEachOther()
10381 const LoadedSlice &Second) { in areSlicesNextToEachOther()
10395 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing()
10396 LoadedSlice::Cost &GlobalLSCost) { in adjustCostForPairing()
10405 [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()
10412 const LoadedSlice *First = nullptr; in adjustCostForPairing()
[all …]