Home
last modified time | relevance | path

Searched refs:TaskGroup (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp181 TaskGroup::TaskGroup() in TaskGroup() function in llvm::parallel::TaskGroup
188 TaskGroup::~TaskGroup() { in ~TaskGroup()
194 void TaskGroup::spawn(std::function<void()> F) { in spawn()
222 parallel::TaskGroup TG; in parallelFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h90 class TaskGroup {
95 LLVM_ABI TaskGroup();
96 LLVM_ABI ~TaskGroup();
128 const Comparator &Comp, TaskGroup &TG, size_t Depth) { in parallel_quick_sort()
155 TaskGroup TG; in parallel_sort()
182 TaskGroup TG; in parallel_transform_reduce()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp395 parallel::TaskGroup tg; in maybeCompress()
497 void OutputSection::writeTo(Ctx &ctx, uint8_t *buf, parallel::TaskGroup &tg) { in writeTo()
948 llvm::parallel::TaskGroup &);
950 llvm::parallel::TaskGroup &);
952 llvm::parallel::TaskGroup &);
954 llvm::parallel::TaskGroup &);
H A DOutputSections.h119 void writeTo(Ctx &, uint8_t *buf, llvm::parallel::TaskGroup &tg);
H A DWriter.cpp2948 parallel::TaskGroup tg; in writeSectionsBinary()
3002 parallel::TaskGroup tg; in writeSections()
3008 parallel::TaskGroup tg; in writeSections()
H A DRelocations.cpp1708 parallel::TaskGroup tg; in scanRelocations()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp46 llvm::parallel::TaskGroup TG; in createDIETree()
137 llvm::parallel::TaskGroup TG; in prepareDataForTreeCreation()
H A DDWARFLinkerImpl.cpp168 llvm::parallel::TaskGroup TGroup; in link()
577 llvm::parallel::TaskGroup TGroup; in link()
945 llvm::parallel::TaskGroup TGroup; in assignOffsets()
1114 llvm::parallel::TaskGroup TG; in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1532 parallel::TaskGroup tg; in writeARMCmseImportLib()