Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Def

623     Record *Def = DI->getDef();
624 if (Def->isSubClassOf("Register")) {
626 CGP.getTargetInfo().getRegBank().getReg(Def);
632 if (Def->getName() == "zero_reg") {
640 if (Def->isSubClassOf("RegisterOperand"))
641 Def = Def->getValueAsDef("RegClass");
642 if (Def->isSubClassOf("RegisterClass")) {
643 std::string Value = getQualifiedName(Def) + "RegClassID";
650 if (Def->isSubClassOf("SubRegIndex")) {
651 std::string Value = getQualifiedName(Def);
772 // This is a predicate or optional def operand; emit the
837 // If the root came from an implicit def in the instruction handling stuff,
955 // If the root came from an implicit def in the instruction handling stuff,