Searched refs:MIRef (Results 1 – 2 of 2) sorted by relevance
56 struct MIRef { struct61 MIRef() = default;62 MIRef(MachineBasicBlock *MBB) : MBB(MBB) { in MIRef() function67 MIRef(MachineInstr *MI) in MIRef() function70 MIRef(MachineInstr *MI, MachineBasicBlock *MBB) in MIRef() function73 MIRef(MachineInstr *MI, MachineBasicBlock *MBB, size_t Pos) in MIRef() argument76 bool operator==(const MIRef &RHS) const { in operator ==() argument79 bool operator!=(const MIRef &RHS) const { return !(*this == RHS); } in operator !=() argument80 bool operator<(const MIRef &RHS) const { in operator <() argument85 bool operator>(const MIRef &RHS) const { in operator >() argument[all …]
1869 MachineInstr &MIRef = const_cast<MachineInstr &>(MI); in shouldAddToPacket() local1870 MIRef.setDesc(HII->get(Opcode)); in shouldAddToPacket()1871 return ResourceTracker->canReserveResources(MIRef); in shouldAddToPacket()