Searched refs:InstrIndexMap (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.h | 123 class InstrIndexMap { 125 InstrIndexMap(MachineBasicBlock &B); 134 friend raw_ostream &operator<< (raw_ostream &OS, const InstrIndexMap &Map); 145 RegToRangeMap computeLiveMap(InstrIndexMap &IndexMap); 146 RegToRangeMap computeDeadMap(InstrIndexMap &IndexMap, RegToRangeMap &LiveMap); 165 void computeInitialLiveRanges(InstrIndexMap &IndexMap, 241 const HexagonBlockRanges::InstrIndexMap &M);
|
| H A D | HexagonBlockRanges.cpp | 158 HexagonBlockRanges::InstrIndexMap::InstrIndexMap(MachineBasicBlock &B) in InstrIndexMap() function in HexagonBlockRanges::InstrIndexMap 172 MachineInstr *HexagonBlockRanges::InstrIndexMap::getInstr(IndexType Idx) const { in getInstr() 177 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getIndex( in getIndex() 185 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getPrevIndex( in getPrevIndex() 197 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getNextIndex( in getNextIndex() 207 void HexagonBlockRanges::InstrIndexMap::replaceInstr(MachineInstr *OldMI, in replaceInstr() 291 void HexagonBlockRanges::computeInitialLiveRanges(InstrIndexMap &IndexMap, in computeInitialLiveRanges() 423 InstrIndexMap &IndexMap) { in computeLiveMap() 433 InstrIndexMap &IndexMap, RegToRangeMap &LiveMap) { in computeDeadMap() 522 const HexagonBlockRanges::InstrIndexMap &M) { in operator <<()
|
| H A D | HexagonGenMux.cpp | 120 using InstrIndexMap = DenseMap<MachineInstr *, unsigned>; typedef in __anonc6fcada20111::HexagonGenMux 132 void buildMaps(MachineBasicBlock &B, InstrIndexMap &I2X, 181 void HexagonGenMux::buildMaps(MachineBasicBlock &B, InstrIndexMap &I2X, in buildMaps() 227 InstrIndexMap I2X; in genMuxInBlock()
|
| H A D | HexagonFrameLowering.h | 160 HexagonBlockRanges::InstrIndexMap &IndexMap,
|
| H A D | HexagonFrameLowering.cpp | 1979 HexagonBlockRanges::InstrIndexMap &IndexMap, in findPhysReg() 2018 std::map<MachineBasicBlock *, HexagonBlockRanges::InstrIndexMap>; in optimizeSpillSlots() 2059 std::make_pair(&B, HexagonBlockRanges::InstrIndexMap(B))); in optimizeSpillSlots() 2232 HexagonBlockRanges::InstrIndexMap &IM = F->second; in optimizeSpillSlots()
|