Home
last modified time | relevance | path

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

12

/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 __anonbac087a20111::FixupBWInstPass
DX86OptimizeLEAs.cpp716 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction() local
/external/llvm-project/llvm/lib/Target/X86/
DX86PadShortFunction.cpp138 bool OptForSize = llvm::shouldOptimizeForSize(MBB, PSI, MBFI); in runOnMachineFunction() local
DX86FixupBWInsts.cpp141 bool OptForSize = false; member in __anone45a0b2e0111::FixupBWInstPass
DX86OptimizeLEAs.cpp716 bool OptForSize = MF.getFunction().hasOptSize() || in runOnMachineFunction() local
/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
/external/llvm-project/llvm/lib/CodeGen/
DMachineCombiner.cpp424 bool OptForSize) { in doSubstitute()
523 bool OptForSize = OptSize || llvm::shouldOptimizeForSize(MBB, PSI, MBFI); in combineInstructions() local
DBranchFolding.cpp645 bool OptForSize = in ProfitableToMerge() local
1507 bool OptForSize = in OptimizeBlock() local
DExpandMemCmp.cpp731 bool OptForSize = CI->getFunction()->hasOptSize() || in expandMemCmp() local
DTailDuplicator.cpp567 bool OptForSize = MF->getFunction().hasOptSize() || in shouldTailDuplicate() local
/external/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp138 bool OptForSize; member in __anon034626400111::FixupBWInstPass
/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-project/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp476 bool OptForSize = F.hasFnAttribute(Attribute::OptimizeForSize); in runOnMachineFunction() local
581 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-project/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp220 bool OptForSize = L->getHeader()->getParent()->hasOptSize() || in gatherUnrollingPreferences() local
1049 bool OptForSize = L->getHeader()->getParent()->hasOptSize(); in tryToUnrollLoop() local
DLoopLoadElimination.cpp554 bool OptForSize = F->hasOptSize() || in processLoop() local
DConstantHoisting.cpp564 bool OptForSize = Entry->getParent()->hasOptSize() || in maximizeConstantsInRange() local
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp423 bool OptForSize = F->hasOptSize() || in isConsecutivePtr() local

12