Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:x86mmx

1978   // x86mmx is not an acceptable vector element type, so don't try.
1979 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) {
2531 // x86mmx is not an acceptable vector element type, so don't try.
2532 if (InWidenSize % Size == 0 && !VT.isVector() && VT != MVT::x86mmx) {