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

References

utils/TableGen/CodeEmitterGen.cpp
   85   CodeGenInstruction &CGI = Target.getInstruction(R);
  299     CodeGenInstruction &CGI = Target.getInstruction(R);
utils/TableGen/CodeGenDAGPatterns.cpp
 1782     CodeGenInstruction &InstInfo = CDP.getTargetInfo().getInstruction(Operator);
 2432       CDP.getTargetInfo().getInstruction(getOperator());
 3801       CodeGenInstruction &InstInfo = Target.getInstruction(Instr);
 3820     CodeGenInstruction &CGI = Target.getInstruction(Instr);
 3935     CodeGenInstruction &InstInfo = Target.getInstruction(PatInstrs.front());
 3998       const CodeGenInstruction &InstInfo = Target.getInstruction(Instr);
 4038       const CodeGenInstruction &InstInfo = Target.getInstruction(Instr);
utils/TableGen/CodeGenInstruction.cpp
  677   ResultInst = &T.getInstruction(DI->getDef());
utils/TableGen/DAGISelEmitter.cpp
   48     CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
utils/TableGen/DAGISelMatcherGen.cpp
  734   CodeGenInstruction &II = CGT.getInstruction(Op);
  763   CodeGenInstruction &II = CGT.getInstruction(Op);
 1038       CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator());
utils/TableGen/FastISelEmitter.cpp
  462     CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
utils/TableGen/FixedLenDecoderEmitter.cpp
 2436         &Target.getInstruction(NumberedAlias->getValueAsDef("AliasOf")));
utils/TableGen/GlobalISelEmitter.cpp
 3429       return &Target.getInstruction(Equiv.getValueAsDef("IfFloatingPoint"));
 3436       return &Target.getInstruction(Equiv.getValueAsDef("IfSignExtend"));
 3439       return &Target.getInstruction(Equiv.getValueAsDef("IfZeroExtend"));
 3442   return &Target.getInstruction(Equiv.getValueAsDef("I"));
 3478           &Target.getInstruction(RK.getDef("G_CONSTANT")));
 4087         &Target.getInstruction(RK.getDef("COPY")));
 4129   auto OpName = Target.getInstruction(Dst->getOperator()).TheDef->getName();
 4212   CodeGenInstruction *DstI = &Target.getInstruction(DstOp);
 4218     DstI = &Target.getInstruction(RK.getDef("COPY"));
 4237   CodeGenInstruction *OrigDstI = &Target.getInstruction(Dst->getOperator());
 4376           &Target.getInstruction(RK.getDef("IMPLICIT_DEF")));
 4441   auto &Inst = Target.getInstruction(OpRec);
 4587       auto &DstI = Target.getInstruction(RK.getDef("COPY"));
 4615   auto &DstI = Target.getInstruction(DstOp);
utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
  210       VEXInst = &Target.getInstruction(AltInstRec);
utils/TableGen/X86FoldTablesEmitter.cpp
  306   CodeGenInstruction &AltRegInst = Target.getInstruction(AltRegInstRec);
  652     updateTables(&(Target.getInstruction(RegInstIter)),
  653                  &(Target.getInstruction(MemInstIter)), Entry.Strategy);