Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp441 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument
448 if (ADI && ADI->getDef() == InstOpRec) { in tryAliasOpMatch()
460 if (InstOpRec->isSubClassOf("RegisterOperand")) in tryAliasOpMatch()
461 InstOpRec = InstOpRec->getValueAsDef("RegClass"); in tryAliasOpMatch()
467 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()
469 if (!T.getRegisterClass(InstOpRec) in tryAliasOpMatch()
478 if (InstOpRec->isSubClassOf("OptionalDefOperand")) { in tryAliasOpMatch()
479 DagInit *DI = InstOpRec->getValueAsDag("MIOperandInfo"); in tryAliasOpMatch()
482 InstOpRec = cast<DefInit>(DI->getArg(0))->getDef(); in tryAliasOpMatch()
485 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()
[all …]
DCodeGenInstruction.h349 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp410 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument
416 if (ADI && ADI->getDef() == InstOpRec) { in tryAliasOpMatch()
428 if (InstOpRec->isSubClassOf("OptionalDefOperand")) { in tryAliasOpMatch()
429 DagInit *DI = InstOpRec->getValueAsDag("MIOperandInfo"); in tryAliasOpMatch()
432 InstOpRec = dynamic_cast<DefInit*>(DI->getArg(0))->getDef(); in tryAliasOpMatch()
435 if (InstOpRec->isSubClassOf("RegisterOperand")) in tryAliasOpMatch()
436 InstOpRec = InstOpRec->getValueAsDef("RegClass"); in tryAliasOpMatch()
438 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch()
441 if (!T.getRegisterClass(InstOpRec) in tryAliasOpMatch()
444 " is not a member of the " + InstOpRec->getName() + in tryAliasOpMatch()
[all …]
DCodeGenInstruction.h321 Record *InstOpRec, bool hasSubOps, SMLoc Loc,