Searched defs:estimateStackSize (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp102 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const { function in class:MipsFrameLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp42 static unsigned estimateStackSize(MachineFunction &MF) { function
851 // The CSR spill slots have not been allocated yet, so estimateStackSize
854 unsigned CFSize = estimateStackSize(MF) + 8 * (NumGPRSpilled + NumFPRSpilled);
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp627 unsigned MachineFrameInfo::estimateStackSize(const MachineFunction &MF) const { function in class:MachineFrameInfo

Completed in 1796 milliseconds