Searched refs:shouldOptForSize (Results 1 – 16 of 16) sorted by relevance
229 def OptForSize : Predicate<"shouldOptForSize(MF)">;231 def OptForSpeed : Predicate<"!shouldOptForSize(MF)">;233 "shouldOptForSize(MF)">;234 def NoSSE41_Or_OptForSize : Predicate<"shouldOptForSize(MF) || "
381 if (!CurDAG->shouldOptForSize()) in shouldAvoidImmediateInstFormsForSize()3706 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) { in foldLoadStoreIntoMemOperand()5533 if (!CurDAG->shouldOptForSize()) in Select()
7788 bool OptForSize = DAG.shouldOptForSize(); in lowerBuildVectorAsBroadcast()11270 bool OptForSize = DAG.shouldOptForSize(); in lowerShuffleAsBlend()20191 bool IsOptimizingSize = DAG.shouldOptForSize(); in shouldUseHorizontalOp()23752 bool OptForSize = DAG.shouldOptForSize(); in LowerAndToBT()31330 bool OptForSize = DAG.shouldOptForSize(); in LowerFunnelShift()39984 bool OptForSize = DAG.shouldOptForSize(); in combineX86ShuffleChain()41061 bool IsOptimizingSize = DAG.shouldOptForSize(); in combineX86ShufflesConstants()
403 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function404 return CurDAG->shouldOptForSize(); in shouldOptForSize()
524 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
2562 LLVM_ABI bool shouldOptForSize() const;
644 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
703 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFoldingAddr()867 if (CurDAG->shouldOptForSize() || V.hasOneUse()) in isWorthFoldingALU()
1266 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;1267 def NotForCodeSize : Predicate<"!shouldOptForSize(MF)">;1269 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;
1396 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG1969 Alignment = shouldOptForSize() in getConstantPool()8351 return DAG.shouldOptForSize(); in shouldLowerMemFuncForSize()
3880 DAG.shouldOptForSize())) in ExpandNode()
5938 Val, DAG.shouldOptForSize())) { in ExpandPowI()
8009 if (DAG.shouldOptForSize()) in expandDIVREMByConstant()
254 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
3465 if (DAG.shouldOptForSize()) in lowerFTRUNC_FCEIL_FFLOOR_FROUND()3879 if (!DAG.shouldOptForSize() && NumScalarLoads < NumElts && in lowerBuildVectorViaDominantValues()3971 if (DAG.shouldOptForSize() && NumElts > NumViaIntegerBits) in lowerBuildVectorOfConstants()6594 if (DAG.shouldOptForSize()) in lowerConstant()
2788 bool OptForSize = shouldOptForSize(&MF); in select()