Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1887 unsigned CallerAllocatedAmt = FI->getMinReservedArea(); in emitEpilogue() local
1889 if (CallerAllocatedAmt && isInt<16>(CallerAllocatedAmt)) { in emitEpilogue()
1891 .addReg(SPReg).addImm(CallerAllocatedAmt); in emitEpilogue()
1894 .addImm(CallerAllocatedAmt >> 16); in emitEpilogue()
1897 .addImm(CallerAllocatedAmt & 0xFFFF); in emitEpilogue()