Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOForceFunctionAttrs.cpp23 if (F.hasOptNone() || F.hasOptSize() || F.hasMinSize()) in shouldRunOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp131 if (skipFunction(MF.getFunction()) || MF.getFunction().hasOptSize()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp167 F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
H A DAArch64PostLegalizerCombiner.cpp567 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVPreLegalizerCombiner.cpp148 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
H A DRISCVPostLegalizerCombiner.cpp153 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp145 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp109 if (MF.getFunction().hasOptSize()) in runOnMachineFunction()
H A DX86FixupBWInsts.cpp446 OptForSize = MF.getFunction().hasOptSize() || in processBasicBlock()
H A DX86OptimizeLEAs.cpp744 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h620 return F.hasOptSize() || F.hasMinSize() || in shouldOptForSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp278 nullptr, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
H A DAMDGPURegBankCombiner.cpp456 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
H A DAMDGPUPostLegalizerCombiner.cpp501 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp152 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h525 return MF->getFunction().hasOptSize(); in shouldOptForSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp182 if (L.getHeader()->getParent()->hasOptSize()) in canSplitLoopBound()
H A DLoopLoadElimination.cpp590 bool OptForSize = F->hasOptSize() || in processLoop()
H A DLoopUnrollPass.cpp227 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || in gatherUnrollingPreferences()
1213 bool OptForSize = L->getHeader()->getParent()->hasOptSize(); in tryToUnrollLoop()
H A DMergeICmps.cpp852 if (!TTI.enableMemCmpExpansion(F.hasOptSize(), true)) in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp434 if (F.hasOptSize() || llvm::shouldOptimizeForSize(&F, PSI, BFI)) in run()
470 if (F.hasOptSize() || llvm::shouldOptimizeForSize(&F, PSI, BFI)) in runOnFunction()
H A DMachineCombiner.cpp736 OptSize = MF.getFunction().hasOptSize(); in runOnMachineFunction()
H A DMachineBlockPlacement.cpp2190 bool OptForSize = F->getFunction().hasOptSize() || in findBestLoopTop()
2937 (F->getFunction().hasOptSize() && !TLI->alignLoopsWithOptSize())) in alignBlocks()
3475 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h698 bool hasOptSize() const { in hasOptSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagon.td156 "MF->getFunction().hasOptSize()"> {

123