Home
last modified time | relevance | path

Searched refs:hasOptSize (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVO0PreLegalizerCombiner.cpp134 F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
H A DRISCVPreLegalizerCombiner.cpp147 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
H A DRISCVPostLegalizerCombiner.cpp152 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp123 if (skipFunction(MF.getFunction()) || MF.getFunction().hasOptSize()) in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp144 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp169 F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
H A DAArch64PostLegalizerCombiner.cpp509 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp109 if (MF.getFunction().hasOptSize()) in runOnMachineFunction()
H A DX86FixupBWInsts.cpp455 OptForSize = MF.getFunction().hasOptSize() || in processBasicBlock()
H A DX86OptimizeLEAs.cpp744 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h602 return F.hasOptSize() || F.hasMinSize() || in shouldOptForSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp281 nullptr, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
H A DAMDGPURegBankCombiner.cpp457 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
H A DAMDGPUPostLegalizerCombiner.cpp526 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp152 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp182 if (L.getHeader()->getParent()->hasOptSize()) in canSplitLoopBound()
H A DLoopLoadElimination.cpp574 bool OptForSize = F->hasOptSize() || in processLoop()
H A DLoopUnrollPass.cpp221 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || in gatherUnrollingPreferences()
1166 bool OptForSize = L->getHeader()->getParent()->hasOptSize(); in tryToUnrollLoop()
H A DMergeICmps.cpp852 if (!TTI.enableMemCmpExpansion(F.hasOptSize(), true)) in runImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h522 return MF->getFunction().hasOptSize(); in shouldOptForSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp407 if (F.hasOptSize() || llvm::shouldOptimizeForSize(&F, PSI, BFI)) in run()
443 if (F.hasOptSize() || llvm::shouldOptimizeForSize(&F, PSI, BFI)) in runOnFunction()
H A DMachineCombiner.cpp751 OptSize = MF.getFunction().hasOptSize(); in runOnMachineFunction()
H A DMachineBlockPlacement.cpp2154 bool OptForSize = F->getFunction().hasOptSize() || in findBestLoopTop()
2901 (F->getFunction().hasOptSize() && !TLI->alignLoopsWithOptSize())) in alignBlocks()
3421 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h677 bool hasOptSize() const { in hasOptSize() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagon.td156 "MF->getFunction().hasOptSize()"> {

123