Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:Conversion

222   // z10 has instructions for signed but not unsigned FP conversion.
380 // Scalar-to-vector conversion is just a subreg.
2209 IPMConversion Conversion = getIPMConversion(CCValid, CCMask);
2212 if (Conversion.XORValue)
2214 DAG.getConstant(Conversion.XORValue, DL, MVT::i32));
2216 if (Conversion.AddValue)
2218 DAG.getConstant(Conversion.AddValue, DL, MVT::i32));
2222 DAG.getConstant(Conversion.Bit, DL, MVT::i32));
2223 if (Conversion.Bit != 31)
2435 // should get optimized with the IPM conversion sequence.
3941 // Return true if the given BUILD_VECTOR is a scalar-to-vector conversion.