Home
last modified time | relevance | path

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

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