Searched refs:InstOpRec (Results 1 – 2 of 2) sorted by relevance
408 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument414 if (ADI && ADI->getDef() == InstOpRec) { in tryAliasOpMatch()426 if (InstOpRec->isSubClassOf("RegisterOperand")) in tryAliasOpMatch()427 InstOpRec = InstOpRec->getValueAsDef("RegClass"); in tryAliasOpMatch()429 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()432 if (!T.getRegisterClass(InstOpRec) in tryAliasOpMatch()435 + " is not a member of the " + InstOpRec->getName() + in tryAliasOpMatch()450 if (!InstOpRec->isSubClassOf("OptionalDefOperand")) in tryAliasOpMatch()459 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()512 Record *InstOpRec = ResultInst->Operands[i].Rec; in CodeGenInstAlias() local[all …]
320 Record *InstOpRec, bool hasSubOps, SMLoc Loc,