Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp75 int SparcSubtarget::getAdjustedFrameSize(int frameSize) const { in getAdjustedFrameSize() function in SparcSubtarget
H A DSparcSubtarget.h119 int getAdjustedFrameSize(int stackSize) const;
H A DSparcFrameLowering.cpp145 NumBytes = Subtarget.getAdjustedFrameSize(NumBytes); in emitPrologue()