Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp353 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in insertCFIInstrs()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h548 static MCCFIInstruction createRestore(MCSymbol *L, unsigned Register) { in createRestore() function
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp589 MCCFIInstruction::createRestore(Label, Register); in emitCFIRestore()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp482 MCCFIInstruction::createRestore(nullptr, DwarfReg)); in emitCalleeSavedFrameMoves()
2057 MCCFIInstruction::createRestore(nullptr, DwarfFramePtr)); in emitEpilogue()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6343 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, DwarfLR)); in emitCFIForLRRestoreFromStack()
6356 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, DwarfLR)); in emitCFIForLRRestoreFromReg()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2282 CFIIndex = MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in parseCFIOperand()