Searched refs:getAdjustedFrameSize (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.cpp47 int VESubtarget::getAdjustedFrameSize(int frameSize) const { function in class:VESubtarget
H A DVESubtarget.h66 int getAdjustedFrameSize(int stackSize) const;
H A DVEFrameLowering.cpp220 NumBytes = Subtarget.getAdjustedFrameSize(NumBytes);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp74 int SparcSubtarget::getAdjustedFrameSize(int frameSize) const { function in class:SparcSubtarget
H A DSparcSubtarget.h118 int getAdjustedFrameSize(int stackSize) const;
H A DSparcFrameLowering.cpp145 NumBytes = Subtarget.getAdjustedFrameSize(NumBytes);

Completed in 140 milliseconds