Home
last modified time | relevance | path

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

/llvm-project/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()
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td55 def Enqueue : BuiltinGroup;
643 defm : DemangledNativeBuiltin<"__enqueue_kernel_basic", OpenCL_std, Enqueue, 5, 5, OpEnqueueKernel>;
644 defm : DemangledNativeBuiltin<"__enqueue_kernel_basic_events", OpenCL_std, Enqueue, 8, 8, OpEnqueueKernel>;
645 defm : DemangledNativeBuiltin<"__enqueue_kernel_varargs", OpenCL_std, Enqueue, 7, 7, OpEnqueueKernel>;
646 defm : DemangledNativeBuiltin<"__enqueue_kernel_events_varargs", OpenCL_std, Enqueue, 10, 10, OpEnqueueKernel>;
647 defm : DemangledNativeBuiltin<"__spirv_EnqueueKernel", OpenCL_std, Enqueue, 10, 0, OpEnqueueKernel>;
648 defm : DemangledNativeBuiltin<"retain_event", OpenCL_std, Enqueue, 1, 1, OpRetainEvent>;
649 defm : DemangledNativeBuiltin<"__spirv_RetainEvent", OpenCL_std, Enqueue, 1, 1, OpRetainEvent>;
650 defm : DemangledNativeBuiltin<"release_event", OpenCL_std, Enqueue, 1, 1, OpReleaseEvent>;
651 defm : DemangledNativeBuiltin<"__spirv_ReleaseEvent", OpenCL_std, Enqueue,
[all...]
H A DSPIRVBuiltins.cpp2545 case SPIRV::Enqueue: in lowerBuiltin()
2661 case SPIRV::Enqueue: in parseTypeString()
H A DSPIRVInstrInfo.td748 // TODO: 3.42.22. Device-Side Enqueue Instructions
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h100 c->Enqueue(cb, ptr, size); in Put()
217 void Enqueue(Callback cb, void *ptr, uptr size) { in Enqueue() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp892 auto Enqueue = [&](Value *V) { in isLoadCombineCandidate()
903 if (!Enqueue(Or)) in isLoadCombineCandidate()
914 if (!Enqueue(Op)) in isLoadCombineCandidate()
921 if (!Enqueue(I->getOperand(0))) in isLoadCombineCandidate()
890 auto Enqueue = [&](Value *V) { isLoadCombineCandidate() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp193 auto Enqueue = [this,&FirstQ] (Node N) { in build()
203 Enqueue(N); in color()
197 auto Enqueue = [this,&FirstQ] (Node N) { color() local
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMisc.td1549 // ENQCMD/S - Enqueue 64-byte command as user with 64-byte write atomicity
/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td4666 // OpenCL v2.0 s6.13.17 - Enqueue kernel functions.
H A DDiagnosticSemaKinds.td11066 // OpenCL v2.0 s6.13.17 Enqueue kernel restrictions.
/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsX86.td5785 // ENQCMD - Enqueue Stores Instructions