Searched refs:shouldOptForSize (Results 1 – 18 of 18) sorted by relevance
488 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function491 (PSI && BFI && CurMBB && llvm::shouldOptForSize(*CurMBB, PSI, BFI)); in shouldOptForSize()
503 bool shouldOptForSize(const MachineBasicBlock &MBB, ProfileSummaryInfo *PSI,
249 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function250 return CurDAG->shouldOptForSize(); in shouldOptForSize()
516 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
2293 bool shouldOptForSize() const;
1326 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, in shouldOptForSize() function in llvm
335 if (!CurDAG->shouldOptForSize()) in shouldAvoidImmediateInstFormsForSize()3320 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) { in foldLoadStoreIntoMemOperand()5055 if (!CurDAG->shouldOptForSize()) in Select()
1042 def OptForSize : Predicate<"shouldOptForSize(MF)">;1044 def OptForSpeed : Predicate<"!shouldOptForSize(MF)">;1046 "shouldOptForSize(MF)">;1047 def NoSSE41_Or_OptForSize : Predicate<"shouldOptForSize(MF) || "
9817 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast()13141 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend()21504 bool IsOptimizingSize = DAG.shouldOptForSize(); in shouldUseHorizontalOp()24494 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT()31113 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift()38979 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain()40003 bool IsOptimizingSize = DAG.shouldOptForSize(); in combineX86ShufflesConstants()
1311 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG1780 Alignment = shouldOptForSize() in getConstantPool()6947 return DAG.shouldOptForSize(); in shouldLowerMemFuncForSize()
3295 DAG.shouldOptForSize())) in ExpandNode()
5428 Val, DAG.shouldOptForSize())) { in ExpandPowI()
7320 if (DAG.shouldOptForSize()) in expandDIVREMByConstant()
245 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
2189 if (DAG.shouldOptForSize()) in lowerFTRUNC_FCEIL_FFLOOR_FROUND()2422 if (DAG.shouldOptForSize() && NumElts > NumViaIntegerBits) in lowerBUILD_VECTOR()2680 if (!DAG.shouldOptForSize() && NumScalarLoads < NumElts && in lowerBUILD_VECTOR()
627 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFolding()
828 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;829 def NotForCodeSize : Predicate<"!shouldOptForSize(MF)">;831 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;
2614 if (!shouldOptForSize(&MF)) in select()