Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp51 std::set<std::string> OperandNames; in CGIOperandList() local
112 if (!OperandNames.insert(ArgName).second) in CGIOperandList()
DAsmMatcherEmitter.cpp775 std::set<std::string> OperandNames; in Validate() local
785 if (Tok[0] == '$' && !OperandNames.insert(Tok).second) { in Validate()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.cpp51 std::set<std::string> OperandNames; in CGIOperandList() local
118 if (!OperandNames.insert(ArgName).second) in CGIOperandList()
DAsmMatcherEmitter.cpp1078 std::set<std::string> OperandNames; in validate() local
1087 if (!IsAlias && Tok[0] == '$' && !OperandNames.insert(Tok).second) { in validate()
/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()