Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1955 std::vector<std::pair<Init*, StringRef>> InOutOperands; in populateInstruction() local
1959 InOutOperands.push_back( in populateInstruction()
1962 InOutOperands.push_back( in populateInstruction()
1973 TiedNames[std::string(InOutOperands[i].second)] = in populateInstruction()
1974 std::string(InOutOperands[SO.first].second); in populateInstruction()
1975 TiedNames[std::string(InOutOperands[SO.first].second)] = in populateInstruction()
1976 std::string(InOutOperands[i].second); in populateInstruction()
2129 for (const auto &Op : InOutOperands) { in populateInstruction()