Home
last modified time | relevance | path

Searched defs:queue (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project/lldb/test/API/macosx/queues/
H A DTestQueues.py37 def check_queue_for_valid_queue_id(self, queue): argument
45 def check_running_and_pending_items_on_queue( argument
79 def check_number_of_threads_owned_by_queue(self, queue, number_threads): argument
90 def check_queue_kind(self, queue, kind): argument
108 def check_queues_threads_match_queue(self, queue): argument
/llvm-project/mlir/lib/ExecutionEngine/
H A DSyclRuntimeWrappers.cpp77 static void *allocDeviceMemory(sycl::queue *queue, size_t size, bool isShared) { in allocDeviceMemory()
92 static void deallocDeviceMemory(sycl::queue *queue, void *ptr) { in deallocDeviceMemory()
132 static void launchKernel(sycl::queue *queue, sycl::kernel *kernel, size_t gridX, in launchKernel()
154 sycl::queue *queue = in mgpuStreamCreate() local
160 extern "C" SYCL_RUNTIME_EXPORT void mgpuStreamDestroy(sycl::queue *queue) { in mgpuStreamDestroy()
165 mgpuMemAlloc(uint64_t size, sycl::queue *queue, bool isShared) { in mgpuMemAlloc()
171 extern "C" SYCL_RUNTIME_EXPORT void mgpuMemFree(void *ptr, sycl::queue *queue) { in mgpuMemFree()
192 size_t sharedMemBytes, sycl::queue *queue, void **params, in mgpuLaunchKernel()
200 extern "C" SYCL_RUNTIME_EXPORT void mgpuStreamSynchronize(sycl::queue *queue) { in mgpuStreamSynchronize()
/llvm-project/clang/test/Analysis/
H A Dmalloc-bodyfarms.c10 void test_no_state_change_in_body_farm(dispatch_queue_t queue) { in test_no_state_change_in_body_farm()
15 void test_no_state_change_in_body_farm_2(dispatch_queue_t queue) { in test_no_state_change_in_body_farm_2()
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A Dclang-tidy-diff.py47 import Queue as queue global() namespace
49 import queue as queue global() namespace
/llvm-project/libcxx/include/__fwd/
H A Dqueue.h24 class _LIBCPP_TEMPLATE_VIS queue; variable
/llvm-project/libcxx/test/libcxx/diagnostics/
H A Dqueue.nodiscard.verify.cpp16 std::queue<int> queue; in test_queue() local
/llvm-project/compiler-rt/test/tsan/libdispatch/
H A Dsource-registration.c13 dispatch_queue_t queue = in main() local
H A Dsource-event.c13 dispatch_queue_t queue = in main() local
H A Dsource-cancel.c13 dispatch_queue_t queue = in main() local
H A Dsource-cancel2.c20 dispatch_queue_t queue = in main() local
H A Dsource-event2.c20 dispatch_queue_t queue = in main() local
H A Dsource-registration2.c20 dispatch_queue_t queue = in main() local
H A Dio-barrier-race.c8 dispatch_queue_t queue; variable
H A Dio-race.c8 dispatch_queue_t queue; variable
H A Dfd.c13 dispatch_queue_t queue = dispatch_queue_create("my.queue", DISPATCH_QUEUE_SERIAL); in main() local
H A Dio-cleanup.c14 dispatch_queue_t queue = dispatch_queue_create("my.queue", DISPATCH_QUEUE_CONCURRENT); in main() local
H A Dio-barrier.c9 dispatch_queue_t queue; variable
/llvm-project/flang/lib/Lower/OpenMP/
H A DOpenMP.cpp550 createBodyOfOp(mlir::Operation & op,const OpWithBodyGenInfo & info,const ConstructQueue & queue,ConstructQueue::iterator item) createBodyOfOp() argument
697 genBodyOfTargetDataOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::omp::TargetDataOp & dataOp,llvm::ArrayRef<mlir::Type> useDeviceTypes,llvm::ArrayRef<mlir::Location> useDeviceLocs,llvm::ArrayRef<const semantics::Symbol * > useDeviceSymbols,const mlir::Location & currentLocation,const ConstructQueue & queue,ConstructQueue::iterator item) genBodyOfTargetDataOp() argument
797 genBodyOfTargetOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::omp::TargetOp & targetOp,llvm::ArrayRef<const semantics::Symbol * > mapSyms,llvm::ArrayRef<mlir::Location> mapSymLocs,llvm::ArrayRef<mlir::Type> mapSymTypes,DataSharingProcessor & dsp,const mlir::Location & currentLocation,const ConstructQueue & queue,ConstructQueue::iterator item) genBodyOfTargetOp() argument
987 genOpWithBody(const OpWithBodyGenInfo & info,const ConstructQueue & queue,ConstructQueue::iterator item,Args &&...args) genOpWithBody() argument
1279 genBarrierOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genBarrierOp() argument
1288 genCriticalOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,const std::optional<parser::Name> & name) genCriticalOp() argument
1319 genDistributeOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genDistributeOp() argument
1366 genFlushOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ObjectList & objects,const ConstructQueue & queue,ConstructQueue::iterator item) genFlushOp() argument
1378 genMasterOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genMasterOp() argument
1389 genOrderedOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genOrderedOp() argument
1399 genOrderedRegionOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genOrderedRegionOp() argument
1413 genParallelOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genParallelOp() argument
1487 genSectionOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genSectionOp() argument
1502 genSectionsOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genSectionsOp() argument
1578 genSimdOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genSimdOp() argument
1623 genSingleOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genSingleOp() argument
1638 genTargetOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTargetOp() argument
1773 genTargetDataOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTargetDataOp() argument
1796 genTargetEnterExitUpdateDataOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTargetEnterExitUpdateDataOp() argument
1823 genTaskOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTaskOp() argument
1840 genTaskgroupOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTaskgroupOp() argument
1855 genTaskloopOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genTaskloopOp() argument
1864 genTaskwaitOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTaskwaitOp() argument
1875 genTaskyieldOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTaskyieldOp() argument
1882 genTeamsOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTeamsOp() argument
1898 genWsloopOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genWsloopOp() argument
1952 genCompositeDistributeParallelDo(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genCompositeDistributeParallelDo() argument
1960 genCompositeDistributeParallelDoSimd(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genCompositeDistributeParallelDoSimd() argument
1968 genCompositeDistributeSimd(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genCompositeDistributeSimd() argument
1977 genCompositeDoSimd(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genCompositeDoSimd() argument
1998 genCompositeTaskloopSimd(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genCompositeTaskloopSimd() argument
2011 genOMPDispatch(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genOMPDispatch() argument
2234 ConstructQueue queue{ genOMP() local
2266 ConstructQueue queue{buildConstructQueue( genOMP() local
2402 ConstructQueue queue{ genOMP() local
2417 ConstructQueue queue{buildConstructQueue( genOMP() local
2456 ConstructQueue queue{ genOMP() local
2468 ConstructQueue queue{buildConstructQueue( genOMP() local
2492 ConstructQueue queue{ genOMP() local
[all...]
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
H A Dctor_iterators.pass.cpp41 std::queue<int> queue(a, a + 4); in main() local
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/
H A Drun-find-all-symbols.py55 def run_find_all_symbols(args, tmpdir, build_path, queue): argument
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Dpop_front.invalidation.pass.cpp42 std::deque<int> queue; in main() local
H A Dpop_back.invalidation.pass.cpp43 std::deque<int> queue; in main() local
/llvm-project/lldb/utils/lui/
H A Dsandbox.py20 import Queue as queue namespace
/llvm-project/compiler-rt/test/tsan/
H A Dstatic_init3.cpp18 _Atomic(Cache*) queue; variable
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_iterators.pass.cpp38 GetAlloc queue(stats, a, a + 4); in main() local

123