Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SubRegIndices

157   auto &SubRegIndices = Bank.getSubRegIndices();
158 if (!SubRegIndices.empty()) {
160 std::string Namespace = SubRegIndices.front().getNamespace();
165 for (const auto &Idx : SubRegIndices)
650 const auto &SubRegIndices = RegBank.getSubRegIndices();
666 std::distance(SubRegIndices.begin(), SubRegIndices.end());
667 for (const auto &Idx : SubRegIndices) {
721 const auto &SubRegIndices = RegBank.getSubRegIndices();
726 for (const auto &Idx : SubRegIndices) {
769 for (size_t i = 0, e = SubRegIndices.size(); i != e; ++i) {
775 OS << " // to " << SubRegIndices[i].getName() << "\n";
782 " --IdxA; assert(IdxA < " << SubRegIndices.size()
798 " --IdxA; assert(IdxA < " << SubRegIndices.size()
824 auto &SubRegIndices = RegBank.getSubRegIndices();
939 for (const auto &Idx : SubRegIndices) {
1078 << (std::distance(SubRegIndices.begin(), SubRegIndices.end()) + 1) << ",\n"
1175 const auto &SubRegIndices = RegBank.getSubRegIndices();
1200 for (const auto &Idx : SubRegIndices) {
1208 for (const auto &Idx : SubRegIndices) {
1248 // Emit super-reg class masks for any relevant SubRegIndices that can
1251 for (auto &Idx : SubRegIndices) {
1374 std::distance(SubRegIndices.begin(), SubRegIndices.end());
1376 if (!SubRegIndices.empty()) {
1382 if (!SubRegIndices.empty()) {
1397 for (auto &Idx : SubRegIndices) {