Home
last modified time | relevance | path

Searched refs:MIRef (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp56 struct MIRef { struct
61 MIRef() = default;
62 MIRef(MachineBasicBlock *MBB) : MBB(MBB) { in MIRef() function
67 MIRef(MachineInstr *MI) in MIRef() function
70 MIRef(MachineInstr *MI, MachineBasicBlock *MBB) in MIRef() function
73 MIRef(MachineInstr *MI, MachineBasicBlock *MBB, size_t Pos) in MIRef() argument
76 bool operator==(const MIRef &RHS) const { in operator ==() argument
79 bool operator!=(const MIRef &RHS) const { return !(*this == RHS); } in operator !=() argument
80 bool operator<(const MIRef &RHS) const { in operator <() argument
85 bool operator>(const MIRef &RHS) const { in operator >() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1869 MachineInstr &MIRef = const_cast<MachineInstr &>(MI); in shouldAddToPacket() local
1870 MIRef.setDesc(HII->get(Opcode)); in shouldAddToPacket()
1871 return ResourceTracker->canReserveResources(MIRef); in shouldAddToPacket()