Home | History | Annotate | Download | only in radeon

Lines Matching refs:getScalarType

252   if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
253 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
263 if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
264 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
321 if (OVT.getScalarType() == MVT::i64) {
323 } else if (OVT.getScalarType() == MVT::i32) {
325 } else if (OVT.getScalarType() == MVT::i16
326 || OVT.getScalarType() == MVT::i8) {
339 if (OVT.getScalarType() == MVT::i64) {
341 } else if (OVT.getScalarType() == MVT::i32) {
343 } else if (OVT.getScalarType() == MVT::i16) {
345 } else if (OVT.getScalarType() == MVT::i8) {
427 unsigned baseBits = BVT.getScalarType().getSizeInBits();
428 unsigned srcBits = DVT.isSimple() ? DVT.getScalarType().getSizeInBits() : 1;
507 unsigned bitsize = OVT.getScalarType().getSizeInBits();