Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp51 std::set<std::string> OperandNames; in CGIOperandList() local
117 if (!OperandNames.insert(ArgName).second) in CGIOperandList()
DAsmMatcherEmitter.cpp1062 std::set<std::string> OperandNames; in validate() local
1072 if (Tok[0] == '$' && !OperandNames.insert(Tok).second) { in validate()