Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp136 bool OptForSize = llvm::shouldOptimizeForSize(MBB, PSI, MBFI); runOnMachineFunction() local
H A DX86FixupBWInsts.cpp139 bool OptForSize = false; member in __anona79e2fea0111::FixupBWInstPass
H A DX86OptimizeLEAs.cpp744 bool OptForSize = MF.getFunction().hasOptSize() || runOnMachineFunction() local
H A DX86ISelLowering.cpp7448 bool OptForSize = DAG.shouldOptForSize(); lowerBuildVectorAsBroadcast() local
10807 bool OptForSize = DAG.shouldOptForSize(); lowerShuffleAsBlend() local
23034 bool OptForSize = DAG.shouldOptForSize(); LowerAndToBT() local
30125 bool OptForSize = DAG.shouldOptForSize(); LowerFunnelShift() local
38524 bool OptForSize = DAG.shouldOptForSize(); combineX86ShuffleChain() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp467 bool OptForSize = F.hasFnAttribute(Attribute::OptimizeForSize); in runOnMachineFunction() local
571 bool DoInsertAtI1, bool OptForSize) { in combine()
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h158 bool OptForSize; variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp227 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || gatherUnrollingPreferences() local
1213 bool OptForSize = L->getHeader()->getParent()->hasOptSize(); tryToUnrollLoop() local
H A DLoopLoadElimination.cpp590 bool OptForSize = F->hasOptSize() || processLoop() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp574 bool OptForSize = OptSize || llvm::shouldOptimizeForSize(MBB, PSI, MBFI); combineInstructions() local
H A DTailDuplicator.cpp590 bool OptForSize = MF->getFunction().hasOptSize() || shouldTailDuplicate() local
H A DExpandMemCmp.cpp855 bool OptForSize = llvm::shouldOptimizeForSize(CI->getParent(), PSI, BFI); in expandMemCmp() local
H A DMachineBlockPlacement.cpp2190 bool OptForSize = F->getFunction().hasOptSize() || findBestLoopTop() local
3475 bool OptForSize = MF.getFunction().hasOptSize() || runOnMachineFunction() local
H A DBranchFolding.cpp646 bool OptForSize = ProfitableToMerge() local
H A DTargetLoweringBase.cpp1806 const bool OptForSize = isSuitableForJumpTable() local
H A DCodeGenPrepare.cpp5259 bool OptForSize = FindAllMemoryUses() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp463 bool OptForSize = F->hasOptSize() || isConsecutivePtr() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1407 bool OptForSize = CI->getFunction()->hasOptSize() || optimizeMemChr() local
3316 bool OptForSize = CI->getFunction()->hasOptSize() || optimizeSPrintFString() local
3629 bool OptForSize = CI->getFunction()->hasOptSize() || optimizeFPuts() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2438 isBeneficialToExpandPowI(int64_t Exponent,bool OptForSize) isBeneficialToExpandPowI() argument
[all...]
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2644 bool OptForSize = shouldOptForSize(&MF); select() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7358 bool OptForSize = MI.getMF()->getFunction().hasOptSize(); matchFPowIExpansion() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7167 getNegatedExpression(SDValue Op,SelectionDAG & DAG,bool LegalOps,bool OptForSize,NegatibleCost & Cost,unsigned Depth) const getNegatedExpression() argument
[all...]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17644 getNegatedExpression(SDValue Op,SelectionDAG & DAG,bool LegalOps,bool OptForSize,NegatibleCost & Cost,unsigned Depth) const getNegatedExpression() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26833 bool OptForSize = shouldLocalize() local
[all...]