Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp51 std::set<std::string> OperandNames; in CGIOperandList() local
114 if (!OperandNames.insert(ArgName).second) in CGIOperandList()
H A DAsmMatcherEmitter.cpp915 std::set<std::string> OperandNames; in validate() local
925 if (Tok[0] == '$' && !OperandNames.insert(Tok).second) { in validate()