Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp56 std::set<std::string> OperandNames; in CGIOperandList() local
135 if (!OperandNames.insert(ArgName.str()).second) in CGIOperandList()
166 if (!OperandNames.insert(SubArgName.str()).second) in CGIOperandList()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp470 for (const auto &[Size, OperandNames] : SizeToOperandName) { in emitOperandTypeMappings()
471 for (const StringRef &OperandName : OperandNames) in emitOperandTypeMappings()
H A DAsmMatcherEmitter.cpp1105 std::set<std::string> OperandNames; in validate() local
1116 Tok[0] == '$' && !OperandNames.insert(Tok.str()).second) { in validate()