HomeSort by relevance Sort by last modified time
    Searched refs:OperandNames (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 51 std::set<std::string> OperandNames;
112 if (!OperandNames.insert(ArgName).second)
AsmMatcherEmitter.cpp 775 std::set<std::string> OperandNames;
785 if (Tok[0] == '$' && !OperandNames.insert(Tok).second) {
    [all...]

Completed in 906 milliseconds