Home | History | Annotate | Download | only in TableGen

Lines Matching defs:CGI

2684     CodeGenInstruction &CGI = Target.getInstruction(Instrs[i]);
2690 if (i == CGI.Operands.size())
2693 const std::string &OpName = CGI.Operands[i].Name;
2707 if (CGI.Operands[i].Rec != R)
2711 Results.push_back(CGI.Operands[i].Rec);
2723 for (unsigned i = NumResults, e = CGI.Operands.size(); i != e; ++i) {
2724 CGIOperandList::OperandInfo &Op = CGI.Operands[i];