Searched refs:InstOpRec (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 461 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument 468 if (ADI && ADI->getDef() == InstOpRec) { in tryAliasOpMatch() 480 if (InstOpRec->isSubClassOf("RegisterOperand")) in tryAliasOpMatch() 481 InstOpRec = InstOpRec->getValueAsDef("RegClass"); in tryAliasOpMatch() 487 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch() 489 if (!T.getRegisterClass(InstOpRec) in tryAliasOpMatch() 498 if (InstOpRec->isSubClassOf("OptionalDefOperand")) { in tryAliasOpMatch() 499 DagInit *DI = InstOpRec->getValueAsDag("MIOperandInfo"); in tryAliasOpMatch() 502 InstOpRec = cast<DefInit>(DI->getArg(0))->getDef(); in tryAliasOpMatch() 505 if (!InstOpRec->isSubClassOf("RegisterClass")) in tryAliasOpMatch() [all …]
|
D | CodeGenInstruction.h | 361 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 441 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 …]
|
D | CodeGenInstruction.h | 349 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 410 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 …]
|
D | CodeGenInstruction.h | 321 Record *InstOpRec, bool hasSubOps, SMLoc Loc,
|