Lines Matching defs:MCID
250 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode());
251 for (unsigned i = 0; i != MCID.getNumOperands(); ++i) {
252 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
257 if (MCID.isCommutable())
424 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode());
425 assert(!MCID.implicit_defs().empty() &&
427 NumRes = MCID.getNumDefs();
428 for (MCPhysReg ImpDef : MCID.implicit_defs()) {
524 const MCInstrDesc &MCID = TII->get(Node->getMachineOpcode());
525 for (MCPhysReg Reg : MCID.implicit_defs())