Lines Matching refs:InstOpRec
408 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument
414 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
515 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias()
539 (SubOp == 0 ? InstOpRec->getName() :SubRec->getName())); in CodeGenInstAlias()
546 InstOpRec->getName()); in CodeGenInstAlias()