Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Attrs

136   std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
139 for (const auto *Attr : Attrs) {
1260 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1262 for (const auto *Attr : Attrs) {
1282 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
1284 for (const auto *Attr : Attrs) {
1308 ParsedAttrMap Attrs = getParsedAttrList(Records);
1309 for (const auto &I : Attrs) {
1337 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1339 for (const auto *Attr : Attrs) {
1365 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1367 for (const auto *Attr : Attrs) {
1556 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1558 for (auto *Attr : Attrs) {
1638 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"),
1640 for (auto *Attr : Attrs) {
1668 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"),
1675 for (const auto *Attr : Attrs) {
1711 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args;
1717 for (const auto *Attr : Attrs) {
1740 const std::vector<Record *> &Attrs, raw_ostream &OS,
1742 for (const auto *Attr : Attrs) {
1799 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
1805 for (auto *R : Attrs) {
1823 GenerateHasAttrSpellingStringSwitch(Attrs, OS);
1862 ParsedAttrMap Attrs = getParsedAttrList(Records);
1863 for (const auto &I : Attrs) {
1893 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1899 for (const auto *Attr : Attrs) {
1913 for (const auto *Attr : Attrs) {
1944 for (const auto *Attr : Attrs) {
1962 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1973 for (const auto *Attr : Attrs) {
2447 ParsedAttrMap Attrs = getParsedAttrList(Records, &Dupes);
2461 for (auto I = Attrs.begin(), E = Attrs.end(); I != E; ++I) {
2497 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
2500 for (const auto *A : Attrs) {
2583 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args;
2584 for (const auto *Attr : Attrs) {
2813 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
2815 for (const auto *A : Attrs) {