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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1064       if (MCSymbol *S = MI.getPreInstrSymbol())
lib/CodeGen/MIRPrinter.cpp
  773   if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) {
lib/CodeGen/MachineInstr.cpp
  359   setExtraInfo(MF, {}, getPreInstrSymbol(), getPostInstrSymbol(),
  370   setExtraInfo(MF, MMOs, getPreInstrSymbol(), getPostInstrSymbol(),
  392   if (getPreInstrSymbol() == MI.getPreInstrSymbol() &&
  392   if (getPreInstrSymbol() == MI.getPreInstrSymbol() &&
  469   if (Symbol == getPreInstrSymbol())
  493   setExtraInfo(MF, memoperands(), getPreInstrSymbol(), Symbol,
  502   setExtraInfo(MF, memoperands(), getPreInstrSymbol(), getPostInstrSymbol(),
  515   setPreInstrSymbol(MF, MI.getPreInstrSymbol());
 1688   if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) {
unittests/CodeGen/MachineInstrTest.cpp
  392   ASSERT_FALSE(MI->getPreInstrSymbol());
  398   ASSERT_FALSE(MI->getPreInstrSymbol());
  404   ASSERT_TRUE(MI->getPreInstrSymbol() == Sym1);
  410   ASSERT_TRUE(MI->getPreInstrSymbol() == Sym1);
  416   ASSERT_TRUE(MI->getPreInstrSymbol() == Sym1);
  446   ASSERT_TRUE(MI->getPreInstrSymbol() == Sym1);
  452   ASSERT_TRUE(MI->getPreInstrSymbol() == Sym1);
  481   ASSERT_TRUE(MI->getPreInstrSymbol() == Sym1);
  487   ASSERT_TRUE(MI->getPreInstrSymbol() == Sym1);
  493   ASSERT_FALSE(MI->getPreInstrSymbol());
  499   ASSERT_FALSE(MI->getPreInstrSymbol());