Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:Conversion

219   // z10 has instructions for signed but not unsigned FP conversion.
378 // Scalar-to-vector conversion is just a subreg.
2156 IPMConversion Conversion = getIPMConversion(CCValid, CCMask);
2159 if (Conversion.XORValue)
2161 DAG.getConstant(Conversion.XORValue, DL, MVT::i32));
2163 if (Conversion.AddValue)
2165 DAG.getConstant(Conversion.AddValue, DL, MVT::i32));
2169 DAG.getConstant(Conversion.Bit, DL, MVT::i32));
2170 if (Conversion.Bit != 31)
2382 // should get optimized with the IPM conversion sequence.
3770 // Return true if the given BUILD_VECTOR is a scalar-to-vector conversion.