Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp122 static uint64_t estimateFunctionSizeInBytes(const LoongArchInstrInfo *TII, in estimateFunctionSizeInBytes() function
154 bool IsLargeFunction = !isInt<27>(estimateFunctionSizeInBytes(TII, MF)); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp375 bool IsLargeFunction = !isInt<18>(MF.estimateFunctionSizeInBytes()); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1679 static unsigned estimateFunctionSizeInBytes(const MachineFunction &MF, in estimateFunctionSizeInBytes() function
1749 bool IsLargeFunction = !isInt<20>(estimateFunctionSizeInBytes(MF, *TII)); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h911 int64_t estimateFunctionSizeInBytes();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp382 int64_t MachineFunction::estimateFunctionSizeInBytes() { in estimateFunctionSizeInBytes() function in MachineFunction