Home
last modified time | relevance | path

Searched refs:Enqueue (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp87 cache.Enqueue(cb, kFakePtr, kBlockSize); in TEST()
105 from.Enqueue(cb, kFakePtr, kBlockSize); in TEST()
107 cache.Enqueue(cb, kFakePtr, kBlockSize); in TEST()
130 from.Enqueue(cb, kFakePtr, kBlockSize); in TEST()
131 cache.Enqueue(cb, kFakePtr, kBlockSize); in TEST()
157 from.Enqueue(cb, kFakePtr, kBlockSize); in TEST()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td53 def Enqueue : BuiltinGroup;
541 defm : DemangledNativeBuiltin<"__enqueue_kernel_basic", OpenCL_std, Enqueue, 5, 5, OpEnqueueKernel>;
542 defm : DemangledNativeBuiltin<"__enqueue_kernel_basic_events", OpenCL_std, Enqueue, 8, 8, OpEnqueue…
543 defm : DemangledNativeBuiltin<"__enqueue_kernel_varargs", OpenCL_std, Enqueue, 7, 7, OpEnqueueKerne…
544 defm : DemangledNativeBuiltin<"__enqueue_kernel_events_varargs", OpenCL_std, Enqueue, 10, 10, OpEnq…
545 defm : DemangledNativeBuiltin<"retain_event", OpenCL_std, Enqueue, 1, 1, OpRetainEvent>;
546 defm : DemangledNativeBuiltin<"release_event", OpenCL_std, Enqueue, 1, 1, OpReleaseEvent>;
547 defm : DemangledNativeBuiltin<"create_user_event", OpenCL_std, Enqueue, 0, 0, OpCreateUserEvent>;
548 defm : DemangledNativeBuiltin<"is_valid_event", OpenCL_std, Enqueue, 1, 1, OpIsValidEvent>;
549 defm : DemangledNativeBuiltin<"set_user_event_status", OpenCL_std, Enqueue, 2, 2, OpSetUserEventSta…
[all …]
H A DSPIRVInstrInfo.td690 // TODO: 3.42.22. Device-Side Enqueue Instructions
H A DSPIRVBuiltins.cpp1901 case SPIRV::Enqueue: in lowerBuiltin()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h105 c->Enqueue(cb, ptr, size); in Put()
222 void Enqueue(Callback cb, void *ptr, uptr size) { in Enqueue() function
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A D11_limit.t40 # (4) Enqueue more items - will block
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp937 auto Enqueue = [&](Value *V) { in isLoadCombineCandidate() local
948 if (!Enqueue(Or)) in isLoadCombineCandidate()
959 if (!Enqueue(Op)) in isLoadCombineCandidate()
966 if (!Enqueue(I->getOperand(0))) in isLoadCombineCandidate()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp197 auto Enqueue = [this,&FirstQ] (Node N) { in color() local
207 Enqueue(N); in color()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1680 // OpenCL v2.0 s6.13.17 - Enqueue kernel functions.
H A DDiagnosticSemaKinds.td10409 // OpenCL v2.0 s6.13.17 Enqueue kernel restrictions.
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsX86.td5230 // ENQCMD - Enqueue Stores Instructions
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.td2902 // ENQCMD/S - Enqueue 64-byte command as user with 64-byte write atomicity