Home
last modified time | relevance | path

Searched refs:add_ref (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/mlir/test/Dialect/Async/
Dasync-ref-counting-optimization.mlir5 // CHECK-NOT: async.add_ref
7 async.add_ref %arg0 {count = 1 : i32} : !async.token
15 // CHECK-NOT: async.add_ref
17 async.add_ref %arg0 {count = 1 : i32} : !async.token
36 async.add_ref %arg0 {count = 1 : i32} : !async.token
40 async.add_ref %arg0 {count = 1 : i32} : !async.token
48 // CHECK-NOT: add_ref
49 async.add_ref %arg0 {count = 1 : i32} : !async.token
66 // It is unsafe to cancel `add_ref` / `drop_ref` pair because it is possible
69 // CHECK: add_ref
[all …]
Dasync-ref-counting.mlir146 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32}
167 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32}
170 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32}
173 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32}
202 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32}
229 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32}
230 // CHECK: async.add_ref %[[RESULTS]] {count = 1 : i32}
Dops.mlir138 // CHECK-LABEL: @add_ref
139 func @add_ref(%arg0: !async.token) {
140 // CHECK: async.add_ref %arg0 {count = 1 : i32}
141 async.add_ref %arg0 {count = 1 : i32} : !async.token
/external/e2fsprogs/lib/ext2fs/
Direl.h65 errcode_t (*add_ref)(ext2_irel irel, ext2_ino_t ino, member
109 #define ext2fs_irel_add_ref(irel, ino, ref) ((irel)->add_ref((irel), ino, ref))
Direl_ma.c125 irel->add_ref = ima_add_ref; in ext2fs_irel_memarray_create()
/external/rust/crates/grpcio/src/
Dcq.rs38 fn add_ref(&self) -> Result<()> { in add_ref() method
207 self.handle.add_ref()?; in borrow()
/external/flatbuffers/include/flatbuffers/
Dgrpc.h37 Message(grpc_slice slice, bool add_ref) in Message() argument
38 : slice_(add_ref ? grpc_slice_ref(slice) : slice) {} in Message()
/external/tensorflow/tensorflow/python/client/
Dtimeline.py329 def add_ref(self, timestamp): member in _TensorTracker
516 tensor.add_ref(start_time)
556 tensor.add_ref(start_time)
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/
DAsyncOps.td256 def Async_AddRefOp : Async_Op<"add_ref"> {
259 The `async.add_ref` operation adds a reference(s) to async value (token,
/external/crosvm/disk/src/qcow/
Dmod.rs729 fn add_ref(refcounts: &mut [u16], cluster_size: u64, cluster_address: u64) -> Result<()> { in rebuild_refcounts() function
740 add_ref(refcounts, cluster_size, 0) in rebuild_refcounts()
752 add_ref(refcounts, cluster_size, l1_table_offset + i * cluster_size)?; in rebuild_refcounts()
775 add_ref(refcounts, cluster_size, l2_addr_disk)?; in rebuild_refcounts()
787 add_ref(refcounts, cluster_size, data_cluster_addr)?; in rebuild_refcounts()
804 add_ref( in rebuild_refcounts()
837 add_ref(refcounts, cluster_size, *refblock_addr)?; in rebuild_refcounts()
/external/exoplayer/tree/extensions/vp9/src/main/jni/
Dvpx_jni.cc363 void add_ref(int id) { in add_ref() function in JniBufferManager
608 context->buffer_manager->add_ref(id); in DECODER_FUNC()
/external/llvm-project/mlir/test/Conversion/AsyncToLLVM/
Dconvert-to-llvm.mlir7 async.add_ref %arg0 {count = 2 : i32} : !async.token
/external/libxml2/doc/
Dapibuild.py206 …def add_ref(self, name, header, module, static, type, lineno, info=None, extra=None, conditionals … member in index
622 self.index.add_ref(name, module, module, static, type,
625 self.index.add_ref(name, None, module, static, type, self.lineno(),