reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/AsmMatcherEmitter.cpp
  509     return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
 1542       if (!StringRef(Alias->ResultInst->TheDef->getName())
utils/TableGen/AsmWriterEmitter.cpp
  806          CodeGenInstruction::FlattenAsmStringVariants(CGA.ResultInst->AsmString,
  832       for (auto &ResultInstOpnd : CGA.ResultInst->Operands)
  844         auto &Operands = CGA.ResultInst->Operands;
utils/TableGen/CodeGenInstruction.cpp
  677   ResultInst = &T.getInstruction(DI->getDef());
  699   for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
  704     if (ResultInst->Operands[i].MINumOperands == 1 &&
  705         ResultInst->Operands[i].getTiedRegister() != -1) {
  708       int TiedOpNum = ResultInst->Operands[i].getTiedRegister();
  709       if (ResultInst->Operands[i].Rec->getName() ==
  710           ResultInst->Operands[TiedOpNum].Rec->getName())
  717     Record *InstOpRec = ResultInst->Operands[i].Rec;
  718     unsigned NumSubOps = ResultInst->Operands[i].MINumOperands;
  734          DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
  753       DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;