Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SO

592     // NumToSkip entry itself, so subtract two  from the displacement here
1239 // The bit is meant to be false, so emit a check to see if it is true.
1243 // The bit is meant to be true, so emit a check to see if it is false.
1312 // The fixup is always 16-bits, so go ahead and allocate the space
1313 // in the table so all our relative position calculations work OK even
1652 // Set the BestIndex to -1 to indicate so.
1722 // Gather the outputs/inputs of the instruction, so we can find their
1733 // Search for tied operands, so that we can correctly instantiate
1739 std::pair<unsigned, unsigned> SO =
1741 TiedNames[InOutOperands[i].second] = InOutOperands[SO.first].second;
1742 TiedNames[InOutOperands[SO.first].second] = InOutOperands[i].second;
1823 std::pair<unsigned, unsigned> SO =
1825 const std::string &Name = CGI.Operands[SO.first].Name;
1828 Name << "(" << SO.first << ", " << SO.second << ") => " <<
1832 Record *TypeRecord = CGI.Operands[SO.first].Rec;
1841 CGI.Operands[SO.first].MIOperandInfo &&
1842 CGI.Operands[SO.first].MIOperandInfo->getNumArgs()) {
1843 Init *Arg = CGI.Operands[SO.first].MIOperandInfo->
1844 getArg(SO.second);
1884 if (CGI.Operands[SO.first].MIOperandInfo &&
1885 CGI.Operands[SO.first].MIOperandInfo->getNumArgs() > 1 &&
1910 std::pair<unsigned, unsigned> SO =
1914 [SO.second]);