Searched refs:hasMinSize (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp381 if (isMClass() && hasMinSize())
464 if (isThumb2() && MF.getFunction().hasMinSize())
479 return isThumb2() && MF.getFunction().hasMinSize() &&
H A DARMTargetMachine.cpp286 if (F.hasMinSize())
296 F.hasMinSize());
525 return this->TM->getSubtarget<ARMSubtarget>(F).hasMinSize() ||
H A DARMSelectionDAGInfo.cpp173 if (NumMEMCPYs > 1 && Subtarget.hasMinSize()) {
H A DARMSubtarget.h785 bool hasMinSize() const { return OptMinSize; } function in class:llvm::ARMSubtarget
H A DThumb2SizeReduction.cpp1141 MinimizeSize = STI->hasMinSize();
H A DARMTargetTransformInfo.cpp715 const unsigned Limit = TLI->getMaxStoresPerMemmove(F->hasMinSize());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp134 F.hasMinSize(), KB, MDT);
H A DAMDGPURegBankCombiner.cpp135 F.hasMinSize(), LI, KB, MDT);
H A DAMDGPUPostLegalizerCombiner.cpp340 F.hasMinSize(), LI, KB, MDT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp204 if (MF->getFunction().hasMinSize())
229 if (MF->getFunction().hasMinSize())
H A DGlobalMerge.cpp335 if (OnlyOptimizeForSize && !ParentFn->hasMinSize())
H A DMachineCSE.cpp878 if (CandidateBB->getParent()->getFunction().hasMinSize())
H A DExpandMemCmp.cpp714 if (CI->getFunction()->hasMinSize())
H A DAtomicExpandPass.cpp1135 !F->hasMinSize();
1139 bool UseUnconditionalReleaseBarrier = F->hasMinSize() && !CI->isWeak();
H A DMachineBlockPlacement.cpp2833 if (F->getFunction().hasMinSize() ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp151 if (ST.force32BitJumpTables() && !MF->getFunction().hasMinSize())
H A DAArch64ConditionalCompares.cpp943 MinSize = MF.getFunction().hasMinSize();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp183 F.hasMinSize(), KB, MDT);
H A DAArch64PostLegalizerCombiner.cpp488 F.hasMinSize(), KB, MDT);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h644 bool hasMinSize() const { return hasFnAttribute(Attribute::MinSize); } function in class:llvm::Function
648 return hasFnAttribute(Attribute::OptimizeForSize) || hasMinSize();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h138 if (DAG.getMachineFunction().getFunction().hasMinSize())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp272 if (DAG.getMachineFunction().getFunction().hasMinSize())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp638 if (Caller->hasMinSize()) {
1341 if (Caller->hasMinSize()) {
1354 if (!Caller->hasMinSize()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp865 return MF.getFunction().hasMinSize();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp383 return F.hasOptSize() && !F.hasMinSize();
387 return MF.getFunction().hasMinSize();

Completed in 227 milliseconds

12