Lines Matching defs:ElemWidth
38 unsigned ElemWidth;
51 ElemWidth = NewElemWidth;
52 assert(ElemWidth == 32 || ElemWidth == 64);
56 return (~uint64_t(0)) >> ((ElemWidth - 0) % 64);
69 switch (ElemWidth) {
75 llvm_unreachable("Invalid ElemWidth");
84 std::string getVecWidth() const { return Twine(NElem * ElemWidth).str(); }
125 return ((~uint64_t(0)) >> (ElemWidth % 64));
142 for (unsigned J = 0; J < ElemWidth; ++J) {
191 for (unsigned ElemWidth = 32; ElemWidth <= 64; ElemWidth += ElemWidth) {
192 if (ElemWidth * NElem > 512 || ElemWidth * NElem < 128)
194 TT.updateElemWidth(ElemWidth);