Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVESubtarget.cpp50 uint64_t VESubtarget::getAdjustedFrameSize(uint64_t FrameSize) const { in getAdjustedFrameSize() function in VESubtarget
H A DVESubtarget.h75 uint64_t getAdjustedFrameSize(uint64_t FrameSize) const;
H A DVEFrameLowering.cpp337 NumBytes = STI.getAdjustedFrameSize(NumBytes); in emitPrologue()
H A DVEInstrInfo.cpp1063 unsigned NumBytes = STI.getAdjustedFrameSize(0); in expandGetStackTopPseudo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp74 int SparcSubtarget::getAdjustedFrameSize(int frameSize) const { in getAdjustedFrameSize() function in SparcSubtarget
H A DSparcSubtarget.h118 int getAdjustedFrameSize(int stackSize) const;
H A DSparcFrameLowering.cpp140 NumBytes = Subtarget.getAdjustedFrameSize(NumBytes); in emitPrologue()