Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MCID

257     const MCInstrDesc &MCID = TII->get(N->getMachineOpcode());
258 for (unsigned i = 0; i != MCID.getNumOperands(); ++i) {
259 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
264 if (MCID.isCommutable())
435 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode());
436 assert(MCID.ImplicitDefs && "Physical reg def must be in implicit def list!");
437 unsigned NumRes = MCID.getNumDefs();
438 for (const uint16_t *ImpDef = MCID.getImplicitDefs(); *ImpDef; ++ImpDef) {
513 const MCInstrDesc &MCID = TII->get(Node->getMachineOpcode());
514 if (!MCID.ImplicitDefs)
516 for (const uint16_t *Reg = MCID.getImplicitDefs(); *Reg; ++Reg) {