Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp49 struct MIRef { struct
54 MIRef() = default;
55 MIRef(MachineBasicBlock *MBB) : MBB(MBB) { in MIRef() function
60 MIRef(MachineInstr *MI) in MIRef() function
63 MIRef(MachineInstr *MI, MachineBasicBlock *MBB) in MIRef() function
66 MIRef(MachineInstr *MI, MachineBasicBlock *MBB, size_t Pos) in MIRef() argument
69 bool operator==(const MIRef &RHS) const { in operator ==() argument
72 bool operator!=(const MIRef &RHS) const { return !(*this == RHS); } in operator !=() argument
73 bool operator<(const MIRef &RHS) const { in operator <() argument
78 bool operator>(const MIRef &RHS) const { in operator >() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1860 MachineInstr &MIRef = const_cast<MachineInstr &>(MI); in shouldAddToPacket() local
1861 MIRef.setDesc(HII->get(Opcode)); in shouldAddToPacket()
1862 return ResourceTracker->canReserveResources(MIRef); in shouldAddToPacket()