Home
last modified time | relevance | path

Searched refs:arg_out (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dlhlo_ops.mlir133 func @add_memrefs(%arg0: memref<1xi32>, %arg1: memref<1xi32>, %arg_out: memref<1xi32>) -> () {
134 "lmhlo.add"(%arg0, %arg1, %arg_out) : (memref<1xi32>, memref<1xi32>, memref<1xi32>) -> ()
496 func @atan2_memrefs(%arg0: memref<1xf32>, %arg1: memref<1xf32>, %arg_out: memref<1xf32>) -> () {
497 "lmhlo.atan2"(%arg0, %arg1, %arg_out) : (memref<1xf32>, memref<1xf32>, memref<1xf32>) -> ()
504 func @atan2_memrefs(%arg0: memref<1xcomplex<f32>>, %arg1: memref<1xcomplex<f32>>, %arg_out: memref<…
505 …"lmhlo.atan2"(%arg0, %arg1, %arg_out) : (memref<1xcomplex<f32>>, memref<1xcomplex<f32>>, memref<1x…
511 func @atan2_memrefs(%arg0: memref<1xi32>, %arg1: memref<1xi32>, %arg_out: memref<1xi32>) -> () {
513 "lmhlo.atan2"(%arg0, %arg1, %arg_out) : (memref<1xi32>, memref<1xi32>, memref<1xi32>) -> ()
520 func @bitcast_convert_memrefs(%arg0: memref<1xf32>, %arg_out: memref<1xi32>) -> () {
521 "lmhlo.bitcast_convert"(%arg0, %arg_out) : (memref<1xf32>, memref<1xi32>) -> ()
[all …]
Dlhlo_gpu_ops.mlir16 … %arg3: memref<8xf32>, %arg4: memref<8xf32>, %arg_out: memref<8x8x8x8xf32>) -> () {
17 …"lmhlo_gpu.batch_norm_inference"(%arg0, %arg1, %arg2, %arg3, %arg4, %arg_out) {epsilon = 1.000000e…
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dfcopysign.f16.ll29 half addrspace(1)* %arg_out,
36 store half %out, half addrspace(1)* %arg_out
49 float addrspace(1)* %arg_out,
60 store float %out, float addrspace(1)* %arg_out
74 double addrspace(1)* %arg_out,
85 store double %out, double addrspace(1)* %arg_out
100 float addrspace(1)* %arg_out,
111 store float %out, float addrspace(1)* %arg_out
126 double addrspace(1)* %arg_out,
137 store double %out, double addrspace(1)* %arg_out
[all …]
/external/bcc/src/cc/
Dbpf_module_rw_engine.cc250 Argument *arg_out = &*arg_it; in make_reader() local
252 arg_out->setName("out"); in make_reader()
263 parse_type(B, &args, &fmt, type, arg_out, locals, false); in make_reader()
266 debug_printf(mod, B, "%p %p\n", vector<Value *>({arg_in, arg_out})); in make_reader()
307 Argument *arg_out = &*arg_it; in make_writer() local
309 arg_out->setName("out"); in make_writer()
323 vector<Value *> args({arg_out, B.CreateZExt(arg_len, B.getInt64Ty()), nullptr}); in make_writer()
332 debug_printf(mod, B, "%d %p %p\n", vector<Value *>({arg_len, arg_out, arg_in})); in make_writer()
/external/libevent/include/event2/
Devent.h1389 event_callback_fn *callback_out, void **arg_out);
/external/libevent/
Devent.c2419 …e_out, evutil_socket_t *fd_out, short *events_out, event_callback_fn *callback_out, void **arg_out) in event_get_assignment() argument
2431 if (arg_out) in event_get_assignment()
2432 *arg_out = event->ev_arg; in event_get_assignment()