Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:x86mmx

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