Searched refs:MIRef (Results 1 – 2 of 2) sorted by relevance
49 struct MIRef { struct54 MIRef() = default;55 MIRef(MachineBasicBlock *MBB) : MBB(MBB) { in MIRef() function60 MIRef(MachineInstr *MI) in MIRef() function63 MIRef(MachineInstr *MI, MachineBasicBlock *MBB) in MIRef() function66 MIRef(MachineInstr *MI, MachineBasicBlock *MBB, size_t Pos) in MIRef() argument69 bool operator==(const MIRef &RHS) const { in operator ==() argument72 bool operator!=(const MIRef &RHS) const { return !(*this == RHS); } in operator !=() argument73 bool operator<(const MIRef &RHS) const { in operator <() argument78 bool operator>(const MIRef &RHS) const { in operator >() argument[all …]
1860 MachineInstr &MIRef = const_cast<MachineInstr &>(MI); in shouldAddToPacket() local1861 MIRef.setDesc(HII->get(Opcode)); in shouldAddToPacket()1862 return ResourceTracker->canReserveResources(MIRef); in shouldAddToPacket()