Searched refs:OptForMinSize (Results 1 – 5 of 5) sorted by relevance
165 bool OptForMinSize; member in __anon8d8115f90311::X86DAGToDAGISel173 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()186 OptForMinSize = MF.getFunction().hasMinSize(); in runOnMachineFunction()187 assert((!OptForMinSize || MF.getFunction().hasOptSize()) && in runOnMachineFunction()5707 } else if (OptForMinSize && isUInt<16>(Mask) && in Select()
328 Requires<[OptForMinSize, NotWin64WithoutFP]>;331 Requires<[OptForMinSize, NotWin64WithoutFP]>;1180 let Predicates = [OptForMinSize] in {
1031 def OptForMinSize : Predicate<"MF->getFunction().hasMinSize()">;
175 let Predicates = [HasAVX1Only, OptForMinSize] in {
46059 bool OptForMinSize = DAG.getMachineFunction().getFunction().hasMinSize(); in reduceVMULWidth() local46060 if (Subtarget.hasSSE41() && (OptForMinSize || !Subtarget.isPMULLDSlow())) in reduceVMULWidth()