Lines Matching refs:ScalarVT
722 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoad() local
724 unsigned fromTypeWidth = std::max(8U, ScalarVT.getSizeInBits()); in tryLoad()
728 else if (ScalarVT.isFloatingPoint()) in tryLoad()
952 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector() local
954 unsigned FromTypeWidth = std::max(8U, ScalarVT.getSizeInBits()); in tryLoadVector()
961 else if (ScalarVT.isFloatingPoint()) in tryLoadVector()
2158 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore() local
2159 unsigned toTypeWidth = ScalarVT.getSizeInBits(); in tryStore()
2161 if (ScalarVT.isFloatingPoint()) in tryStore()
2381 MVT ScalarVT = StoreVT.getSimpleVT().getScalarType(); in tryStoreVector() local
2382 unsigned ToTypeWidth = ScalarVT.getSizeInBits(); in tryStoreVector()
2384 if (ScalarVT.isFloatingPoint()) in tryStoreVector()