Lines Matching defs:CGI
433 MatchableInfo(const CodeGenInstruction &CGI)
434 : AsmVariantID(0), TheDef(CGI.TheDef), DefRec(&CGI),
435 AsmString(CGI.AsmString) {
1317 const CodeGenInstruction &CGI = **I;
1321 if (!StringRef(CGI.TheDef->getName()).startswith(MatchPrefix))
1325 if (CGI.TheDef->getValueAsBit("isCodeGenOnly"))
1328 OwningPtr<MatchableInfo> II(new MatchableInfo(CGI));
1472 const CodeGenInstruction &CGI = *II->DefRec.get<const CodeGenInstruction*>();
1473 const CGIOperandList &Operands = CGI.Operands;