Home | History | Annotate | Download | only in X86

Lines Matching refs:useSSE

12562   bool useSSE = isScalarFPTypeInSSEReg(Op.getValueType());
12563 if (useSSE)
12582 SDValue Result = DAG.getMemIntrinsicNode(useSSE ? X86ISD::FILD_FLAG :
12586 if (useSSE) {