Searched defs:handles (Results 1 – 7 of 7) sorted by relevance
/llvm-project/openmp/runtime/test/tasking/ |
H A D | task_teams_stress_test.cpp | 88 void test_tasks(omp_event_handle_t *handles, int expected, int *a) { in test_tasks() 120 omp_event_handle_t *handles; in test_base() local 184 void test_tasks_split(omp_event_handle_t *handles, int expected, int *a) { in test_tasks_split() 218 omp_event_handle_t *handles; in test_base_split() local
|
/llvm-project/lldb/unittests/Host/ |
H A D | AlarmTest.cpp | 67 std::vector<Alarm::Handle> handles; TEST() local 94 std::vector<Alarm::Handle> handles; TEST() local 127 std::vector<Alarm::Handle> handles; TEST() local
|
/llvm-project/mlir/test/lib/Dialect/Transform/ |
H A D | TestTransformStateExtension.cpp | 20 SmallVector<Value> handles; in updateMapping() local
|
H A D | TestTransformDialectExtension.cpp | 271 SmallVector<Value> handles; in apply() local 473 SmallVector<Value> handles; in apply() local
|
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/ |
H A D | TransformInterfaces.cpp | 97 Operation *op, SmallVectorImpl<Value> &handles, in getHandlesForPayloadOp() argument 116 Value payloadValue, SmallVectorImpl<Value> &handles, in getHandlesForPayloadValue() argument 1799 consumesHandle(MutableArrayRef<OpOperand> handles,SmallVectorImpl<MemoryEffects::EffectInstance> & effects) consumesHandle() argument 1829 producesHandle(ResultRange handles,SmallVectorImpl<MemoryEffects::EffectInstance> & effects) producesHandle() argument 1840 producesHandle(MutableArrayRef<BlockArgument> handles,SmallVectorImpl<MemoryEffects::EffectInstance> & effects) producesHandle() argument 1851 onlyReadsHandle(MutableArrayRef<OpOperand> handles,SmallVectorImpl<MemoryEffects::EffectInstance> & effects) onlyReadsHandle() argument [all...] |
/llvm-project/lldb/source/Host/common/ |
H A D | TCPSocket.cpp | 268 std::vector<MainLoopBase::ReadHandleUP> handles; Accept() local
|
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformOps.cpp | 2067 ValueRange handles = getHandles(); apply() local [all...] |