Searched refs:InstrIndexMap (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.h | 122 class InstrIndexMap { 124 InstrIndexMap(MachineBasicBlock &B); 133 friend raw_ostream &operator<< (raw_ostream &OS, const InstrIndexMap &Map); 144 RegToRangeMap computeLiveMap(InstrIndexMap &IndexMap); 145 RegToRangeMap computeDeadMap(InstrIndexMap &IndexMap, RegToRangeMap &LiveMap); 164 void computeInitialLiveRanges(InstrIndexMap &IndexMap, 240 const HexagonBlockRanges::InstrIndexMap &M);
|
D | HexagonBlockRanges.cpp | 157 HexagonBlockRanges::InstrIndexMap::InstrIndexMap(MachineBasicBlock &B) in InstrIndexMap() function in HexagonBlockRanges::InstrIndexMap 171 MachineInstr *HexagonBlockRanges::InstrIndexMap::getInstr(IndexType Idx) const { in getInstr() 176 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getIndex( in getIndex() 184 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getPrevIndex( in getPrevIndex() 196 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getNextIndex( in getNextIndex() 206 void HexagonBlockRanges::InstrIndexMap::replaceInstr(MachineInstr *OldMI, in replaceInstr() 290 void HexagonBlockRanges::computeInitialLiveRanges(InstrIndexMap &IndexMap, in computeInitialLiveRanges() 422 InstrIndexMap &IndexMap) { in computeLiveMap() 432 InstrIndexMap &IndexMap, RegToRangeMap &LiveMap) { in computeDeadMap() 521 const HexagonBlockRanges::InstrIndexMap &M) { in operator <<()
|
D | HexagonGenMux.cpp | 119 using InstrIndexMap = DenseMap<MachineInstr *, unsigned>; typedef in __anonc41f69c70111::HexagonGenMux 131 void buildMaps(MachineBasicBlock &B, InstrIndexMap &I2X, 180 void HexagonGenMux::buildMaps(MachineBasicBlock &B, InstrIndexMap &I2X, in buildMaps() 226 InstrIndexMap I2X; in genMuxInBlock()
|
D | HexagonFrameLowering.h | 159 HexagonBlockRanges::InstrIndexMap &IndexMap,
|
D | HexagonFrameLowering.cpp | 2032 HexagonBlockRanges::InstrIndexMap &IndexMap, in findPhysReg() 2071 std::map<MachineBasicBlock *, HexagonBlockRanges::InstrIndexMap>; in optimizeSpillSlots() 2112 std::make_pair(&B, HexagonBlockRanges::InstrIndexMap(B))); in optimizeSpillSlots() 2285 HexagonBlockRanges::InstrIndexMap &IM = F->second; in optimizeSpillSlots()
|