Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp358 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in insertCFIInstrs()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h604 static MCCFIInstruction createRestore(MCSymbol *L, unsigned Register) { in createRestore() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp615 MCCFIInstruction::createRestore(Label, Register); in emitCFIRestore()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp497 MCCFIInstruction::createRestore(nullptr, DwarfReg)); in emitCalleeSavedFrameMoves()
2327 MCCFIInstruction::createRestore(nullptr, DwarfFramePtr), in emitEpilogue()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp657 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 DARMBaseInstrInfo.cpp6574 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 DMIParser.cpp2531 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in parseCFIOperand()