Home
last modified time | relevance | path

Searched refs:CfaAdjustment (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp282 int64_t CfaAdjustment = -StackAdjustment; in eliminateCallFramePseudoInstr() local
306 if (CfaAdjustment) { in eliminateCallFramePseudoInstr()
309 MCCFIInstruction::createAdjustCfaOffset(nullptr, CfaAdjustment)); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3811 int64_t CfaAdjustment = -StackAdjustment; in eliminateCallFramePseudoInstr() local
3814 if (CfaAdjustment) { in eliminateCallFramePseudoInstr()
3817 MCCFIInstruction::createAdjustCfaOffset(nullptr, CfaAdjustment)); in eliminateCallFramePseudoInstr()