Searched refs:SimpleVT (Results 1 – 2 of 2) sorted by relevance
885 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoad() local886 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoad()893 if (SimpleVT.isVector()) { in tryLoad()1023 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoadVector() local1031 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector()1743 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore() local1749 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore()1751 if (SimpleVT.isVector()) { in tryStore()
7025 MVT SimpleVT = VT.getSimpleVT(); in LowerATOMIC_CMP_SWAP() local7026 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP()