Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp187 void MachineFrameInfo::computeMaxCallFrameSize(const MachineFunction &MF) { in computeMaxCallFrameSize() function in MachineFrameInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp464 MFI.computeMaxCallFrameSize(MF); in mirFileLoaded()
H A DAArch64ISelLowering.cpp22748 MFI.computeMaxCallFrameSize(MF); in finalizeLowering()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h667 void computeMaxCallFrameSize(const MachineFunction &MF);
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21894 MF.getFrameInfo().computeMaxCallFrameSize(MF); in finalizeLowering()