Searched refs:MJ (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp386 MachineInstr *MJ = MII; local
387 DEBUG(dbgs() << "Checking CUR against "; MJ->dump(););
390 for (auto &MO : MJ->operands())
965 // Quick check if instructions MI and MJ cannot coexist in the same packet.
966 // Limit the tests to be "one-way", e.g. "if MI->isBranch and MJ->isInlineAsm",
967 // but not the symmetric case: "if MJ->isBranch and MI->isInlineAsm".
969 // cannotCoexistAsymm(MI, MJ) || cannotCoexistAsymm(MJ, MI)
971 // since every test would need to be repeated with the MI and MJ reversed.
972 static bool cannotCoexistAsymm(const MachineInstr *MI, const MachineInstr *MJ, argument
994 cannotCoexist(const MachineInstr *MI, const MachineInstr *MJ) argument
[all...]
H A DHexagonVLIWPacketizer.h100 bool cannotCoexist(const MachineInstr *MI, const MachineInstr *MJ);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp246 MachineInstr *MJ = *VI; local
247 SUnit *SUJ = MIToSUnit[MJ];

Completed in 147 milliseconds