Home
last modified time | relevance | path

Searched refs:OpRestoreState (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Utils/
H A DUtils.cpp107 case MCCFIInstruction::OpRestoreState: in operator ==()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp236 FDEProgram[State].getOperation() == MCCFIInstruction::OpRestoreState) { in getCFIStateAtInstr()
242 if (CFIInstr.getOperation() == MCCFIInstruction::OpRestoreState) in getCFIStateAtInstr()
H A DBinaryFunction.cpp2358 case MCCFIInstruction::OpRestoreState: in annotateCFIState()
2448 case MCCFIInstruction::OpRestoreState: in update()
2460 if (Instr.getOperation() != MCCFIInstruction::OpRestoreState) { in advanceTo()
2585 case MCCFIInstruction::OpRestoreState: in isRedundant()
2609 if (Instr->getOperation() == MCCFIInstruction::OpRestoreState) { in replayCFIInstrs()
2670 case MCCFIInstruction::OpRestoreState: in unwindCFIState()
2741 if (Instr.getOperation() != MCCFIInstruction::OpRestoreState) { in unwindCFIState()
2769 if (CFI->getOperation() == MCCFIInstruction::OpRestoreState) { in normalizeCFIState()
2824 CFI->getOperation() == MCCFIInstruction::OpRestoreState)) { in finalizeCFIState()
H A DBinaryContext.cpp1725 case MCCFIInstruction::OpRestoreState: in printCFI()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h483 OpRestoreState, enumerator
626 return MCCFIInstruction(OpRestoreState, L, 0, 0, ""); in createRestoreState()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp279 case MCCFIInstruction::OpRestoreState: in emitCFIInstruction()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DAsmDump.cpp44 case MCCFIInstruction::OpRestoreState: in dumpCFI()
H A DFrameAnalysis.cpp206 case MCCFIInstruction::OpRestoreState: { in doNext()
H A DShrinkWrapping.cpp415 case MCCFIInstruction::OpRestoreState: { in classifyCFIs()
1187 if (MCCFI->getOperation() == MCCFIInstruction::OpRestoreState || in scheduleOldSaveRestoresRemoval()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp236 case MCCFIInstruction::OpRestoreState: in calculateOutgoingCFAInfo()
H A DMachineOperand.cpp628 case MCCFIInstruction::OpRestoreState: in printCFI()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1434 case MCCFIInstruction::OpRestoreState: in emitCFIInstruction()