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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp189 void MachineFrameInfo::computeMaxCallFrameSize(const MachineFunction &MF) { function in class:MachineFrameInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp317 MFI.computeMaxCallFrameSize(MF);
H A DAArch64ISelLowering.cpp13379 MF.getFrameInfo().computeMaxCallFrameSize(MF);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h616 void computeMaxCallFrameSize(const MachineFunction &MF);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17488 MF.getFrameInfo().computeMaxCallFrameSize(MF);

Completed in 144 milliseconds