reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1119 if (MCSymbol *S = MI.getPostInstrSymbol())
lib/CodeGen/MIRPrinter.cpp 780 if (MCSymbol *PostInstrSymbol = MI.getPostInstrSymbol()) {
lib/CodeGen/MachineInstr.cpp359 setExtraInfo(MF, {}, getPreInstrSymbol(), getPostInstrSymbol(), 370 setExtraInfo(MF, MMOs, getPreInstrSymbol(), getPostInstrSymbol(), 393 getPostInstrSymbol() == MI.getPostInstrSymbol() && 393 getPostInstrSymbol() == MI.getPostInstrSymbol() && 478 setExtraInfo(MF, memoperands(), Symbol, getPostInstrSymbol(), 484 if (Symbol == getPostInstrSymbol()) 502 setExtraInfo(MF, memoperands(), getPreInstrSymbol(), getPostInstrSymbol(), 516 setPostInstrSymbol(MF, MI.getPostInstrSymbol()); 1696 if (MCSymbol *PostInstrSymbol = getPostInstrSymbol()) {lib/CodeGen/ModuloSchedule.cpp
1996 if (MCSymbol *Sym = MI.getPostInstrSymbol()) {
unittests/CodeGen/MachineInstrTest.cpp393 ASSERT_FALSE(MI->getPostInstrSymbol()); 399 ASSERT_FALSE(MI->getPostInstrSymbol()); 405 ASSERT_FALSE(MI->getPostInstrSymbol()); 411 ASSERT_TRUE(MI->getPostInstrSymbol() == Sym2); 417 ASSERT_TRUE(MI->getPostInstrSymbol() == Sym2); 447 ASSERT_TRUE(MI->getPostInstrSymbol() == Sym2); 453 ASSERT_TRUE(MI->getPostInstrSymbol() == Sym1); 482 ASSERT_FALSE(MI->getPostInstrSymbol()); 488 ASSERT_FALSE(MI->getPostInstrSymbol()); 494 ASSERT_FALSE(MI->getPostInstrSymbol()); 500 ASSERT_FALSE(MI->getPostInstrSymbol());