Searched refs:shouldOptForSize (Results 1 – 17 of 17) sorted by relevance
488 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function491 (PSI && BFI && CurMBB && llvm::shouldOptForSize(*CurMBB, PSI, BFI)); in shouldOptForSize()
497 bool shouldOptForSize(const MachineBasicBlock &MBB, ProfileSummaryInfo *PSI,
250 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function251 return CurDAG->shouldOptForSize(); in shouldOptForSize()
522 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
2187 bool shouldOptForSize() const;
1298 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, in shouldOptForSize() function in llvm
334 if (!CurDAG->shouldOptForSize()) in shouldAvoidImmediateInstFormsForSize()3314 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) { in foldLoadStoreIntoMemOperand()5025 if (!CurDAG->shouldOptForSize()) in Select()
1030 def OptForSize : Predicate<"shouldOptForSize(MF)">;1032 def OptForSpeed : Predicate<"!shouldOptForSize(MF)">;1034 "shouldOptForSize(MF)">;1035 def NoSSE41_Or_OptForSize : Predicate<"shouldOptForSize(MF) || "
9705 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast()12944 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend()21132 bool IsOptimizingSize = DAG.shouldOptForSize(); in shouldUseHorizontalOp()24041 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT()30517 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift()37921 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain()38945 bool IsOptimizingSize = DAG.shouldOptForSize(); in combineX86ShufflesConstants()
1264 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG1719 Alignment = shouldOptForSize() in getConstantPool()6718 return DAG.shouldOptForSize(); in shouldLowerMemFuncForSize()
3266 DAG.shouldOptForSize())) in ExpandNode()
5363 Val, DAG.shouldOptForSize())) { in ExpandPowI()
240 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
582 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFolding()
763 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;764 def NotForCodeSize : Predicate<"!shouldOptForSize(MF)">;766 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;
2570 if (!shouldOptForSize(&MF)) in select()
2107 if (DAG.shouldOptForSize() && NumElts > NumViaIntegerBits) in lowerBUILD_VECTOR()2356 if (!DAG.shouldOptForSize() && NumScalarLoads < NumElts && in lowerBUILD_VECTOR()