Searched refs:SimpleVT (Results 1 – 1 of 1) sorted by relevance
219 MVT SimpleVT = LoadedVT.getSimpleVT(); in SelectLoad() local221 if (SimpleVT.isVector()) { in SelectLoad()222 unsigned num = SimpleVT.getVectorNumElements(); in SelectLoad()237 MVT ScalarVT = SimpleVT.getScalarType(); in SelectLoad()455 MVT SimpleVT = LoadedVT.getSimpleVT(); in SelectLoadVector() local463 MVT ScalarVT = SimpleVT.getScalarType(); in SelectLoadVector()1322 MVT SimpleVT = StoreVT.getSimpleVT(); in SelectStore() local1324 if (SimpleVT.isVector()) { in SelectStore()1325 unsigned num = SimpleVT.getVectorNumElements(); in SelectStore()1337 MVT ScalarVT = SimpleVT.getScalarType(); in SelectStore()