Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 __anon98f3ddce0111::FixupBWInstPass
H A DX86OptimizeLEAs.cpp745 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction() local
H A DX86ISelLowering.cpp9817 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast() local
13141 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend() local
24494 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT() local
31113 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift() local
38979 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp466 bool OptForSize = F.hasFnAttribute(Attribute::OptimizeForSize); in runOnMachineFunction() local
570 bool DoInsertAtI1, bool OptForSize) { in combine()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp220 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || in gatherUnrollingPreferences() local
1178 bool OptForSize = L->getHeader()->getParent()->hasOptSize(); in tryToUnrollLoop() local
H A DLoopLoadElimination.cpp567 bool OptForSize = F->hasOptSize() || in processLoop() local
H A DConstantHoisting.cpp578 bool OptForSize = Entry->getParent()->hasOptSize() || in maximizeConstantsInRange() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchFolding.cpp649 bool OptForSize = in ProfitableToMerge() local
1510 bool OptForSize = in OptimizeBlock() local
H A DMachineCombiner.cpp583 bool OptForSize = OptSize || llvm::shouldOptimizeForSize(MBB, PSI, MBFI); in combineInstructions() local
H A DExpandMemCmp.cpp766 bool OptForSize = CI->getFunction()->hasOptSize() || in expandMemCmp() local
H A DTailDuplicator.cpp569 bool OptForSize = MF->getFunction().hasOptSize() || in shouldTailDuplicate() local
H A DMachineBlockPlacement.cpp2153 bool OptForSize = F->getFunction().hasOptSize() || in findBestLoopTop() local
3398 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction() local
H A DTargetLoweringBase.cpp1652 const bool OptForSize = in isSuitableForJumpTable() local
H A DCodeGenPrepare.cpp5024 bool OptForSize = in FindAllMemoryUses() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp454 bool OptForSize = F->hasOptSize() || in isConsecutivePtr() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2991 bool OptForSize = CI->getFunction()->hasOptSize() || in optimizeSPrintFString() local
3305 bool OptForSize = CI->getFunction()->hasOptSize() || in optimizeFPuts() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2273 bool isBeneficialToExpandPowI(int Exponent, bool OptForSize) const { in isBeneficialToExpandPowI()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6765 bool LegalOps, bool OptForSize, in getNegatedExpression()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17080 bool LegalOps, bool OptForSize, in getNegatedExpression()