Home | History | Annotate | Download | only in X86

Lines Matching refs:MOVLPS

3047   case X86ISD::MOVLPS:
3108 case X86ISD::MOVLPS:
4676 case X86ISD::MOVLPS:
6584 // Use MOVLPS and MOVLPD in case V1 or V2 are loads. During isel, the second
6598 // So, recognize this potential and also use MOVLPS or MOVLPD
6610 return getTargetShuffleNode(X86ISD::MOVLPS, dl, VT, V1, V2, DAG);
12527 case X86ISD::MOVLPS: return "X86ISD::MOVLPS";