Searched refs:InOutOperands (Results 1 – 1 of 1) sorted by relevance
1847 std::vector<std::pair<Init*, StringRef>> InOutOperands; in populateInstruction() local1851 InOutOperands.push_back(std::make_pair(Out->getArg(i), in populateInstruction()1854 InOutOperands.push_back(std::make_pair(In->getArg(i), in populateInstruction()1865 TiedNames[std::string(InOutOperands[i].second)] = in populateInstruction()1866 std::string(InOutOperands[SO.first].second); in populateInstruction()1867 TiedNames[std::string(InOutOperands[SO.first].second)] = in populateInstruction()1868 std::string(InOutOperands[i].second); in populateInstruction()2016 for (const auto &Op : InOutOperands) { in populateInstruction()