Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Def

616     Record *Def = DI->getDef();
617 if (Def->isSubClassOf("Register")) {
619 CGP.getTargetInfo().getRegBank().getReg(Def);
625 if (Def->getName() == "zero_reg") {
633 if (Def->isSubClassOf("RegisterOperand"))
634 Def = Def->getValueAsDef("RegClass");
635 if (Def->isSubClassOf("RegisterClass")) {
636 std::string Value = getQualifiedName(Def) + "RegClassID";
643 if (Def->isSubClassOf("SubRegIndex")) {
644 std::string Value = getQualifiedName(Def);
770 // This is a predicate or optional def operand; emit the
845 // If the root came from an implicit def in the instruction handling stuff,
963 // If the root came from an implicit def in the instruction handling stuff,