Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp55 std::set<std::string> OperandNames; in CGIOperandList() local
134 if (!OperandNames.insert(std::string(ArgName)).second) in CGIOperandList()
165 if (!OperandNames.insert(std::string(SubArgName)).second) in CGIOperandList()
H A DAsmMatcherEmitter.cpp1088 std::set<std::string> OperandNames; in validate() local
1098 Tok[0] == '$' && !OperandNames.insert(std::string(Tok)).second) { in validate()