Searched refs:createRestore (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CFIInstrInserter.cpp | 358 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in insertCFIInstrs()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 604 static MCCFIInstruction createRestore(MCSymbol *L, unsigned Register) { in createRestore() function
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 615 MCCFIInstruction::createRestore(Label, Register); in emitCFIRestore()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 497 MCCFIInstruction::createRestore(nullptr, DwarfReg)); in emitCalleeSavedFrameMoves() 2327 MCCFIInstruction::createRestore(nullptr, DwarfFramePtr), in emitEpilogue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 657 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestore( in emitCalleeSavedRestores() 1361 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, 18)); in emitShadowCallStackEpilogue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 6574 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, DwarfLR)); in restoreLRFromStack() 6600 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, DwarfLR)); in emitCFIForLRRestoreFromReg()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2531 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in parseCFIOperand()
|