Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ResultInst

600   Result = R->getValueAsDag("ResultInst");
610 ResultInst = &T.getInstruction(DI->getDef());
632 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
637 if (ResultInst->Operands[i].MINumOperands == 1 &&
638 ResultInst->Operands[i].getTiedRegister() != -1) {
641 int TiedOpNum = ResultInst->Operands[i].getTiedRegister();
642 if (ResultInst->Operands[i].Rec->getName() ==
643 ResultInst->Operands[TiedOpNum].Rec->getName())
650 Record *InstOpRec = ResultInst->Operands[i].Rec;
651 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands;
667 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
686 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;