Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kFrameLowering.cpp284 int64_t CfaAdjustment = -StackAdjustment; in eliminateCallFramePseudoInstr() local
308 if (CfaAdjustment) { in eliminateCallFramePseudoInstr()
311 MCCFIInstruction::createAdjustCfaOffset(nullptr, CfaAdjustment)); in eliminateCallFramePseudoInstr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp3335 int64_t CfaAdjustment = -StackAdjustment; in eliminateCallFramePseudoInstr() local
3338 if (CfaAdjustment) { in eliminateCallFramePseudoInstr()
3341 CfaAdjustment)); in eliminateCallFramePseudoInstr()