Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp51 std::set<std::string> OperandNames; in CGIOperandList() local
118 if (!OperandNames.insert(ArgName).second) in CGIOperandList()
H A DAsmMatcherEmitter.cpp1078 std::set<std::string> OperandNames; in validate() local
1087 if (!IsAlias && Tok[0] == '$' && !OperandNames.insert(Tok).second) { in validate()