Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp31 if (MF->getFunction().hasOptSize()) in shouldOptimizeForSize()
41 if (MBB->getParent()->getFunction().hasOptSize()) in shouldOptimizeForSize()
51 if (MBB->getParent()->getFunction().hasOptSize()) in shouldOptimizeForSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp102 if (F->hasOptSize()) in shouldOptimizeForSize()
111 if (BB->getParent()->hasOptSize()) in shouldOptimizeForSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOForceFunctionAttrs.cpp23 if (F.hasOptNone() || F.hasOptSize()) in shouldRunOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVO0PreLegalizerCombiner.cpp130 F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
H A DRISCVPostLegalizerCombiner.cpp146 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
H A DRISCVPreLegalizerCombiner.cpp144 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp129 if (skipFunction(MF.getFunction()) || MF.getFunction().hasOptSize()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp142 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp162 F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp107 if (MF.getFunction().hasOptSize()) in runOnMachineFunction()
H A DX86FixupInstTuning.cpp84 bool OptSize = MF.getFunction().hasOptSize(); in processInstruction()
H A DX86FixupVectorConstants.cpp350 bool OptSize = MF.getFunction().hasOptSize(); in processInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizerCombiner.cpp216 /*LegalizerInfo*/ nullptr, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFoldMemOffset.cpp239 if (MF.getFunction().hasOptSize()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h646 if (F.hasOptSize()) in shouldOptForSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp275 nullptr, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
H A DAMDGPURegBankCombiner.cpp482 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
H A DAMDGPUPostLegalizerCombiner.cpp499 LI, EnableOpt, F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp157 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp181 if (L.getHeader()->getParent()->hasOptSize()) in canSplitLoopBound()
H A DLoopUnrollPass.cpp228 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || in gatherUnrollingPreferences()
1214 bool OptForSize = L->getHeader()->getParent()->hasOptSize(); in tryToUnrollLoop()
H A DMergeICmps.cpp856 if (!TTI.enableMemCmpExpansion(F.hasOptSize(), true)) in runImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h526 return MF->getFunction().hasOptSize(); in shouldOptForSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h706 bool hasOptSize() const { in hasOptSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagon.td172 "MF->getFunction().hasOptSize()"> {

123