Searched refs:shouldOptForSize (Results 1 – 18 of 18) sorted by relevance
600 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function603 (PSI && BFI && CurMBB && llvm::shouldOptForSize(*CurMBB, PSI, BFI)); in shouldOptForSize()
530 bool shouldOptForSize(const MachineBasicBlock &MBB, ProfileSummaryInfo *PSI,
223 def OptForSize : Predicate<"shouldOptForSize(MF)">;225 def OptForSpeed : Predicate<"!shouldOptForSize(MF)">;227 "shouldOptForSize(MF)">;228 def NoSSE41_Or_OptForSize : Predicate<"shouldOptForSize(MF) || "
337 if (!CurDAG->shouldOptForSize()) in shouldAvoidImmediateInstFormsForSize()3578 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) { in foldLoadStoreIntoMemOperand()5300 if (!CurDAG->shouldOptForSize()) in Select()
7280 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast()10650 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend()19291 bool IsOptimizingSize = DAG.shouldOptForSize(); in shouldUseHorizontalOp()22829 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT()29788 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift()37793 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain()38848 bool IsOptimizingSize = DAG.shouldOptForSize(); in combineX86ShufflesConstants()
386 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function387 return CurDAG->shouldOptForSize(); in shouldOptForSize()
520 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
2354 bool shouldOptForSize() const;
1500 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, in shouldOptForSize() function in llvm
680 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFoldingAddr()839 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFoldingALU()
926 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;927 def NotForCodeSize : Predicate<"!shouldOptForSize(MF)">;929 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;
1352 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG1878 Alignment = shouldOptForSize() in getConstantPool()7409 return DAG.shouldOptForSize(); in shouldLowerMemFuncForSize()
3666 DAG.shouldOptForSize())) in ExpandNode()
5608 Val, DAG.shouldOptForSize())) { in ExpandPowI()
7647 if (DAG.shouldOptForSize()) in expandDIVREMByConstant()
252 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
3084 if (DAG.shouldOptForSize()) in lowerFTRUNC_FCEIL_FFLOOR_FROUND()3396 if (!DAG.shouldOptForSize() && NumScalarLoads < NumElts && in lowerBuildVectorViaDominantValues()3489 if (DAG.shouldOptForSize() && NumElts > NumViaIntegerBits) in lowerBuildVectorOfConstants()5315 if (DAG.shouldOptForSize()) in lowerConstant()
2670 bool OptForSize = shouldOptForSize(&MF); in select()