Searched refs:getFixedObjectSize (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 400 static unsigned getFixedObjectSize(const MachineFunction &MF, in getFixedObjectSize() function 1806 unsigned FixedObject = getFixedObjectSize(MF, AFI, IsWin64, IsFunclet); in emitPrologue() 2208 unsigned FixedObject = getFixedObjectSize(MF, AFI, IsWin64, IsFunclet); in emitEpilogue() 2515 getFixedObjectSize(MF, AFI, IsWin64, /*IsFunclet=*/false); in getFPOffset() 3649 getFixedObjectSize(MF, AFI, /*IsWin64*/ true, /*IsFunclet*/ false); in processFunctionBeforeFrameFinalized()
|