Home
last modified time | relevance | path

Searched refs:OperandNames (Results 1 – 4 of 4) 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()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.cpp56 std::set<std::string> OperandNames; in CGIOperandList() local
130 if (!OperandNames.insert(std::string(ArgName)).second) in CGIOperandList()
DAsmMatcherEmitter.cpp1078 std::set<std::string> OperandNames; in validate() local
1088 Tok[0] == '$' && !OperandNames.insert(std::string(Tok)).second) { in validate()