reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/FixedLenDecoderEmitter.cpp
 1829     InOutOperands.push_back(std::make_pair(Out->getArg(i),
 1832     InOutOperands.push_back(std::make_pair(In->getArg(i),
 1843       TiedNames[InOutOperands[i].second] = InOutOperands[SO.first].second;
 1843       TiedNames[InOutOperands[i].second] = InOutOperands[SO.first].second;
 1844       TiedNames[InOutOperands[SO.first].second] = InOutOperands[i].second;
 1844       TiedNames[InOutOperands[SO.first].second] = InOutOperands[i].second;
 1992   for (const auto &Op : InOutOperands) {