Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2375 uint64_t LEAAmount = in emitEpilogue() local
2379 LEAAmount -= 16; in emitEpilogue()
2388 if (LEAAmount != 0) { in emitEpilogue()
2391 FramePtr, false, LEAAmount); in emitEpilogue()