Searched refs:InstOpRec (Results 1 – 2 of 2) sorted by relevance
437 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument444 if (ADI && ADI->getDef() == InstOpRec) { in tryAliasOpMatch()456 if (InstOpRec->isSubClassOf("RegisterOperand")) in tryAliasOpMatch()457 InstOpRec = InstOpRec->getValueAsDef("RegClass"); in tryAliasOpMatch()463 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()465 if (!T.getRegisterClass(InstOpRec) in tryAliasOpMatch()474 if (InstOpRec->isSubClassOf("OptionalDefOperand")) { in tryAliasOpMatch()475 DagInit *DI = InstOpRec->getValueAsDag("MIOperandInfo"); in tryAliasOpMatch()478 InstOpRec = cast<DefInit>(DI->getArg(0))->getDef(); in tryAliasOpMatch()481 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()[all …]
348 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,