Searched refs:SimpleVT (Results 1 – 4 of 4) sorted by relevance
885 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoad() local886 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoad()893 if (SimpleVT.isVector()) { in tryLoad()1024 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoadVector() local1032 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector()1746 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore() local1752 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore()1754 if (SimpleVT.isVector()) { in tryStore()
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()
6136 MVT SimpleVT = VT.getSimpleVT(); in LowerATOMIC_CMP_SWAP() local6137 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP()