Home
last modified time | relevance | path

Searched refs:SubRegIndicesSize (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp648 auto SubRegIndicesSize = in emitComposeSubRegIndices() local
661 Rows.back().resize(SubRegIndicesSize); in emitComposeSubRegIndices()
670 << SubRegIndicesSize << "] = {\n "; in emitComposeSubRegIndices()
671 for (unsigned i = 0, e = SubRegIndicesSize; i != e; ++i) in emitComposeSubRegIndices()
677 OS << " static const " << getMinimalTypeForRange(SubRegIndicesSize + 1) in emitComposeSubRegIndices()
678 << " Rows[" << Rows.size() << "][" << SubRegIndicesSize << "] = {\n"; in emitComposeSubRegIndices()
681 for (unsigned i = 0, e = SubRegIndicesSize; i != e; ++i) in emitComposeSubRegIndices()
690 OS << " --IdxA; assert(IdxA < " << SubRegIndicesSize << ");\n" in emitComposeSubRegIndices()
691 << " --IdxB; assert(IdxB < " << SubRegIndicesSize << ");\n"; in emitComposeSubRegIndices()
1336 auto SubRegIndicesSize = in runTargetDesc() local
[all …]