Home | History | Annotate | Download | only in R600

Lines Matching refs:StoreSize

89   unsigned StoreSize = VT.getStoreSizeInBits();
90 if (StoreSize <= 32)
91 return EVT::getIntegerVT(Ctx, StoreSize);
93 assert(StoreSize % 32 == 0 && "Store size not a multiple of 32");
94 return EVT::getVectorVT(Ctx, MVT::i32, StoreSize / 32);
99 unsigned StoreSize = VT.getStoreSizeInBits();
100 if (StoreSize <= 32)
103 return EVT::getVectorVT(Ctx, MVT::i32, StoreSize / 32);