Searched refs:OperandNames (Results 1 – 6 of 6) sorted by relevance
51 std::set<std::string> OperandNames; in CGIOperandList() local112 if (!OperandNames.insert(ArgName).second) in CGIOperandList()
775 std::set<std::string> OperandNames; in Validate() local785 if (Tok[0] == '$' && !OperandNames.insert(Tok).second) { in Validate()
51 std::set<std::string> OperandNames; in CGIOperandList() local118 if (!OperandNames.insert(ArgName).second) in CGIOperandList()
1078 std::set<std::string> OperandNames; in validate() local1087 if (!IsAlias && Tok[0] == '$' && !OperandNames.insert(Tok).second) { in validate()
51 std::set<std::string> OperandNames; in CGIOperandList() local117 if (!OperandNames.insert(ArgName).second) in CGIOperandList()
1062 std::set<std::string> OperandNames; in validate() local1072 if (Tok[0] == '$' && !OperandNames.insert(Tok).second) { in validate()