Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp187 void MachineFrameInfo::computeMaxCallFrameSize(const MachineFunction &MF) { in computeMaxCallFrameSize() function in MachineFrameInfo
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp409 MFI.computeMaxCallFrameSize(MF); in mirFileLoaded()
H A DAArch64ISelLowering.cpp20825 MFI.computeMaxCallFrameSize(MF); in finalizeLowering()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h639 void computeMaxCallFrameSize(const MachineFunction &MF);
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21778 MF.getFrameInfo().computeMaxCallFrameSize(MF); in finalizeLowering()