Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:StoreVT

2053   EVT StoreVT = ST->getMemoryVT();
2060 if (!StoreVT.isSimple())
2075 MVT SimpleVT = StoreVT.getSimpleVT();
2291 EVT StoreVT = MemSD->getMemoryVT();
2311 assert(StoreVT.isSimple() && "Store value is not simple");
2312 MVT ScalarVT = StoreVT.getSimpleVT().getScalarType();