Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1996 std::vector<std::pair<Init*, StringRef>> InOutOperands; in populateInstruction() local
2000 InOutOperands.push_back( in populateInstruction()
2003 InOutOperands.push_back( in populateInstruction()
2034 for (const auto &Op : InOutOperands) { in populateInstruction()