Searched refs:shouldOptForSize (Results 1 – 17 of 17) sorted by relevance
483 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function486 (PSI && BFI && CurMBB && llvm::shouldOptForSize(*CurMBB, PSI, BFI)); in shouldOptForSize()
398 bool shouldOptForSize(const MachineBasicBlock &MBB, ProfileSummaryInfo *PSI,
248 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function249 return CurDAG->shouldOptForSize(); in shouldOptForSize()
515 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
2007 bool shouldOptForSize() const;
1008 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, in shouldOptForSize() function in llvm
335 if (!CurDAG->shouldOptForSize()) in shouldAvoidImmediateInstFormsForSize()3209 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) { in foldLoadStoreIntoMemOperand()4863 if (!CurDAG->shouldOptForSize()) in Select()
1028 def OptForSize : Predicate<"shouldOptForSize(MF)">;1030 def OptForSpeed : Predicate<"!shouldOptForSize(MF)">;1032 "shouldOptForSize(MF)">;1033 def NoSSE41_Or_OptForSize : Predicate<"shouldOptForSize(MF) || "
8999 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast()12221 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend()19737 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift()20155 bool IsOptimizingSize = DAG.shouldOptForSize(); in shouldUseHorizontalOp()22793 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT()35798 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain()
1166 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG1618 Alignment = shouldOptForSize() in getConstantPool()6363 return DAG.shouldOptForSize(); in shouldLowerMemFuncForSize()
3207 DAG.shouldOptForSize())) in ExpandNode()
5362 bool OptForSize = DAG.shouldOptForSize(); in ExpandPowI()
243 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
1510 if (DAG.shouldOptForSize() && NumElts > NumViaIntegerBits) in lowerBUILD_VECTOR()1729 if (!DAG.shouldOptForSize() && in lowerBUILD_VECTOR()
2520 (DefSize == 32 && shouldOptForSize(&MF))) { in select()
535 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFolding()
631 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;632 def NotForCodeSize : Predicate<"!shouldOptForSize(MF)">;634 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;