Home
last modified time | relevance | path

Searched refs:hasMinSize (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp376 if (isMClass() && hasMinSize()) in enableMachineScheduler()
469 if (isThumb2() && MF.getFunction().hasMinSize()) in getGPRAllocationOrder()
484 return isThumb2() && MF.getFunction().hasMinSize() && in ignoreCSRForAllocationOrder()
H A DARMTargetMachine.cpp304 if (F.hasMinSize()) in getSubtargetImpl()
314 F.hasMinSize()); in getSubtargetImpl()
564 return this->TM->getSubtarget<ARMSubtarget>(F).hasMinSize() || in addPreSched2()
H A DARMSubtarget.h365 bool hasMinSize() const { return OptMinSize; } in hasMinSize() function
H A DARMSelectionDAGInfo.cpp220 if (NumMEMCPYs > 1 && Subtarget.hasMinSize()) { in EmitTargetCodeForMemcpy()
H A DARMPredicates.td195 "Subtarget->hasMinSize())">;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp214 if (MF->getFunction().hasMinSize()) in processDefs()
238 if (MF->getFunction().hasMinSize()) in processUndefReads()
H A DGlobalMerge.cpp367 if (Opt.SizeOnly && !ParentFn->hasMinSize()) in doMerge()
/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/Transforms/Scalar/
H A DLoopRotation.cpp68 (EnableHeaderDuplication && !L.getHeader()->getParent()->hasMinSize()) || in run()
H A DLoopUnrollPass.cpp412 RootI.getFunction()->hasMinSize() ? in analyzeLoopUnrollCost()
504 L->getHeader()->getParent()->hasMinSize() ? in analyzeLoopUnrollCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp167 F.hasOptSize(), F.hasMinSize()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVPreLegalizerCombiner.cpp149 F.hasMinSize()); in runOnMachineFunction()
H A DRISCVPostLegalizerCombiner.cpp154 F.hasMinSize()); 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/AArch64/
H A DAArch64CompressJumpTables.cpp170 if (ST.force32BitJumpTables() && !MF->getFunction().hasMinSize()) in runOnMachineFunction()
H A DAArch64MachineFunctionInfo.cpp180 ((F.getUWTableKind() == UWTableKind::Async && !F.hasMinSize()) || in needsAsyncDwarfUnwindInfo()
H A DAArch64ConditionalCompares.cpp941 MinSize = MF.getFunction().hasMinSize(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h695 bool hasMinSize() const { return hasFnAttribute(Attribute::MinSize); } in hasMinSize() function
699 return hasFnAttribute(Attribute::OptimizeForSize) || hasMinSize(); in hasOptSize()
/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/RISCV/
H A DRISCVMakeCompressible.cpp380 if (skipFunction(Fn.getFunction()) || !Fn.getFunction().hasMinSize()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp244 if (DAG.getMachineFunction().getFunction().hasMinSize()) in emitConstantSizeRepmov()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp989 if (Caller->hasMinSize()) { in finalizeAnalysis()
1292 if (Caller->hasMinSize()) { in finalizeAnalysis()
1955 if (Caller->hasMinSize()) { in updateThreshold()
1968 if (!Caller->hasMinSize()) { in updateThreshold()

123