Lines Matching refs:SO
1971 std::pair<unsigned, unsigned> SO = in populateInstruction() local
1974 std::string(InOutOperands[SO.first].second); in populateInstruction()
1975 TiedNames[std::string(InOutOperands[SO.first].second)] = in populateInstruction()
2061 std::pair<unsigned, unsigned> SO = in populateInstruction() local
2063 const std::string &Name = CGI.Operands[SO.first].Name; in populateInstruction()
2066 << ": " << Name << "(" << SO.first << ", " in populateInstruction()
2067 << SO.second << ") => " << Vals[i].getName() << "\n"); in populateInstruction()
2070 Record *TypeRecord = CGI.Operands[SO.first].Rec; in populateInstruction()
2079 if (Decoder == "" && CGI.Operands[SO.first].MIOperandInfo && in populateInstruction()
2080 CGI.Operands[SO.first].MIOperandInfo->getNumArgs()) { in populateInstruction()
2081 Init *Arg = CGI.Operands[SO.first].MIOperandInfo->getArg(SO.second); in populateInstruction()
2121 if (CGI.Operands[SO.first].MIOperandInfo && in populateInstruction()
2122 CGI.Operands[SO.first].MIOperandInfo->getNumArgs() > 1 && String && in populateInstruction()
2148 std::pair<unsigned, unsigned> SO = in populateInstruction() local
2153 [SO.second]); in populateInstruction()