Home
last modified time | relevance | path

Searched refs:cfiDefCfaOffset (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp187 MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, CFAOffset)); in emitPrologue()
200 MCCFIInstruction::cfiDefCfaOffset(nullptr, CFAOffset)); in emitPrologue()
264 MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, CFAOffset)); in emitPrologue()
391 MCCFIInstruction::cfiDefCfaOffset(nullptr, CFAOffset)); in emitPrologue()
DARMFrameLowering.cpp370 MCCFIInstruction::cfiDefCfaOffset(nullptr, CFAOffset)); in emitDefCFAOffsets()
2561 CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, 8)); in adjustForSegmentedStacks()
2703 CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, 12)); in adjustForSegmentedStacks()
2765 CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, 0)); in adjustForSegmentedStacks()
2789 CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, 0)); in adjustForSegmentedStacks()
DARMBaseInstrInfo.cpp6276 MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, Align)); in emitCFIForLRSaveOnStack()
6323 MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, 0)); in emitCFIForLRRestoreFromStack()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp66 MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, StackSize)); in emitPrologue()
DMipsSEFrameLowering.cpp438 MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, StackSize)); in emitPrologue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kFrameLowering.cpp559 MCCFIInstruction::cfiDefCfaOffset(nullptr, 2 * stackGrowth)); in emitPrologue()
604 MCCFIInstruction::cfiDefCfaOffset(nullptr, StackOffset)); in emitPrologue()
654 MCCFIInstruction::cfiDefCfaOffset(nullptr, -StackSize + stackGrowth)); in emitPrologue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCFIInstrInserter.cpp334 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset( in insertCFIInstrs()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp419 MCCFIInstruction::cfiDefCfaOffset(nullptr, RealStackSize)); in emitPrologue()
485 MCCFIInstruction::cfiDefCfaOffset(nullptr, MFI.getStackSize())); in emitPrologue()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCDwarf.h502 static MCCFIInstruction cfiDefCfaOffset(MCSymbol *L, int Offset) { in cfiDefCfaOffset() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
DARCFrameLowering.cpp199 MCCFIInstruction::cfiDefCfaOffset(nullptr, MFI.getStackSize())); in emitPrologue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp1474 MCCFIInstruction::cfiDefCfaOffset(nullptr, -2 * stackGrowth)); in emitPrologue()
1596 MCCFIInstruction::cfiDefCfaOffset(nullptr, -StackOffset)); in emitPrologue()
1887 MCCFIInstruction::cfiDefCfaOffset(nullptr, StackSize - stackGrowth)); in emitPrologue()
2150 MCCFIInstruction::cfiDefCfaOffset(nullptr, CSSize + SlotSize)); in emitEpilogue()
2176 MCCFIInstruction::cfiDefCfaOffset(nullptr, -Offset)); in emitEpilogue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp76 MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, Offset)); in EmitDefCfaOffset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp393 MCCFIInstruction::cfiDefCfaOffset(nullptr, -Offset)); in buildCFAOffs()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCStreamer.cpp493 MCCFIInstruction::cfiDefCfaOffset(Label, Offset); in emitCFIDefCfaOffset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1213 MCCFIInstruction::cfiDefCfaOffset(FrameLabel, NumBytes)); in emitPrologue()
1605 MCCFIInstruction::cfiDefCfaOffset(nullptr, MFI.getStackSize())); in emitPrologue()
DAArch64InstrInfo.cpp7309 MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, 16)); in buildOutlinedFrame()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1111 MCCFIInstruction::cfiDefCfaOffset(nullptr, -NegFrameSize)); in emitPrologue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2423 MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, Offset)); in parseCFIOperand()