Home | History | Annotate | Download | only in TableGen

Lines Matching refs:TheDef

375     BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst");
383 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail");
395 return AllInstructions[Opcode]->TheDef->getName();
831 << NumberedInstructions->at(Opc)->TheDef->getName() << "\n";
995 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst"));
1146 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates");
1174 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates");
1241 AllInstructions[Opc]->TheDef->getValueAsBitsInit("SoftFail");
1243 BitsInit *InstBits = AllInstructions[Opc]->TheDef->getValueAsBitsInit("Inst");
1264 StringRef Name = AllInstructions[Opc]->TheDef->getName();
1691 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst"));
1698 const Record &Def = *CGI.TheDef;
2018 const Record *Def = Inst->TheDef;