Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Fast

2268   // TODO: Should any fast-math-flags be set for the created nodes?
2364 SDValue Fast = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::f32, Op0);
2382 return DAG.getSelect(dl, MVT::f32, SignBitTest, Slow, Fast);
2949 // TODO: Should any fast-math-flags be set for the FSUB?
3121 // TODO: If FNEG has fast-math-flags, propagate them to the FSUB.