Home | History | Annotate | Download | only in R600

Lines Matching refs:getScalarType

228   if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
229 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
238 if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
239 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
294 if (OVT.getScalarType() == MVT::i64) {
296 } else if (OVT.getScalarType() == MVT::i32) {
298 } else if (OVT.getScalarType() == MVT::i16
299 || OVT.getScalarType() == MVT::i8) {
311 if (OVT.getScalarType() == MVT::i64) {
313 } else if (OVT.getScalarType() == MVT::i32) {
315 } else if (OVT.getScalarType() == MVT::i16) {
317 } else if (OVT.getScalarType() == MVT::i8) {
332 unsigned baseBits = BVT.getScalarType().getSizeInBits();
333 unsigned srcBits = DVT.isSimple() ? DVT.getScalarType().getSizeInBits() : 1;
409 unsigned bitsize = OVT.getScalarType().getSizeInBits();