Home
last modified time | relevance | path

Searched refs:erase (Results 251 - 275 of 1306) sorted by relevance

1...<<11121314151617181920>>...53

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp529 // FIXME: Swap ADDS<->SUBS if Offset < 0, erase instruction if in UpdateBaseRegUses()
929 MBB.erase(MI); in MergeOpsUpdate()
1321 MBB.erase(MergeInstr); in MergeBaseUpdateLSMultiple()
1336 MBB.erase(MBBI); in MergeBaseUpdateLSMultiple()
1437 MBB.erase(MergeInstr); in MergeBaseUpdateLoadStore()
1507 MBB.erase(MBBI); in MergeBaseUpdateLoadStore()
1545 MBB.erase(MergeInstr);
1566 MBB.erase(MBBI);
1766 MBBI = MBB.erase(MBBI);
1959 MBB.erase(MBB
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h183 ValueToIdMap.erase(SDValue(Old, i)); in NoteDeletion()
184 IdToValueMap.erase(OldId); in NoteDeletion()
185 PromotedIntegers.erase(OldId); in NoteDeletion()
186 ExpandedIntegers.erase(OldId); in NoteDeletion()
187 SoftenedFloats.erase(OldId); in NoteDeletion()
188 PromotedFloats.erase(OldId); in NoteDeletion()
189 ExpandedFloats.erase(OldId); in NoteDeletion()
190 ScalarizedVectors.erase(OldId); in NoteDeletion()
191 SplitVectors.erase(OldId); in NoteDeletion()
192 WidenedVectors.erase(OldI in NoteDeletion()
[all...]
/third_party/googletest/googlemock/src/
H A Dgmock-spec-builders.cc595 UninterestingCallReactionMap().erase(static_cast<uintptr_t>(mock_obj)); in GTEST_LOCK_EXCLUDED_()
718 if (mockers.erase(mocker) > 0) { in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
721 g_mock_object_registry.states().erase(it); in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.cpp130 resources.erase(&q.device()); in resource_out()
162 resources.erase(&q.device()); in resource_out()
215 resources.erase(&q.device()); in resource_out()
/third_party/node/src/
H A Dnode_options-inl.h273 underlying->erase(underlying->begin() + 1); in pop_first()
275 synthetic_args.erase(synthetic_args.begin()); in pop_first()
338 name.erase(2, 3); // remove no- in Parse()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.cc294 breakpoints_.erase(it); in RemoveBreakpoint()
330 it = scripts_.erase(it); in RemoveIsolate()
336 isolate_delegates_.erase(it); in RemoveIsolate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DGlobals.cpp385 getParent()->getGlobalList().erase(getIterator()); in eraseFromParent()
519 getParent()->getAliasList().erase(getIterator()); in eraseFromParent()
552 getParent()->getIFuncList().erase(getIterator()); in eraseFromParent()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp366 name.erase(0, 3); // Remove GL_ in PrintToStringParamName()
369 name.erase(0, 11); in PrintToStringParamName()
375 name.erase(name.length() - 4, 4); in PrintToStringParamName()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_descriptor.h218 loop->loop_basic_blocks_.erase(bb_id); in RemoveBasicBlock()
269 nested_loops_.erase( in RemoveChildLoop()
518 basic_block_to_loop_.erase(bb_id); in ForgetBasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.h218 loop->loop_basic_blocks_.erase(bb_id); in RemoveBasicBlock()
269 nested_loops_.erase( in RemoveChildLoop()
518 basic_block_to_loop_.erase(bb_id); in ForgetBasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DPHITransAddr.cpp67 InstInputs.erase(Entry); in VerifySubExpr()
130 InstInputs.erase(Entry); in RemoveInstInputs()
165 InstInputs.erase(find(InstInputs, Inst)); in PHITranslateSubExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringMap.h413 /// erase it. This aborts if the key is not in the map.
418 void erase(iterator I) { in erase() function in llvm::StringMap
424 bool erase(StringRef Key) { in erase() function in llvm::StringMap
427 erase(I); in erase()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dcontainers_test.cpp286 list.erase(itC); in TEST_F()
301 list.erase(itA); in TEST_F()
316 list.erase(itB); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp223 UpdatedUndef.erase(ChanPos); in RebuildVector()
255 MIs.erase(llvm::find(MIs, MI), MIs.end()); in RemoveMI()
260 MIs.erase(llvm::find(MIs, MI), MIs.end()); in RemoveMI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringMap.h468 /// erase it. This aborts if the key is not in the map.
473 void erase(iterator I) { in erase() function in llvm::StringMap
479 bool erase(StringRef Key) { in erase() function in llvm::StringMap
482 erase(I); in erase()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles_test.cc235 id.erase(node); in TEST()
338 id.erase(node); in TEST()
444 id_.erase(3); in TEST_F()
/third_party/spirv-tools/source/opt/
H A Dloop_descriptor.h218 loop->loop_basic_blocks_.erase(bb_id); in RemoveBasicBlock()
269 nested_loops_.erase( in RemoveChildLoop()
519 basic_block_to_loop_.erase(bb_id); in ForgetBasicBlock()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DResourceMap.h42 bool erase(IDType id, ResourceType **resourceOut);
139 bool ResourceMap<ResourceType, IDType>::erase(IDType id, ResourceType **resourceOut) in erase() function in gl::ResourceMap
160 mHashedResources.erase(it); in erase()
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp122 affinities.erase(std::next(affinities.begin(), found_second)); in add_affinity()
198 next_use_distances_start.erase(def.getTemp()); in next_uses_per_block()
347 ctx.unused_remats.erase(ctx.remat[instr->operands[i].getTemp()].instr); in do_reload()
432 local_next_uses[idx].erase(it); in update_local_next_uses()
691 partial_spills.erase(pair.first); in init_live_in_vars()
747 partial_spills.erase(to_spill); in init_live_in_vars()
886 ctx.unused_remats.erase(ctx.remat[var].instr); in add_coupling_code()
899 ctx.renames[pred_idx].erase(rename_it); in add_coupling_code()
965 ctx.renames[pred_idx].erase(rename_it); in add_coupling_code()
1008 ctx.unused_remats.erase(remat_i in add_coupling_code()
[all...]
/third_party/gn/src/gn/
H A Dgn_main.cc63 args.erase(args.begin()); in main()
H A Dswift_values.cc78 outputs.erase(iter, outputs.end()); in FillModuleOutputFile()
/third_party/node/deps/v8/src/compiler/
H A Dgraph.cc47 decorators_.erase(it); in RemoveDecorator()
/third_party/node/deps/v8/src/base/
H A Dvirtual-address-space-page-allocator.cc29 resized_allocations_.erase(result); in FreePages()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dprefinalizer-handler.cc67 ordered_pre_finalizers_.erase( in InvokePreFinalizers()
/third_party/node/deps/v8/src/third_party/vtune/
H A Dvtuneapi.cc35 domains_.erase(it); in destroyDomain()

Completed in 23 milliseconds

1...<<11121314151617181920>>...53