Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp284 int64_t CfaAdjustment = -StackAdjustment; in eliminateCallFramePseudoInstr() local
308 if (CfaAdjustment) { in eliminateCallFramePseudoInstr()
311 MCCFIInstruction::createAdjustCfaOffset(nullptr, CfaAdjustment)); in eliminateCallFramePseudoInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3756 int64_t CfaAdjustment = -StackAdjustment; in eliminateCallFramePseudoInstr() local
3759 if (CfaAdjustment) { in eliminateCallFramePseudoInstr()
3762 MCCFIInstruction::createAdjustCfaOffset(nullptr, CfaAdjustment)); in eliminateCallFramePseudoInstr()