Home
last modified time | relevance | path

Searched refs:IsLargeFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp375 bool IsLargeFunction = !isInt<18>(MF.estimateFunctionSizeInBytes()); in processFunctionBeforeFrameFinalized() local
376 if (IsLargeFunction) in processFunctionBeforeFrameFinalized()
386 if (IsLargeFunction && in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp154 bool IsLargeFunction = !isInt<27>(estimateFunctionSizeInBytes(TII, MF)); in processFunctionBeforeFrameFinalized() local
155 if (IsLargeFunction) in processFunctionBeforeFrameFinalized()
178 if (IsLargeFunction && LAFI->getBranchRelaxationSpillFrameIndex() == -1) in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1749 bool IsLargeFunction = !isInt<20>(estimateFunctionSizeInBytes(MF, *TII)); in processFunctionBeforeFrameFinalized() local
1750 if (IsLargeFunction) in processFunctionBeforeFrameFinalized()
1763 if (IsLargeFunction && RVFI->getBranchRelaxationScratchFrameIndex() == -1) in processFunctionBeforeFrameFinalized()