Searched refs:InstOpRec (Results 1 – 2 of 2) sorted by relevance
537 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument544 if (ADI && ADI->getDef() == InstOpRec) { in tryAliasOpMatch()557 if (InstOpRec->isSubClassOf("RegisterOperand")) in tryAliasOpMatch()558 InstOpRec = InstOpRec->getValueAsDef("RegClass"); in tryAliasOpMatch()564 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()566 if (!T.getRegisterClass(InstOpRec) in tryAliasOpMatch()576 if (InstOpRec->isSubClassOf("OptionalDefOperand")) { in tryAliasOpMatch()577 DagInit *DI = InstOpRec->getValueAsDag("MIOperandInfo"); in tryAliasOpMatch()580 InstOpRec = cast<DefInit>(DI->getArg(0))->getDef(); in tryAliasOpMatch()583 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()[all …]
388 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,