Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp361 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in insertCFIInstrs()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h559 static MCCFIInstruction createRestore(MCSymbol *L, unsigned Register) { in createRestore() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp602 MCCFIInstruction::createRestore(Label, Register); in emitCFIRestore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp482 MCCFIInstruction::createRestore(nullptr, DwarfReg)); in emitCalleeSavedFrameMoves()
2073 MCCFIInstruction::createRestore(nullptr, DwarfFramePtr)); in emitEpilogue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6330 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, DwarfLR)); in emitCFIForLRRestoreFromStack()
6343 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, DwarfLR)); in emitCFIForLRRestoreFromReg()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2452 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in parseCFIOperand()