Home
last modified time | relevance | path

Searched refs:Recs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp72 static void ascendingSortByVersion(std::vector<const Record *> &Recs) { in ascendingSortByVersion() argument
73 sort(Recs, [](const Record *RecA, const Record *RecB) { in ascendingSortByVersion()
144 std::vector<const Record *> Recs = R->getValueAsListOfDefs("overloads"); in DXILOperationDesc() local
147 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 …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h110 template <size_t N> size_t writeMetadataRecords(MetadataRecord (&Recs)[N]) {
112 internal_memcpy(NextRecord, reinterpret_cast<const char *>(Recs), Size);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp205 void ConstructRVVIntrinsics(ArrayRef<RVVIntrinsicRecord> Recs,
226 ArrayRef<RVVIntrinsicRecord> Recs, IntrinsicKind K) { in ConstructRVVIntrinsics() argument
229 for (auto &Record : Recs) { in ConstructRVVIntrinsics()