| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64StorePairSuppress.cpp | 122 if (skipFunction(MF.getFunction()) || MF.getFunction().hasOptSize()) in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsPostLegalizerCombiner.cpp | 128 MipsPostLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(), in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64O0PreLegalizerCombiner.cpp | 153 false, F.hasOptSize(), F.hasMinSize(), KB, nullptr /* MDT */); in runOnMachineFunction()
|
| H A D | AArch64PreLegalizerCombiner.cpp | 470 AArch64PreLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(), in runOnMachineFunction()
|
| H A D | AArch64PostLegalizerCombiner.cpp | 428 AArch64PostLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(), in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86PadShortFunction.cpp | 109 if (MF.getFunction().hasOptSize()) in runOnMachineFunction()
|
| H A D | X86FixupBWInsts.cpp | 457 OptForSize = MF.getFunction().hasOptSize() || in processBasicBlock()
|
| H A D | X86OptimizeLEAs.cpp | 745 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelector.h | 490 return F.hasOptSize() || F.hasMinSize() || in shouldOptForSize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreLegalizerCombiner.cpp | 277 AMDGPUPreLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(), in runOnMachineFunction()
|
| H A D | AMDGPURegBankCombiner.cpp | 472 AMDGPURegBankCombinerInfo PCInfo(EnableOpt, F.hasOptSize(), in runOnMachineFunction()
|
| H A D | AMDGPUPostLegalizerCombiner.cpp | 437 AMDGPUPostLegalizerCombinerInfo PCInfo(ST, EnableOpt, F.hasOptSize(), in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 153 if (F.hasOptNone() || F.hasOptSize()) in shouldGenerateInlineTPLoop()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 518 return MF->getFunction().hasOptSize(); in shouldOptForSize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopBoundSplit.cpp | 182 if (L.getHeader()->getParent()->hasOptSize()) in canSplitLoopBound()
|
| H A D | LoopLoadElimination.cpp | 567 bool OptForSize = F->hasOptSize() || in processLoop()
|
| H A D | LoopUnrollPass.cpp | 220 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || in gatherUnrollingPreferences() 1178 bool OptForSize = L->getHeader()->getParent()->hasOptSize(); in tryToUnrollLoop()
|
| H A D | MergeICmps.cpp | 849 if (!TTI.enableMemCmpExpansion(F.hasOptSize(), true)) in runImpl()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Function.h | 644 bool hasOptSize() const { in hasOptSize() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 509 if (F->hasOptSize() || in isCandidateFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 745 OptSize = MF.getFunction().hasOptSize(); in runOnMachineFunction()
|
| H A D | MachineBlockPlacement.cpp | 2153 bool OptForSize = F->getFunction().hasOptSize() || in findBestLoopTop() 2901 (F->getFunction().hasOptSize() && !TLI->alignLoopsWithOptSize())) in alignBlocks() 3398 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction()
|
| H A D | BranchFolding.cpp | 650 MF->getFunction().hasOptSize() || in ProfitableToMerge() 1511 MF.getFunction().hasOptSize() || in OptimizeBlock()
|
| H A D | ExpandMemCmp.cpp | 766 bool OptForSize = CI->getFunction()->hasOptSize() || in expandMemCmp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 156 "MF->getFunction().hasOptSize()"> {
|