Searched refs:OperandNames (Results 1 – 3 of 3) sorted by relevance
56 std::set<std::string> OperandNames; in CGIOperandList() local135 if (!OperandNames.insert(ArgName.str()).second) in CGIOperandList()166 if (!OperandNames.insert(SubArgName.str()).second) in CGIOperandList()
470 for (const auto &[Size, OperandNames] : SizeToOperandName) { in emitOperandTypeMappings()471 for (const StringRef &OperandName : OperandNames) in emitOperandTypeMappings()
1105 std::set<std::string> OperandNames; in validate() local1116 Tok[0] == '$' && !OperandNames.insert(Tok.str()).second) { in validate()