Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1847 std::vector<std::pair<Init*, StringRef>> InOutOperands; in populateInstruction() local
1851 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()