Searched refs:getPreInstrSymbol (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 367 setExtraInfo(MF, {}, getPreInstrSymbol(), getPostInstrSymbol(), in dropMemRefs() 378 setExtraInfo(MF, MMOs, getPreInstrSymbol(), getPostInstrSymbol(), in setMemRefs() 400 if (getPreInstrSymbol() == MI.getPreInstrSymbol() && in cloneMemRefs() 477 if (Symbol == getPreInstrSymbol()) in setPreInstrSymbol() 501 setExtraInfo(MF, memoperands(), getPreInstrSymbol(), Symbol, in setPostInstrSymbol() 510 setExtraInfo(MF, memoperands(), getPreInstrSymbol(), getPostInstrSymbol(), in setHeapAllocMarker() 523 setPreInstrSymbol(MF, MI.getPreInstrSymbol()); in cloneInstrSymbols() 1783 if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) { in print()
|
| H A D | MIRPrinter.cpp | 799 if (MCSymbol *PreInstrSymbol = MI.getPreInstrSymbol()) { in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 183 MCSymbol *getPreInstrSymbol() const { in getPreInstrSymbol() function 729 MCSymbol *getPreInstrSymbol() const { 735 return EI->getPreInstrSymbol();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1290 if (MCSymbol *S = MI.getPreInstrSymbol()) in emitFunctionBody()
|