Searched refs:LoadedSlice (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 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() argument 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() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14426 struct LoadedSlice { struct 14442 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost() 14455 void addSliceGain(const LoadedSlice &LS) { in addSliceGain() 14520 LoadedSlice(SDNode *Inst = nullptr, LoadSDNode *Origin = nullptr, in LoadedSlice() function 14741 static bool areSlicesNextToEachOther(const LoadedSlice &First, in areSlicesNextToEachOther() 14742 const LoadedSlice &Second) { in areSlicesNextToEachOther() 14756 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing() 14757 LoadedSlice::Cost &GlobalLSCost) { in adjustCostForPairing() 14765 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing() 14772 const LoadedSlice *First = nullptr; in adjustCostForPairing() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 15454 struct LoadedSlice { struct 15470 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost() 15483 void addSliceGain(const LoadedSlice &LS) { in addSliceGain() 15548 LoadedSlice(SDNode *Inst = nullptr, LoadSDNode *Origin = nullptr, in LoadedSlice() argument 15769 static bool areSlicesNextToEachOther(const LoadedSlice &First, in areSlicesNextToEachOther() 15770 const LoadedSlice &Second) { in areSlicesNextToEachOther() 15784 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing() 15785 LoadedSlice::Cost &GlobalLSCost) { in adjustCostForPairing() 15793 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing() 15800 const LoadedSlice *First = nullptr; in adjustCostForPairing() [all …]
|