Searched defs:shards (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/utils/lit/lit/ | ||
H A D | main.py | 210 filter_by_shard(tests, run, shards, lit_config) global() argument |
/llvm-project/lld/ELF/ | ||
H A D | OutputSections.h | 25 std::unique_ptr<SmallVector<uint8_t, 0>[]> shards; member |
H A D | SyntheticSections.h | 1130 SmallVector<llvm::StringTableBuilder, 0> shards; global() variable |
/llvm-project/lld/MachO/ | ||
H A D | ICF.cpp | 268 const size_t shards = 256; forEachClass() local |
/llvm-project/mlir/lib/Support/ | ||
H A D | StorageUniquer.cpp | 205 std::unique_ptr<std::atomic<Shard *>[]> shards; member in __anon242314e60111::ParametricStorageUniquer |