Home
last modified time | relevance | path

Searched refs:determineFrameLayout (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp27 void LanaiFrameLowering::determineFrameLayout(MachineFunction &MF) const { in determineFrameLayout() function in LanaiFrameLowering
102 determineFrameLayout(MF); in emitPrologue()
H A DLanaiFrameLowering.h25 void determineFrameLayout(MachineFunction &MF) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.h60 void determineFrameLayout(MachineFunction &MF) const;
H A DLoongArchFrameLowering.cpp109 void LoongArchFrameLowering::determineFrameLayout(MachineFunction &MF) const { in determineFrameLayout() function in LoongArchFrameLowering
200 determineFrameLayout(MF); in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.h24 void determineFrameLayout(MachineFunction &MF) const;
H A DCSKYFrameLowering.cpp52 void CSKYFrameLowering::determineFrameLayout(MachineFunction &MF) const { in determineFrameLayout() function in CSKYFrameLowering
100 determineFrameLayout(MF); in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h87 void determineFrameLayout(MachineFunction &MF) const;
H A DRISCVFrameLowering.cpp336 void RISCVFrameLowering::determineFrameLayout(MachineFunction &MF) const { in determineFrameLayout() function in RISCVFrameLowering
557 determineFrameLayout(MF); in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h99 uint64_t determineFrameLayout(const MachineFunction &MF,
H A DPPCFrameLowering.cpp287 uint64_t FrameSize = determineFrameLayout(MF, UseEstimate, in determineFrameLayoutAndUpdate()
297 PPCFrameLowering::determineFrameLayout(const MachineFunction &MF, in determineFrameLayout() function in PPCFrameLowering
539 unsigned FrameSize = determineFrameLayout(MF); in twoUniqueScratchRegsRequired()
2298 unsigned StackSize = determineFrameLayout(MF, true); in addScavengingSpillSlot()
H A DPPCRegisterInfo.cpp1879 unsigned StackEst = TFI->determineFrameLayout(MF, true); in needsFrameBaseReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h155 void determineFrameLayout(MachineFunction &MF) const;
H A DSystemZFrameLowering.cpp1215 determineFrameLayout(MF); in emitPrologue()
1501 void SystemZXPLINKFrameLowering::determineFrameLayout( in determineFrameLayout() function in SystemZXPLINKFrameLowering