Home
last modified time | relevance | path

Searched refs:InstOpRec (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp408 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
[all …]
DCodeGenInstruction.h320 Record *InstOpRec, bool hasSubOps, SMLoc Loc,