Home
last modified time | relevance | path

Searched refs:optForMinSize (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp311 return isTargetWatchABI() || (isSwift() && !MF.getFunction()->optForMinSize()); in useStride4VFPs()
319 (isTargetWindows() || !MF.getFunction()->optForMinSize()); in useMovt()
DARMSelectionDAGInfo.cpp174 if (NumMEMCPYs > 1 && DAG.getMachineFunction().getFunction()->optForMinSize()) { in EmitTargetCodeForMemcpy()
DThumb2SizeReduction.cpp430 if (!MBB.getParent()->getFunction()->optForMinSize()) in ReduceLoadStore()
1082 MinimizeSize = MF.getFunction()->optForMinSize(); in runOnMachineFunction()
DARMAsmPrinter.cpp116 else if (F->optForMinSize()) in runOnMachineFunction()
DARMLoadStoreOptimizer.cpp1242 if (!MBB.getParent()->getFunction()->optForMinSize() || !BaseKill) in MergeBaseUpdateLSMultiple()
DARMBaseInstrInfo.cpp2040 if (!MF.getFunction()->optForMinSize()) in tryFoldSPUpdateIntoPushPop()
DARMISelLowering.cpp1917 !MF.getFunction()->optForMinSize()) in LowerCall()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h457 bool optForMinSize() const { return hasFnAttribute(Attribute::MinSize); } in optForMinSize() function
461 return hasFnAttribute(Attribute::OptimizeForSize) || optForMinSize(); in optForSize()
/external/llvm/include/llvm/IR/
DFunction.h434 bool optForMinSize() const { return hasFnAttribute(Attribute::MinSize); };
438 return hasFnAttribute(Attribute::OptimizeForSize) || optForMinSize();
/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp170 OptIncDec = !ST.slowIncDec() || Func.getFunction()->optForMinSize(); in runOnMachineFunction()
DX86FrameLowering.cpp2636 if (!(Fn->optForMinSize() && in eliminateCallFramePseudoInstr()
DX86ISelDAGToDAG.cpp539 OptForMinSize = MF->getFunction()->optForMinSize(); in PreprocessISelDAG()
DX86ISelLowering.cpp12649 bool MinSize = DAG.getMachineFunction().getFunction()->optForMinSize(); in LowerINSERT_VECTOR_ELT()
14873 !DAG.getMachineFunction().getFunction()->optForMinSize() && in EmitCmp()
27603 if (DAG.getMachineFunction().getFunction()->optForMinSize()) in combineMul()
29858 if (!VT.isVector() && DAG.getMachineFunction().getFunction()->optForMinSize()) in combineFMinNumFMaxNum()
DX86InstrInfo.cpp5742 if (isCallRegIndirect && !MF.getFunction()->optForMinSize() && in foldMemoryOperandImpl()
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp316 if (OnlyOptimizeForSize && !ParentFn->optForMinSize()) in doMerge()
DAtomicExpandPass.cpp981 !F->optForMinSize(); in expandAtomicCmpXchg()
985 bool UseUnconditionalReleaseBarrier = F->optForMinSize() && !CI->isWeak(); in expandAtomicCmpXchg()
/external/llvm/lib/Analysis/
DInlineCost.cpp630 if (Caller->optForMinSize() && OptMinSizeThreshold < Threshold) in updateThreshold()
648 if (InlineHint && HintThreshold > Threshold && !Caller->optForMinSize()) in updateThreshold()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp900 MinSize = MF.getFunction()->optForMinSize(); in runOnMachineFunction()
DAArch64ISelLowering.cpp8763 if (DAG.getMachineFunction().getFunction()->optForMinSize()) in split16BStores()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp322 return F.optForSize() && !F.optForMinSize(); in isOptSize()
326 return MF.getFunction()->optForMinSize(); in isMinSize()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3087 InstCombiner IC(Worklist, &Builder, F.optForMinSize(), ExpensiveCombines, in combineInstructionsOverFunction()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14457 if (DAG.getMachineFunction().getFunction()->optForMinSize()) in BuildSDIV()
14503 if (DAG.getMachineFunction().getFunction()->optForMinSize()) in BuildUDIV()
DSelectionDAG.cpp4289 return MF.getFunction()->optForMinSize(); in shouldLowerMemFuncForSize()