Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp733 uint64_t LEAAmount = -CSSize; in emitEpilogue() local
738 if (LEAAmount != 0) { in emitEpilogue()
742 LEAAmount); in emitEpilogue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2454 uint64_t LEAAmount = in emitEpilogue() local
2458 LEAAmount -= 16; in emitEpilogue()
2467 if (LEAAmount != 0) { in emitEpilogue()
2470 false, LEAAmount); in emitEpilogue()