Searched refs:InstOpRec (Results 1 – 2 of 2) sorted by relevance
436 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument443 if (ADI && ADI->getDef() == InstOpRec) { in tryAliasOpMatch()455 if (InstOpRec->isSubClassOf("RegisterOperand")) in tryAliasOpMatch()456 InstOpRec = InstOpRec->getValueAsDef("RegClass"); in tryAliasOpMatch()462 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()464 if (!T.getRegisterClass(InstOpRec) in tryAliasOpMatch()473 if (InstOpRec->isSubClassOf("OptionalDefOperand")) { in tryAliasOpMatch()474 DagInit *DI = InstOpRec->getValueAsDag("MIOperandInfo"); in tryAliasOpMatch()477 InstOpRec = cast<DefInit>(DI->getArg(0))->getDef(); in tryAliasOpMatch()480 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()[all …]
346 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,