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