Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Def

583     Record *Def = DI->getDef();
584 if (Def->isSubClassOf("Register")) {
586 CGP.getTargetInfo().getRegBank().getReg(Def);
592 if (Def->getName() == "zero_reg") {
600 if (Def->isSubClassOf("RegisterOperand"))
601 Def = Def->getValueAsDef("RegClass");
602 if (Def->isSubClassOf("RegisterClass")) {
603 std::string Value = getQualifiedName(Def) + "RegClassID";
610 if (Def->isSubClassOf("SubRegIndex")) {
611 std::string Value = getQualifiedName(Def);
726 // This is a predicate or optional def operand; emit the
778 // If the root came from an implicit def in the instruction handling stuff,
898 // If the root came from an implicit def in the instruction handling stuff,