Searched refs:LoadedSlice (Results 1 – 2 of 2) 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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12721 struct LoadedSlice { struct 12737 Cost(const LoadedSlice &LS, bool ForCodeSize = false) in Cost() 12750 void addSliceGain(const LoadedSlice &LS) { in addSliceGain() 12815 LoadedSlice(SDNode *Inst = nullptr, LoadSDNode *Origin = nullptr, in LoadedSlice() argument 13034 static bool areSlicesNextToEachOther(const LoadedSlice &First, in areSlicesNextToEachOther() 13035 const LoadedSlice &Second) { in areSlicesNextToEachOther() 13049 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing() 13050 LoadedSlice::Cost &GlobalLSCost) { in adjustCostForPairing() 13059 [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing() 13066 const LoadedSlice *First = nullptr; in adjustCostForPairing() [all …]
|