Lines Matching defs:ScalarVT
906 MVT ScalarVT = SimpleVT.getScalarType();
908 unsigned FromTypeWidth = std::max(8U, (unsigned)ScalarVT.getSizeInBits());
923 FromType = getLdStRegType(ScalarVT);
1031 MVT ScalarVT = SimpleVT.getScalarType();
1033 unsigned FromTypeWidth = std::max(8U, (unsigned)ScalarVT.getSizeInBits());
1041 FromType = getLdStRegType(ScalarVT);
1607 MVT ScalarVT = SimpleVT.getScalarType();
1608 unsigned ToTypeWidth = ScalarVT.getSizeInBits();
1616 unsigned int ToType = getLdStRegType(ScalarVT);
1714 MVT ScalarVT = StoreVT.getSimpleVT().getScalarType();
1715 unsigned ToTypeWidth = ScalarVT.getSizeInBits();
1716 unsigned ToType = getLdStRegType(ScalarVT);