Searched refs:SimpleVT (Results 1 – 2 of 2) sorted by relevance
704 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoad() local706 if (SimpleVT.isVector()) { in tryLoad()707 unsigned num = SimpleVT.getVectorNumElements(); in tryLoad()722 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoad()944 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoadVector() local952 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector()2143 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore() local2145 if (SimpleVT.isVector()) { in tryStore()2146 unsigned num = SimpleVT.getVectorNumElements(); in tryStore()2158 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore()
2399 MVT SimpleVT = VT.getSimpleVT(); in LowerATOMIC_CMP_SWAP() local2400 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP()