Lines Matching defs:MatchedRecords
2289 std::vector<Record *> MatchedRecords;
2291 std::back_inserter(MatchedRecords), [&](Record *R) {
2301 ArrayRef<Record *>(MatchedRecords), &getPatFragPredicateEnumName,
2307 std::vector<Record *> MatchedRecords;
2309 std::back_inserter(MatchedRecords), [&](Record *R) {
2316 OS, "I64", "int64_t", ArrayRef<Record *>(MatchedRecords),
2323 std::vector<Record *> MatchedRecords;
2325 std::back_inserter(MatchedRecords), [&](Record *R) {
2331 OS, "APFloat", "const APFloat &", ArrayRef<Record *>(MatchedRecords),
2338 std::vector<Record *> MatchedRecords;
2340 std::back_inserter(MatchedRecords), [&](Record *R) {
2345 OS, "APInt", "const APInt &", ArrayRef<Record *>(MatchedRecords),