Searched refs:createRestore (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CFIInstrInserter.cpp | 359 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in insertCFIInstrs()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 603 static MCCFIInstruction createRestore(MCSymbol *L, unsigned Register) { in createRestore() function
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | Exceptions.cpp | 561 Offset, MCCFIInstruction::createRestore(nullptr, Instr.Ops[0])); in fillCFIInfoFor()
|
| H A D | BinaryFunction.cpp | 722 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 D | MCStreamer.cpp | 615 MCCFIInstruction::createRestore(Label, Register); in emitCFIRestore()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 661 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 D | X86FrameLowering.cpp | 494 MCCFIInstruction::createRestore(nullptr, DwarfReg)); in emitCalleeSavedFrameMoves() 2247 MCCFIInstruction::createRestore(nullptr, DwarfFramePtr), in emitEpilogue()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 6552 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 D | MIParser.cpp | 2472 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in parseCFIOperand()
|