HomeSort by relevance Sort by last modified time
    Searched refs:nElts (Results 1 - 8 of 8) sorted by null

  /external/clang/utils/TableGen/
NeonEmitter.cpp 549 static std::string Duplicate(unsigned nElts, StringRef typestr,
554 for (unsigned i = 0; i != nElts; ++i) {
556 if ((i + 1) < nElts)
564 static std::string SplatLane(unsigned nElts, const std::string &vec,
567 for (unsigned i = 0; i < nElts; ++i)
577 unsigned nElts = 0;
579 case 'c': nElts = 8; break;
580 case 's': nElts = 4; break;
581 case 'i': nElts = 2; break;
582 case 'l': nElts = 1; break
    [all...]