Home
last modified time | relevance | path

Searched refs:insert (Results 1826 - 1850 of 5813) sorted by relevance

1...<<71727374757677787980>>...233

/third_party/node/deps/v8/src/heap/
H A Dscavenger.cc128 // insert into its remembered set here. in HandleSlot()
525 bool success = surviving_new_large_objects_.insert(object).second; in MergeSurvivingNewLargeObjects()
611 ephemeron_remembered_set_.insert({table, std::unordered_set<int>()}); in RememberPromotedEphemeron()
612 indices.first->second.insert(entry); in RememberPromotedEphemeron()
762 auto insert_result = heap()->ephemeron_remembered_set_.insert( in Finalize()
765 insert_result.first->second.insert(entry); in Finalize()
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h460 void insert(Key key, Value value) in insert() function in angle::final
508 void insert(T value) in insert() function in angle::final
550 ANGLE_INLINE void insert(uint64_t key) in insert() function in angle::final
639 ANGLE_INLINE void insert(uint64_t key, Value value) in insert() function in angle::final
643 mKeySet.insert(key); in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCSE.cpp294 PhysRefs.insert(*AI); in hasLivePhysRegDefUses()
324 PhysRefs.insert(*AI); in hasLivePhysRegDefUses()
443 CSUses.insert(&MI); in isProfitableToCSE()
580 VNT.insert(MI, CurrVN++); in ProcessBlockCSE()
705 VNT.insert(MI, CurrVN++); in ProcessBlockCSE()
H A DMachineOutliner.cpp149 /// keep track of which node the next insert should be at. This makes each
150 /// insert O(1), and there are a total of O(N) inserts. The suffix link
255 /// The next node to insert at.
373 // If not, then we can just insert a leaf and move too the next step. in extend()
384 // insert a new node. in extend()
389 // Is the current suffix we're trying to insert longer than the size of in extend()
400 // Otherwise, the suffix we're trying to insert must be contained in the in extend()
404 // Is the string we're trying to insert a substring of the next node? in extend()
418 // The string we're trying to insert isn't a substring of the next node, in extend()
422 // insert AB in extend()
[all...]
H A DTailDuplicator.cpp323 UsedByPhi->insert(SrcReg); in getRegsUsedByPHIs()
338 SSAUpdateVals.insert(std::make_pair(OrigReg, Vals)); in addSSAUpdateEntry()
356 LocalVRMap.insert(std::make_pair(DefReg, RegSubRegPair(SrcReg, SrcSubReg))); in processPHI()
401 LocalVRMap.insert(std::make_pair(Reg, RegSubRegPair(NewReg, 0))); in duplicateInstruction()
448 LocalVRMap.insert(std::make_pair(Reg, RegSubRegPair(NewReg, 0))); in duplicateInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DValue.cpp367 if (!Cache.insert(Expr).second) in contains()
475 Visited.insert(V); in stripPointerCastsAndOffsets()
524 } while (Visited.insert(V).second); in stripPointerCastsAndOffsets()
563 Visited.insert(this); in stripAndAccumulateConstantOffsets()
600 } while (Visited.insert(V).second); in stripAndAccumulateConstantOffsets()
793 assert(List && "Must insert after existing node"); in AddToExistingUseListAfter()
816 // Ok, it doesn't have any handles yet, so we must insert it into the in AddToUseList()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_outline_function.cpp329 input_id_to_fresh_id_map.insert( in Apply()
336 output_id_to_fresh_id_map.insert( in Apply()
564 result.insert(&block); in GetRegionBlocks()
1015 result.insert(pair.second()); in GetFreshIds()
1018 result.insert(pair.second()); in GetFreshIds()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.cpp234 if (user->IsNonSemanticInstruction() && seen.insert(user).second) { in CollectNonSemanticTree()
236 to_kill->insert(user); in CollectNonSemanticTree()
401 id_to_name_->insert({inst->GetSingleWordInOperand(0), inst}); in AnalyzeUses()
459 combinator_ops_[0].insert({SpvOpNop, in AddCombinatorsForCapability()
918 if (done.insert(fi).second) { in ProcessCallTreeFromRoots()
H A Dloop_descriptor.cpp362 exit_blocks->insert(succ); in GetExitBlocks()
379 merging_blocks->insert(bb->id()); in GetMergingBlocks()
588 basic_block_to_loop_.insert( in PopulateList()
992 basic_block_to_loop_.insert(std::make_pair(bb_id, &current_loop)); in AddLoopNest()
1005 parent->nested_loops_.insert(parent->nested_loops_.end(), in RemoveLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_outline_function.cpp329 input_id_to_fresh_id_map.insert( in Apply()
336 output_id_to_fresh_id_map.insert( in Apply()
564 result.insert(&block); in GetRegionBlocks()
1015 result.insert(pair.second()); in GetFreshIds()
1018 result.insert(pair.second()); in GetFreshIds()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.cpp234 if (user->IsNonSemanticInstruction() && seen.insert(user).second) { in CollectNonSemanticTree()
236 to_kill->insert(user); in CollectNonSemanticTree()
401 id_to_name_->insert({inst->GetSingleWordInOperand(0), inst}); in AnalyzeUses()
459 combinator_ops_[0].insert({SpvOpNop, in AddCombinatorsForCapability()
918 if (done.insert(fi).second) { in ProcessCallTreeFromRoots()
H A Dloop_descriptor.cpp362 exit_blocks->insert(succ); in GetExitBlocks()
379 merging_blocks->insert(bb->id()); in GetMergingBlocks()
588 basic_block_to_loop_.insert( in PopulateList()
992 basic_block_to_loop_.insert(std::make_pair(bb_id, &current_loop)); in AddLoopNest()
1005 parent->nested_loops_.insert(parent->nested_loops_.end(), in RemoveLoop()
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py343 signode.insert(0, addnodes.desc_addname('@', '@'))
367 signode.insert(0, addnodes.desc_annotation('coroutine ', 'coroutine '))
374 signode.insert(0, addnodes.desc_annotation('awaitable ', 'awaitable '))
406 signode.insert(0, addnodes.desc_annotation('abstractmethod ',
459 node[0].insert(0, nodes.inline('', '%s: ' % text,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp877 BB->getInstList().insert(Call->getIterator(), LDInst); in transformGEPChain()
895 BB->getInstList().insert(Call->getIterator(), LDInst); in transformGEPChain()
899 BB->getInstList().insert(Call->getIterator(), BCInst); in transformGEPChain()
904 BB->getInstList().insert(Call->getIterator(), GEP); in transformGEPChain()
908 BB->getInstList().insert(Call->getIterator(), BCInst2); in transformGEPChain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86WinEHState.cpp140 // This pass should only insert a stack allocation, memory accesses, and in getAnalysisUsage()
146 // Don't insert state stores or exception handler thunks for in runOnFunction()
694 InitialStates.insert({BB, InitialState}); in addStateStores()
695 FinalStates.insert({BB, FinalState}); in addStateStores()
712 InitialStates.insert({BB, PredState}); in addStateStores()
713 FinalStates.insert({BB, PredState}); in addStateStores()
726 FinalStates.insert({BB, SuccState}); in addStateStores()
729 // Finally, insert state stores before call-sites which transition us to a new in addStateStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp166 // Create the new function body and insert it into the module... in DeleteDeadVarargs()
170 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF); in DeleteDeadVarargs()
672 Uses.insert(std::make_pair(MaybeLiveUse, RA)); in MarkValue()
685 LiveFunctions.insert(&F); in MarkLive()
701 if (!LiveValues.insert(RA).second) in MarkLive()
865 // Create the new function body and insert it into the module... in RemoveDeadStuffFromFunction()
872 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in RemoveDeadStuffFromFunction()
991 // We are now returning a single element, so just insert that in RemoveDeadStuffFromFunction()
1042 // The original return value was a struct or array, insert in RemoveDeadStuffFromFunction()
1044 // to return and insert the in RemoveDeadStuffFromFunction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h110 if (Visited.insert(Successor).second) in getUniqueExitBlocksHelper()
288 VisitSet.insert(ExitBBs.begin(), ExitBBs.end()); in verifyLoop()
333 VisitedBBs.insert(BB); in verifyLoop()
368 Loops->insert(static_cast<const LoopT *>(this)); in verifyLoopNest()
443 ReverseCFGWorklist.insert(ReverseCFGWorklist.end(), in discoverAndMapSubloop()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_outline_function.cpp329 input_id_to_fresh_id_map.insert( in Apply()
336 output_id_to_fresh_id_map.insert( in Apply()
564 result.insert(&block); in GetRegionBlocks()
1018 result.insert(pair.second()); in GetFreshIds()
1021 result.insert(pair.second()); in GetFreshIds()
/third_party/spirv-tools/source/opt/
H A Dloop_descriptor.cpp360 exit_blocks->insert(succ); in GetExitBlocks()
377 merging_blocks->insert(bb->id()); in GetMergingBlocks()
582 basic_block_to_loop_.insert( in PopulateList()
991 basic_block_to_loop_.insert(std::make_pair(bb_id, &current_loop)); in AddLoopNest()
1004 parent->nested_loops_.insert(parent->nested_loops_.end(), in RemoveLoop()
/base/customization/enterprise_device_management/services/edm/src/
H A Dpermission_manager.cpp42 permissions_.insert(std::make_pair(permission, adminPermission)); in AddPermission()
43 EDMLOGI("AddPermission::insert permission : %{public}s permissionType : %{public}d", in AddPermission()
/base/hiviewdfx/hiview/base/
H A Dplugin_factory.cpp58 pluginMap->insert(std::pair<std::string, std::shared_ptr<PluginRegistInfo>>(name, func)); in RegisterPlugin()
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dlog_analyzer.cpp63 eventInfos.insert(std::make_pair("fingerPrint", Tbox::CalcFingerPrint(info.module + info.reason + in AnalysisFaultlog()
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/
H A Devent_processor_example2.cpp29 EventSourceExample::count.insert("EventProcessorExample2"); in EventProcessorExample2()
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example1/
H A Devent_processor_example1.cpp27 EventSourceExample::count.insert("EventProcessorExample1"); in EventProcessorExample1()
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/
H A Devent_processor_example4.cpp29 EventSourceExample::count.insert("EventProcessorExample4"); in EventProcessorExample4()

Completed in 37 milliseconds

1...<<71727374757677787980>>...233