Searched refs:getPostInstrSymbol (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 348 setExtraInfo(MF, {}, getPreInstrSymbol(), getPostInstrSymbol(), in dropMemRefs() 359 setExtraInfo(MF, MMOs, getPreInstrSymbol(), getPostInstrSymbol(), in setMemRefs() 382 getPostInstrSymbol() == MI.getPostInstrSymbol() && in cloneMemRefs() 468 setExtraInfo(MF, memoperands(), Symbol, getPostInstrSymbol(), in setPreInstrSymbol() 474 if (Symbol == getPostInstrSymbol()) in setPostInstrSymbol() 492 setExtraInfo(MF, memoperands(), getPreInstrSymbol(), getPostInstrSymbol(), in setHeapAllocMarker() 501 setExtraInfo(MF, memoperands(), getPreInstrSymbol(), getPostInstrSymbol(), in setPCSections() 510 setExtraInfo(MF, memoperands(), getPreInstrSymbol(), getPostInstrSymbol(), in setCFIType() 524 setPostInstrSymbol(MF, MI.getPostInstrSymbol()); in cloneInstrSymbols() 663 getPostInstrSymbol() != Other.getPostInstrSymbol()) in isIdenticalTo() [all …]
|
| H A D | MIRPrinter.cpp | 809 if (MCSymbol *PostInstrSymbol = MI.getPostInstrSymbol()) { in print()
|
| H A D | ModuloSchedule.cpp | 2187 if (MCSymbol *Sym = MI.getPostInstrSymbol()) { in runOnLoop()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 198 MCSymbol *getPostInstrSymbol() const { in getPostInstrSymbol() function 764 MCSymbol *getPostInstrSymbol() const { 770 return EI->getPostInstrSymbol(); 971 if (getPreInstrSymbol() || getPostInstrSymbol())
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1682 if (MCSymbol *S = MI.getPostInstrSymbol()) in emitFunctionBody()
|