Searched defs:SubRegIndicesSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp665 auto SubRegIndicesSize = local
678 Rows.back().resize(SubRegIndicesSize);
687 << SubRegIndicesSize << "] = {\n ";
688 for (unsigned i = 0, e = SubRegIndicesSize; i != e; ++i)
694 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1)
695 << " Rows[" << Rows.size() << "][" << SubRegIndicesSize << "] = {\n";
698 for (unsigned i = 0, e = SubRegIndicesSize; i != e; ++i)
707 OS << " --IdxA; assert(IdxA < " << SubRegIndicesSize << ");\n"
708 << " --IdxB; assert(IdxB < " << SubRegIndicesSize << ");\n"; local
1373 auto SubRegIndicesSize local
1408 << " assert(Idx < " << SubRegIndicesSize << " && \\"Bad subreg\\");\\n" local
[all...]

Completed in 70 milliseconds