Searched refs:Recs (Results 1 – 3 of 3) sorted by relevance
72 static void ascendingSortByVersion(std::vector<const Record *> &Recs) { in ascendingSortByVersion() argument73 sort(Recs, [](const Record *RecA, const Record *RecB) { in ascendingSortByVersion()144 std::vector<const Record *> Recs = R->getValueAsListOfDefs("overloads"); in DXILOperationDesc() local147 ascendingSortByVersion(Recs); in DXILOperationDesc()149 llvm::append_range(OverloadRecs, Recs); in DXILOperationDesc()152 Recs = R->getValueAsListOfDefs("stages"); in DXILOperationDesc()154 if (Recs.empty()) { in DXILOperationDesc()160 ascendingSortByVersion(Recs); in DXILOperationDesc()162 llvm::append_range(StageRecs, Recs); in DXILOperationDesc()165 Recs = R->getValueAsListOfDefs("attributes"); in DXILOperationDesc()[all …]
110 template <size_t N> size_t writeMetadataRecords(MetadataRecord (&Recs)[N]) {112 internal_memcpy(NextRecord, reinterpret_cast<const char *>(Recs), Size);
205 void ConstructRVVIntrinsics(ArrayRef<RVVIntrinsicRecord> Recs,226 ArrayRef<RVVIntrinsicRecord> Recs, IntrinsicKind K) { in ConstructRVVIntrinsics() argument229 for (auto &Record : Recs) { in ConstructRVVIntrinsics()