HomeSort by: relevance | last modified time | path
    Searched refs:hasOptSize (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64O0PreLegalizerCombiner.cpp 151 false, F.hasOptSize(), F.hasMinSize(), KB, nullptr /* MDT */);
AArch64PreLegalizerCombiner.cpp 348 AArch64PreLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(),
AArch64PostLegalizerCombiner.cpp 367 AArch64PostLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(),
AArch64PostLegalizerLowering.cpp 1048 AArch64PostLegalizerLoweringInfo PCInfo(F.hasOptSize(), F.hasMinSize());
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86PadShortFunction.cpp 110 if (MF.getFunction().hasOptSize())
137 // Function::hasOptSize is already checked above.
X86FixupBWInsts.cpp 439 OptForSize = MF.getFunction().hasOptSize() ||
X86OptimizeLEAs.cpp 745 bool OptForSize = MF.getFunction().hasOptSize() ||
X86FixupLEAs.cpp 211 bool OptIncDec = !ST.slowIncDec() || MF.getFunction().hasOptSize();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h 485 return F.hasOptSize() || F.hasMinSize() ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPURegBankCombiner.cpp 256 AMDGPURegBankCombinerInfo PCInfo(EnableOpt, F.hasOptSize(),
AMDGPUPreLegalizerCombiner.cpp 274 AMDGPUPreLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(),
AMDGPUPostLegalizerCombiner.cpp 383 AMDGPUPostLegalizerCombinerInfo PCInfo(EnableOpt, F.hasOptSize(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 517 return MF->getFunction().hasOptSize();
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 153 if (F.hasOptNone() || F.hasOptSize())
Thumb2SizeReduction.cpp 1140 OptimizeSize = MF.getFunction().hasOptSize();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 716 bool hasOptSize() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineCombiner.cpp 721 OptSize = MF.getFunction().hasOptSize();
MachineBlockPlacement.cpp 2119 bool OptForSize = F->getFunction().hasOptSize() ||
2867 (F->getFunction().hasOptSize() && !TLI->alignLoopsWithOptSize()))
3351 bool OptForSize = MF.getFunction().hasOptSize() ||
BranchFolding.cpp 646 MF->getFunction().hasOptSize() ||
1518 MF.getFunction().hasOptSize() ||
ExpandMemCmp.cpp 762 bool OptForSize = CI->getFunction()->hasOptSize() ||
TailDuplicator.cpp 567 bool OptForSize = MF->getFunction().hasOptSize() ||
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 553 bool OptForSize = F->hasOptSize() ||
LoopUnrollPass.cpp 220 bool OptForSize = L->getHeader()->getParent()->hasOptSize() ||
1069 bool OptForSize = L->getHeader()->getParent()->hasOptSize();
ConstantHoisting.cpp 571 bool OptForSize = Entry->getParent()->hasOptSize() ||
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp 997 return F.hasOptSize() || F.hasMinSize() ||

Completed in 45 milliseconds

1 2 3