Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp730 uint64_t LEAAmount = -CSSize; in emitEpilogue() local
735 if (LEAAmount != 0) { in emitEpilogue()
739 LEAAmount); in emitEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2509 uint64_t LEAAmount = in emitEpilogue() local
2513 LEAAmount -= 16; in emitEpilogue()
2522 if (LEAAmount != 0) { in emitEpilogue()
2525 false, LEAAmount); in emitEpilogue()