Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp740 uint64_t LEAAmount = -CSSize; in emitEpilogue() local
745 if (LEAAmount != 0) { in emitEpilogue()
749 LEAAmount); in emitEpilogue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2104 uint64_t LEAAmount = in emitEpilogue() local
2108 LEAAmount -= 16; in emitEpilogue()
2117 if (LEAAmount != 0) { in emitEpilogue()
2120 FramePtr, false, LEAAmount); in emitEpilogue()