Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Attrs

137   std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
140 for (const auto *Attr : Attrs) {
1354 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1356 for (const auto *Attr : Attrs) {
1376 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
1378 for (const auto *Attr : Attrs) {
1402 ParsedAttrMap Attrs = getParsedAttrList(Records);
1403 for (const auto &I : Attrs) {
1432 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1434 for (const auto *Attr : Attrs) {
1460 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1462 for (const auto *Attr : Attrs) {
1662 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1664 for (auto *Attr : Attrs) {
1699 for (const auto *Attr : Attrs) {
1790 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr"),
1792 for (auto *Attr : Attrs) {
1826 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"),
1833 for (const auto *Attr : Attrs) {
1869 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args;
1875 for (const auto *Attr : Attrs) {
1957 const std::vector<Record *> &Attrs, raw_ostream &OS,
1959 for (const auto *Attr : Attrs) {
2012 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
2018 for (auto *R : Attrs) {
2071 ParsedAttrMap Attrs = getParsedAttrList(Records);
2072 for (const auto &I : Attrs) {
2102 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
2108 for (const auto *Attr : Attrs) {
2122 for (const auto *Attr : Attrs) {
2153 for (const auto *Attr : Attrs) {
2171 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
2182 for (const auto *Attr : Attrs) {
2646 ParsedAttrMap Attrs = getParsedAttrList(Records, &Dupes);
2660 for (auto I = Attrs.begin(), E = Attrs.end(); I != E; ++I) {
2696 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
2699 for (const auto *A : Attrs) {
2783 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args;
2784 for (const auto *Attr : Attrs) {
2981 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
2983 for (const auto *A : Attrs) {