Searched defs:OperandNames (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp51 std::set<std::string> OperandNames; local
111 if (!OperandNames.insert(ArgName).second)
H A DAsmMatcherEmitter.cpp914 std::set<std::string> OperandNames; local
924 if (Tok[0] == '$' && !OperandNames.insert(Tok).second) {

Completed in 62 milliseconds