Lines Matching refs:ScalarVT
952 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoad() local
954 unsigned fromTypeWidth = std::max(8U, (unsigned)ScalarVT.getSizeInBits()); in tryLoad()
969 fromType = getLdStRegType(ScalarVT); in tryLoad()
1085 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector() local
1087 unsigned FromTypeWidth = std::max(8U, (unsigned)ScalarVT.getSizeInBits()); in tryLoadVector()
1095 FromType = getLdStRegType(ScalarVT); in tryLoadVector()
1730 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore() local
1731 unsigned toTypeWidth = ScalarVT.getSizeInBits(); in tryStore()
1739 unsigned int toType = getLdStRegType(ScalarVT); in tryStore()
1872 MVT ScalarVT = StoreVT.getSimpleVT().getScalarType(); in tryStoreVector() local
1873 unsigned ToTypeWidth = ScalarVT.getSizeInBits(); in tryStoreVector()
1874 unsigned ToType = getLdStRegType(ScalarVT); in tryStoreVector()