Searched refs:IsLargeFunction (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp153 bool IsLargeFunction = !isInt<27>(estimateFunctionSizeInBytes(TII, MF)); local
154 if (IsLargeFunction)
172 if (IsLargeFunction && LAFI->getBranchRelaxationSpillFrameIndex() == -1)
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1106 bool IsLargeFunction = !isInt<20>(estimateFunctionSizeInBytes(MF, *TII)); local
1107 if (IsLargeFunction)
1120 if (IsLargeFunction && RVFI->getBranchRelaxationScratchFrameIndex() == -1)

Completed in 122 milliseconds