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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp187 void MachineFrameInfo::computeMaxCallFrameSize(const MachineFunction &MF) { function in class:MachineFrameInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp345 MFI.computeMaxCallFrameSize(MF);
H A DAArch64ISelLowering.cpp14913 MF.getFrameInfo().computeMaxCallFrameSize(MF);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h635 void computeMaxCallFrameSize(const MachineFunction &MF);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18931 MF.getFrameInfo().computeMaxCallFrameSize(MF);

Completed in 363 milliseconds