Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCombiner.cpp420 bool OptForSize) { in doSubstitute()
519 bool OptForSize = OptSize || llvm::shouldOptimizeForSize(MBB, PSI, MBFI); in combineInstructions() local
DBranchFolding.cpp692 bool OptForSize = in ProfitableToMerge() local
1548 bool OptForSize = in OptimizeBlock() local
DExpandMemCmp.cpp749 bool OptForSize = CI->getFunction()->hasOptSize() || in expandMemCmp() local
DTailDuplicator.cpp565 bool OptForSize = MF->getFunction().hasOptSize() || in shouldTailDuplicate() local
DMachineBlockPlacement.cpp2084 bool OptForSize = F->getFunction().hasOptSize() || in findBestLoopTop() local
3086 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction() local
DTargetLoweringBase.cpp1450 const bool OptForSize = in isSuitableForJumpTable() local
DCodeGenPrepare.cpp1945 bool OptForSize = OptSize || llvm::shouldOptimizeForSize(BB, PSI, BFI.get()); in optimizeCallInst() local
4586 bool OptForSize = OptSize || in FindAllMemoryUses() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp137 bool OptForSize = llvm::shouldOptimizeForSize(MBB, PSI, MBFI); in runOnMachineFunction() local
DX86FixupBWInsts.cpp141 bool OptForSize = false; member in __anona8aff0c00111::FixupBWInstPass
DX86OptimizeLEAs.cpp716 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction() local
DX86ISelDAGToDAG.cpp166 bool OptForSize; member in __anonb6ccbd920311::X86DAGToDAGISel
DX86ISelLowering.cpp8580 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast() local
11367 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend() local
18565 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift() local
21114 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT() local
37350 bool OptForSize = DAG.getMachineFunction().getFunction().hasOptSize(); in combineReductionToHorizontal() local
40638 bool OptForSize = DAG.shouldOptForSize(); in combineOrShiftToFunnelShift() local
/external/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp138 bool OptForSize; member in __anon7afdb7de0111::FixupBWInstPass
DX86ISelDAGToDAG.cpp158 bool OptForSize; member in __anon891a84b00311::X86DAGToDAGISel
DX86ISelLowering.cpp5834 bool OptForSize = DAG.getMachineFunction().getFunction()->optForSize(); in LowerVectorBroadcast() local
28438 bool OptForSize = DAG.getMachineFunction().getFunction()->optForSize(); in combineOr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp474 bool OptForSize = F.hasFnAttribute(Attribute::OptimizeForSize); in runOnMachineFunction() local
575 bool DoInsertAtI1, bool OptForSize) { in combine()
/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp453 bool OptForSize = F->hasFnAttribute(Attribute::OptimizeForSize); in runOnMachineFunction() local
556 bool DoInsertAtI1, bool OptForSize) { in combine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp215 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || in gatherUnrollingPreferences() local
1041 bool OptForSize = L->getHeader()->getParent()->hasOptSize(); in tryToUnrollLoop() local
DLoopLoadElimination.cpp547 bool OptForSize = F->hasOptSize() || in processLoop() local
DConstantHoisting.cpp560 bool OptForSize = Entry->getParent()->hasOptSize() || in maximizeConstantsInRange() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5163 LoopVectorizationCostModel::selectVectorizationFactor(bool OptForSize) { in selectVectorizationFactor()
5374 unsigned LoopVectorizationCostModel::selectInterleaveCount(bool OptForSize, in selectInterleaveCount()
6441 bool OptForSize = in processLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2773 bool OptForSize = CI->getFunction()->hasOptSize() || in optimizeFPuts() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5426 bool OptForSize = DAG.shouldOptForSize(); in ExpandPowI() local