Home
last modified time | relevance | path

Searched defs:OptForSize (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp136 bool OptForSize = llvm::shouldOptimizeForSize(MBB, PSI, MBFI); in runOnMachineFunction() local
H A DX86FixupBWInsts.cpp143 bool OptForSize = false; member in __anon7f6449270111::FixupBWInstPass
H A DX86OptimizeLEAs.cpp742 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction() local
H A DX86ISelLowering.cpp9705 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast() local
12944 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend() local
24041 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT() local
30517 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift() local
37921 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp486 bool OptForSize) { in doSubstitute()
598 bool OptForSize = OptSize || llvm::shouldOptimizeForSize(MBB, PSI, MBFI); in combineInstructions() local
H A DBranchFolding.cpp649 bool OptForSize = in ProfitableToMerge() local
1510 bool OptForSize = in OptimizeBlock() local
H A DExpandMemCmp.cpp765 bool OptForSize = CI->getFunction()->hasOptSize() || in expandMemCmp() local
H A DTailDuplicator.cpp567 bool OptForSize = MF->getFunction().hasOptSize() || in shouldTailDuplicate() local
H A DMachineBlockPlacement.cpp2141 bool OptForSize = F->getFunction().hasOptSize() || in findBestLoopTop() local
3386 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction() local
H A DTargetLoweringBase.cpp1632 const bool OptForSize = in isSuitableForJumpTable() local
H A DCodeGenPrepare.cpp4930 bool OptForSize = OptSize || in FindAllMemoryUses() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp466 bool OptForSize = F.hasFnAttribute(Attribute::OptimizeForSize); in runOnMachineFunction() local
570 bool DoInsertAtI1, bool OptForSize) { in combine()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp220 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || in gatherUnrollingPreferences() local
1174 bool OptForSize = L->getHeader()->getParent()->hasOptSize(); in tryToUnrollLoop() local
H A DLoopLoadElimination.cpp551 bool OptForSize = F->hasOptSize() || in processLoop() local
H A DConstantHoisting.cpp579 bool OptForSize = Entry->getParent()->hasOptSize() || in maximizeConstantsInRange() local
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp454 bool OptForSize = F->hasOptSize() || in isConsecutivePtr() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2856 bool OptForSize = CI->getFunction()->hasOptSize() || in optimizeSPrintFString() local
3122 bool OptForSize = CI->getFunction()->hasOptSize() || in optimizeFPuts() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2207 bool isBeneficialToExpandPowI(int Exponent, bool OptForSize) const { in isBeneficialToExpandPowI()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6661 bool LegalOps, bool OptForSize, in getNegatedExpression()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16855 bool LegalOps, bool OptForSize, in getNegatedExpression()