Home
last modified time | relevance | path

Searched refs:createRestore (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp359 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in insertCFIInstrs()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h603 static MCCFIInstruction createRestore(MCSymbol *L, unsigned Register) { in createRestore() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp561 Offset, MCCFIInstruction::createRestore(nullptr, Instr.Ops[0])); in fillCFIInfoFor()
H A DBinaryFunction.cpp722 setCFIFor(Instr, MCCFIInstruction::createRestore(nullptr, NewReg)); in mutateCFIRegisterFor()
2694 MCCFIInstruction::createRestore(nullptr, Reg)); in unwindCFIState()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCStreamer.cpp615 MCCFIInstruction::createRestore(Label, Register); in emitCFIRestore()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp661 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestore( in emitCalleeSavedRestores()
1368 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, 18)); in emitShadowCallStackEpilogue()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp494 MCCFIInstruction::createRestore(nullptr, DwarfReg)); in emitCalleeSavedFrameMoves()
2247 MCCFIInstruction::createRestore(nullptr, DwarfFramePtr), in emitEpilogue()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6552 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, DwarfLR)); in restoreLRFromStack()
6578 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, DwarfLR)); in emitCFIForLRRestoreFromReg()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2472 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in parseCFIOperand()