Home
last modified time | relevance | path

Searched refs:computeMaxCallFrameSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp187 void MachineFrameInfo::computeMaxCallFrameSize(const MachineFunction &MF) { in computeMaxCallFrameSize() function in MachineFrameInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp503 MFI.computeMaxCallFrameSize(MF); in mirFileLoaded()
H A DAArch64ISelLowering.cpp25546 MFI.computeMaxCallFrameSize(MF); in finalizeLowering()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h647 void computeMaxCallFrameSize(const MachineFunction &MF);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp22084 MF.getFrameInfo().computeMaxCallFrameSize(MF); in finalizeLowering()