Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CGI

2606     CodeGenInstruction &CGI = Target.getInstruction(Instrs[i]);
2612 if (i == CGI.Operands.size())
2615 const std::string &OpName = CGI.Operands[i].Name;
2629 if (CGI.Operands[i].Rec != R)
2633 Results.push_back(CGI.Operands[i].Rec);
2645 for (unsigned i = NumResults, e = CGI.Operands.size(); i != e; ++i) {
2646 CGIOperandList::OperandInfo &Op = CGI.Operands[i];