Home
last modified time | relevance | path

Searched refs:erased (Results 1 – 25 of 104) sorted by relevance

12345

/external/llvm-project/mlir/lib/Transforms/Utils/
DGreedyPatternRewriteDriver.cpp287 LogicalResult simplifyLocally(Operation *op, int maxIterations, bool &erased);
316 bool &erased) { in simplifyLocally() argument
318 erased = false; in simplifyLocally()
329 erased = true; in simplifyLocally()
340 erased = true; in simplifyLocally()
348 if ((erased = opErasedViaPatternRewrites)) in simplifyLocally()
360 Operation *op, const FrozenRewritePatternList &patterns, bool *erased) { in applyOpPatternsAndFold() argument
366 if (erased) in applyOpPatternsAndFold()
367 *erased = opErased; in applyOpPatternsAndFold()
/external/clang/test/Analysis/
DDynamicTypePropagation.m44 NSArray *erased = arr;
45 NSObject *element = [erased firstObject];
52 NSArray *erased = arr;
53 [erased contains: element];
/external/autotest/server/site_tests/firmware_Cr50GetName/
Dfirmware_Cr50GetName.py80 def get_expected_result_re(self, brand, flags, erased): argument
94 if erased:
113 def check_result(self, brand, flags, erased): argument
125 expected_result_re = self.get_expected_result_re(brand, flags, erased)
134 ('erased board id' if erased else '%x:%x' % (brand, flags)))
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_compilation_cache.cc124 auto erased = cache_.erase(entry->key); in DiscardEntryRefLocked() local
125 if (erased == 0) { in DiscardEntryRefLocked()
128 erased = entries_by_uid_.erase(entry->uid); in DiscardEntryRefLocked()
129 CHECK_EQ(erased, 1); in DiscardEntryRefLocked()
251 auto erased = entries_by_last_use_.erase(entry->last_use); in CompileIfKeyAbsent() local
255 if (erased == 0) { in CompileIfKeyAbsent()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_interface.cc227 auto erased = cache_.erase(key); in RemoveEntry() local
235 return erased; in RemoveEntry()
241 return erased; in RemoveEntry()
259 auto erased = RemoveEntry(entry->subgraph_key); in DiscardEntryRef() local
261 if (erased == 0) { in DiscardEntryRef()
264 erased = entries_by_uid_.erase(entry->uid); in DiscardEntryRef()
265 CHECK_EQ(erased, 1); in DiscardEntryRef()
267 erased = entries_by_proto_key_.erase(key); in DiscardEntryRef()
268 CHECK_EQ(erased, 1); in DiscardEntryRef()
521 auto erased = entries_by_last_use_.erase(entry->last_use); in CompileIfKeyAbsentHelper() local
[all …]
Dtpu_compilation_cache_rpc_lookup.cc90 auto erased = entries_by_last_use_.erase(cache_entry->last_use); in Lookup() local
91 CHECK_EQ(erased, 1); in Lookup()
135 auto erased = entries_by_last_use_.erase(cache_entry->last_use); in Lookup() local
136 CHECK_EQ(erased, 1); in Lookup()
/external/llvm-project/clang/test/Analysis/
DDynamicTypePropagation.m48 NSArray *erased = arr;
49 NSObject *element = [erased firstObject];
56 NSArray *erased = arr;
57 [erased contains: element];
Dgenerics.m345 NSArray *erased = arr;
346 id a = [erased firstObject];
351 NSArray *erased = arr;
352 NSArray* a = [erased firstObject];
357 NSArray *erased = arr;
358 …NSSet* a = [erased firstObject]; // expected-warning {{Object has a dynamic type 'NSArray<NSString…
363 NSArray *erased = arr;
364 id a = [erased firstObject];
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorMapErase.pbtxt3 summary: "Returns a tensor map with item from given key erased."
7 key: the key of the value to be erased
/external/llvm-project/mlir/test/Transforms/
Dtest-legalize-erased-op-with-uses.mlir3 // Test that an error is emitted when an operation is marked as "erased", but
6 // expected-error@below {{failed to legalize operation 'test.illegal_op_a' marked as erased}}
/external/vixl/test/
Dtest-invalset.cc263 size_t erased = set.erase(to_erase.back()); in TEST() local
264 if (erased > 0) { in TEST()
265 VIXL_CHECK(erased == 1); in TEST()
332 size_t erased = set.erase(to_erase.back()); in TEST() local
333 if (erased > 0) { in TEST()
334 VIXL_CHECK(erased == 1); in TEST()
/external/ltp/testcases/kernel/fs/mongo/
DREADME18 Warning : All info will be erased on device.
30 /dev/hda5 - test device and all info on it will be erased.
/external/tensorflow/tensorflow/core/lib/io/
Dcache.cc309 bool erased = FinishErase(table_.Remove(old->key(), old->hash)); in Insert() local
310 if (!erased) { // to avoid unused variable when compiled NDEBUG in Insert()
311 assert(erased); in Insert()
341 bool erased = FinishErase(table_.Remove(e->key(), e->hash)); in Prune() local
342 if (!erased) { // to avoid unused variable when compiled NDEBUG in Prune()
343 assert(erased); in Prune()
/external/llvm-project/lldb/source/Target/
DSectionLoadList.cpp190 bool erased = false; in SetSectionUnloaded() local
195 erased = true; in SetSectionUnloaded()
201 erased = true; in SetSectionUnloaded()
205 return erased; in SetSectionUnloaded()
/external/llvm-project/mlir/lib/Dialect/Affine/Utils/
DUtils.cpp193 bool erased; in hoistAffineIfOp() local
195 applyOpPatternsAndFold(ifOp, frozenPatterns, &erased); in hoistAffineIfOp()
196 if (erased) { in hoistAffineIfOp()
/external/sfntly/cpp/src/test/
Dotf_basic_editing_test.cc81 size_t erased = builder_tags.erase(header->tag()); in TestOTFBasicEditing() local
82 EXPECT_EQ(1U, erased); in TestOTFBasicEditing()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dconvert-rr-to-ri-instr-add.mir4 # ADDI8 + STFSX can be converted to ADDI8 + STFS even ADDI8 can not be erased.
27 ; Following instruction $r3 also reads $x3, ADDI8 can not be erased
/external/llvm-project/mlir/include/mlir/Transforms/
DGreedyPatternRewriteDriver.h66 bool *erased = nullptr);
/external/pigweed/pw_blob_store/
Dblob_store.cc52 bool erased = false; in Init() local
53 if (partition_.IsErased(&erased).ok() && erased) { in Init()
/external/llvm-project/lldb/source/Host/common/
DMainLoop.cpp348 bool erased = m_read_fds.erase(handle); local
349 UNUSED_IF_ASSERT_DISABLED(erased);
350 assert(erased);
/external/libcxx/include/experimental/
Dutility25 3.1.2, erased-type placeholder
/external/llvm-project/libcxx/include/experimental/
Dutility24 3.1.2, erased-type placeholder
/external/llvm-project/llvm/test/Transforms/LowerSwitch/
Dcondition-phi-unreachable-default.ll5 ; condition to be erased.
/external/pigweed/pw_arduino_build/py/pw_arduino_build/core_patches/teensy/
D02-teensy4_nonstatic_flash_functions.diff28 // write bytes into flash memory (which is already erased to 0xFF)
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dpromote-alloca-lifetime.ll24 ; After handling the alloca, the lifetime was erased. This was the

12345