Home
last modified time | relevance | path

Searched refs:optForSize (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/Target/X86/
DX86PadShortFunction.cpp104 if (MF.getFunction()->optForSize()) { in runOnMachineFunction()
DX86FixupBWInsts.cpp159 OptForSize = MF.getFunction()->optForSize(); in runOnMachineFunction()
DX86OptimizeLEAs.cpp642 if (MF.getFunction()->optForSize()) in runOnMachineFunction()
DX86ISelDAGToDAG.cpp538 OptForSize = MF->getFunction()->optForSize(); in PreprocessISelDAG()
DX86InstrInfo.cpp6115 if (!MF.getFunction()->optForSize() && hasPartialRegUpdate(MI.getOpcode())) in foldMemoryOperandImpl()
6235 if (!MF.getFunction()->optForSize() && hasPartialRegUpdate(MI.getOpcode())) in foldMemoryOperandImpl()
/external/llvm/lib/CodeGen/
DMachineCombiner.cpp462 OptSize = MF.getFunction()->optForSize(); in runOnMachineFunction()
DMachineBlockPlacement.cpp1579 if (F->getFunction()->optForSize()) in alignBlocks()
DBranchFolding.cpp654 return EffectiveTailLen >= 2 && MF->getFunction()->optForSize() && in ProfitableToMerge()
DCodeGenPrepare.cpp231 OptSize = F.optForSize(); in runOnFunction()
3502 const bool OptSize = I->getFunction()->optForSize(); in FindAllMemoryUses()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h460 bool optForSize() const { in optForSize() function
/external/llvm/include/llvm/IR/
DFunction.h437 bool optForSize() const {
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp496 if (L->getHeader()->getParent()->optForSize()) { in processLoop()
DConstantHoisting.cpp336 if(!Entry->getParent()->optForSize() || std::distance(S,E) > 100) { in maximizeConstantsInRange()
DLoopUnrollPass.cpp135 if (L->getHeader()->getParent()->optForSize()) { in gatherUnrollingPreferences()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp1081 OptimizeSize = MF.getFunction()->optForSize(); in runOnMachineFunction()
DARMAsmPrinter.cpp119 else if (F->optForSize()) in runOnMachineFunction()
DARMBaseInstrInfo.cpp1709 if (MBB.getParent()->getFunction()->optForSize()) { in isProfitableToIfCvt()
/external/llvm/lib/Analysis/
DInlineCost.cpp632 else if (Caller->optForSize() && OptSizeThreshold < Threshold) in updateThreshold()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp322 return F.optForSize() && !F.optForMinSize(); in isOptSize()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1841 if (CI->getParent()->getParent()->optForSize()) in optimizeFPuts()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp4319 (!MF->getFunction()->optForSize() && !Base.hasOneUse())) in PeepholePPC64()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp55 ForCodeSize = MF.getFunction()->optForSize(); in runOnMachineFunction()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4615 if (!F->optForSize() || in ExpandPowI()
8349 if (DefaultMBB->getParent()->getFunction()->optForSize()) in findJumpTables()
DSelectionDAG.cpp4290 return MF.getFunction()->optForSize(); in shouldLowerMemFuncForSize()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6442 Hints.getForce() != LoopVectorizeHints::FK_Enabled && F->optForSize(); in processLoop()

12