Searched refs:InstOpRec (Results 1 – 2 of 2) sorted by relevance
605 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument612 if (ADI && ADI->getDef() == InstOpRec) { in tryAliasOpMatch()625 if (InstOpRec->isSubClassOf("RegisterOperand")) in tryAliasOpMatch()626 InstOpRec = InstOpRec->getValueAsDef("RegClass"); in tryAliasOpMatch()632 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()634 if (!T.getRegisterClass(InstOpRec) in tryAliasOpMatch()644 if (InstOpRec->isSubClassOf("OptionalDefOperand")) { in tryAliasOpMatch()645 DagInit *DI = InstOpRec->getValueAsDag("MIOperandInfo"); in tryAliasOpMatch()648 InstOpRec = cast<DefInit>(DI->getArg(0))->getDef(); in tryAliasOpMatch()651 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()[all …]
405 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,