Searched refs:shouldOptForSize (Results 1 – 18 of 18) sorted by relevance
618 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function621 (PSI && BFI && CurMBB && llvm::shouldOptForSize(*CurMBB, PSI, BFI)); in shouldOptForSize()
542 bool shouldOptForSize(const MachineBasicBlock &MBB, ProfileSummaryInfo *PSI,
219 def OptForSize : Predicate<"shouldOptForSize(MF)">;221 def OptForSpeed : Predicate<"!shouldOptForSize(MF)">;223 "shouldOptForSize(MF)">;224 def NoSSE41_Or_OptForSize : Predicate<"shouldOptForSize(MF) || "
337 if (!CurDAG->shouldOptForSize()) in shouldAvoidImmediateInstFormsForSize()3640 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) { in foldLoadStoreIntoMemOperand()5376 if (!CurDAG->shouldOptForSize()) in Select()
7424 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast()10783 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend()19482 bool IsOptimizingSize = DAG.shouldOptForSize(); in shouldUseHorizontalOp()23010 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT()30113 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift()38544 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain()39600 bool IsOptimizingSize = DAG.shouldOptForSize(); in combineX86ShufflesConstants()
395 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function396 return CurDAG->shouldOptForSize(); in shouldOptForSize()
523 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
2376 bool shouldOptForSize() const;
1630 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, in shouldOptForSize() function in llvm
699 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFoldingAddr()863 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFoldingALU()
983 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;984 def NotForCodeSize : Predicate<"!shouldOptForSize(MF)">;986 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;
1358 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG1912 Alignment = shouldOptForSize() in getConstantPool()7774 return DAG.shouldOptForSize(); in shouldLowerMemFuncForSize()
3741 DAG.shouldOptForSize())) in ExpandNode()
5846 Val, DAG.shouldOptForSize())) { in ExpandPowI()
7790 if (DAG.shouldOptForSize()) in expandDIVREMByConstant()
250 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
3256 if (DAG.shouldOptForSize()) in lowerFTRUNC_FCEIL_FFLOOR_FROUND()3564 if (!DAG.shouldOptForSize() && NumScalarLoads < NumElts && in lowerBuildVectorViaDominantValues()3657 if (DAG.shouldOptForSize() && NumElts > NumViaIntegerBits) in lowerBuildVectorOfConstants()5640 if (DAG.shouldOptForSize()) in lowerConstant()
2659 bool OptForSize = shouldOptForSize(&MF); in select()