HomeSort by: relevance | last modified time | path
    Searched refs:MIRef (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86PreTileConfig.cpp 49 struct MIRef {
54 MIRef() = default;
55 MIRef(MachineBasicBlock *MBB) : MBB(MBB) {
60 MIRef(MachineInstr *MI)
63 MIRef(MachineInstr *MI, MachineBasicBlock *MBB)
66 MIRef(MachineInstr *MI, MachineBasicBlock *MBB, size_t Pos)
69 bool operator==(const MIRef &RHS) const {
72 bool operator!=(const MIRef &RHS) const { return !(*this == RHS); }
73 bool operator<(const MIRef &RHS) const {
74 // Comparison between different BBs happens when inserting a MIRef into set
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 1860 MachineInstr &MIRef = const_cast<MachineInstr &>(MI);
1861 MIRef.setDesc(HII->get(Opcode));
1862 return ResourceTracker->canReserveResources(MIRef);

Completed in 26 milliseconds