Home | History | Annotate | Download | only in TableGen

Lines Matching refs:TiedNames

1735   std::map<std::string, std::string> TiedNames;
1741 TiedNames[InOutOperands[i].second] = InOutOperands[SO.first].second;
1742 TiedNames[InOutOperands[SO.first].second] = InOutOperands[i].second;
1899 if (!NumberedInsnOperands[TiedNames[Op.second]].empty()) {
1900 if (!NumberedInsnOperandsNoTie.count(TiedNames[Op.second])) {
1902 unsigned i = CGI.Operands.getOperandNamed(TiedNames[Op.second]);
1913 InsnOperands.push_back(NumberedInsnOperands[TiedNames[Op.second]]
1979 Var->getName() != TiedNames[Op.second]) {