Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CGI

1324 static bool populateInstruction(const CodeGenInstruction &CGI, unsigned Opc,
1326 const Record &Def = *CGI.TheDef;
1370 for (unsigned i = 0; i < CGI.Operands.size(); ++i) {
1371 int tiedTo = CGI.Operands[i].getTiedRegister();
1471 for (unsigned i = 0, e = CGI.Operands.size(); i != e; ++i) {
1472 const CGIOperandList::OperandInfo &Info = CGI.Operands[i];