Searched refs:OptForMinSize (Results 1 – 5 of 5) sorted by relevance
168 bool OptForMinSize; member in __anon47c734d40311::X86DAGToDAGISel176 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()189 OptForMinSize = MF.getFunction().hasMinSize(); in runOnMachineFunction()190 assert((!OptForMinSize || MF.getFunction().hasOptSize()) && in runOnMachineFunction()5493 } else if (OptForMinSize && isUInt<16>(Mask) && in Select()
321 Requires<[OptForMinSize, NotWin64WithoutFP]>;324 Requires<[OptForMinSize, NotWin64WithoutFP]>;1132 let Predicates = [OptForMinSize] in {
1029 def OptForMinSize : Predicate<"MF->getFunction().hasMinSize()">;
171 let Predicates = [HasAVX1Only, OptForMinSize] in {
42863 bool OptForMinSize = DAG.getMachineFunction().getFunction().hasMinSize(); in reduceVMULWidth() local42864 if (Subtarget.hasSSE41() && (OptForMinSize || !Subtarget.isPMULLDSlow())) in reduceVMULWidth()