Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp240 RestrictIT = hasV8Ops() && !hasMinSize(); in initSubtargetFeatures()
385 if (isMClass() && hasMinSize()) in enableMachineScheduler()
468 if (isThumb2() && MF.getFunction().hasMinSize()) in getGPRAllocationOrder()
483 return isThumb2() && MF.getFunction().hasMinSize() && in ignoreCSRForAllocationOrder()
H A DARMTargetMachine.cpp286 if (F.hasMinSize()) in getSubtargetImpl()
296 F.hasMinSize()); in getSubtargetImpl()
527 return this->TM->getSubtarget<ARMSubtarget>(F).hasMinSize() || in addPreSched2()
H A DARMSelectionDAGInfo.cpp221 if (NumMEMCPYs > 1 && Subtarget.hasMinSize()) { in EmitTargetCodeForMemcpy()
H A DARMSubtarget.h810 bool hasMinSize() const { return OptMinSize; } in hasMinSize() function
H A DARMPredicates.td191 "Subtarget->hasMinSize())">;
H A DARMTargetTransformInfo.cpp1105 Limit = TLI->getMaxStoresPerMemcpy(F->hasMinSize()); in getNumMemOps()
1108 Limit = TLI->getMaxStoresPerMemmove(F->hasMinSize()); in getNumMemOps()
1111 Limit = TLI->getMaxStoresPerMemset(F->hasMinSize()); in getNumMemOps()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp211 if (MF->getFunction().hasMinSize()) in processDefs()
235 if (MF->getFunction().hasMinSize()) in processUndefReads()
H A DGlobalMerge.cpp336 if (OnlyOptimizeForSize && !ParentFn->hasMinSize()) in doMerge()
H A DMachineCSE.cpp902 if (CandidateBB->getParent()->getFunction().hasMinSize()) in isProfitableToHoistInto()
H A DExpandMemCmp.cpp745 if (CI->getFunction()->hasMinSize()) in expandMemCmp()
H A DAtomicExpandPass.cpp1149 !F->hasMinSize(); in expandAtomicCmpXchg()
1153 bool UseUnconditionalReleaseBarrier = F->hasMinSize() && !CI->isWeak(); in expandAtomicCmpXchg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp151 false, F.hasOptSize(), F.hasMinSize(), KB, nullptr /* MDT */); in runOnMachineFunction()
H A DAArch64PreLegalizerCombiner.cpp349 F.hasMinSize(), KB, MDT); in runOnMachineFunction()
H A DAArch64PostLegalizerCombiner.cpp368 F.hasMinSize(), KB, MDT); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp169 if (ST.force32BitJumpTables() && !MF->getFunction().hasMinSize()) in runOnMachineFunction()
H A DAArch64ConditionalCompares.cpp943 MinSize = MF.getFunction().hasMinSize(); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h713 bool hasMinSize() const { return hasFnAttribute(Attribute::MinSize); } in hasMinSize() function
717 return hasFnAttribute(Attribute::OptimizeForSize) || hasMinSize(); in hasOptSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h485 return F.hasOptSize() || F.hasMinSize() || in shouldOptForSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp257 F.hasMinSize(), LI, KB, MDT); in runOnMachineFunction()
H A DAMDGPUPreLegalizerCombiner.cpp275 F.hasMinSize(), KB, MDT); in runOnMachineFunction()
H A DAMDGPUPostLegalizerCombiner.cpp384 F.hasMinSize(), LI, KB, MDT); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp272 if (DAG.getMachineFunction().getFunction().hasMinSize()) in emitConstantSizeRepmov()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp393 RootI.getFunction()->hasMinSize() ? in analyzeLoopUnrollCost()
477 L->getHeader()->getParent()->hasMinSize() ? in analyzeLoopUnrollCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h385 if (DAG.getMachineFunction().getFunction().hasMinSize()) in shouldExpandShift()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp814 if (Caller->hasMinSize()) { in finalizeAnalysis()
1513 if (Caller->hasMinSize()) { in updateThreshold()
1526 if (!Caller->hasMinSize()) { in updateThreshold()

123