Home
last modified time | relevance | path

Searched refs:insert (Results 2576 - 2600 of 5616) sorted by relevance

1...<<101102103104105106107108109110>>...225

/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc244 inferred.insert(inferred_maps.begin(), inferred_maps.end()); in Refine()
443 auto insertion = feedback_.insert({source, feedback}); in SetFeedback()
834 transition_groups.insert({map.object(), group}); in ProcessFeedbackMapsForElementAccess()
839 transition_groups.insert({target, new_group}).first->second; in ProcessFeedbackMapsForElementAccess()
895 property_access_infos_.insert({target, access_info}); in GetPropertyAccessInfo()
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.cc194 auto result = resolve_set->insert({module, nullptr}); in ResolveExport()
211 name_set->insert(export_name); in ResolveExport()
546 bool cycle = !visited->insert(module).second; in FetchStarExports()
588 auto insert_result = more_exports.insert(std::make_pair(name, cell)); in FetchStarExports()
653 exec_list->insert(m); in GatherAsyncParentCompletions()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.h154 OP_INSBF, // insert first src1[8:15] bits of src0 into src2 at src1[0:7]
1263 inline void add(BasicBlock *bb, int& id) { allBBlocks.insert(bb, id); }
1264 inline void add(Instruction *insn, int& id) { allInsns.insert(insn, id); }
1265 inline void add(LValue *lval, int& id) { allLValues.insert(lval, id); }
1339 inline void add(Function *fn, int& id) { allFuncs.insert(fn, id); }
1341 inline void add(Value *rval, int& id) { allRValues.insert(rval, id); }
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc851 args_.insert(args_.end() - 1, posix::StrDup(argument)); in AddArgument()
859 args_.insert(args_.end() - 1, posix::StrDup(i->c_str())); in AddArguments()
1180 args.insert(args.end(), extra_args.begin(), extra_args.end()); in GetArgvsForDeathTestChildProcess()
1202 args_.insert(args_.end() - 1, posix::StrDup(argument)); in AddArgument()
1210 args_.insert(args_.end() - 1, posix::StrDup(i->c_str())); in AddArguments()
/third_party/rust/crates/bitflags/src/
H A Dlib.rs177 //! - `insert`: inserts the specified flags in-place
609 pub fn insert(&mut self, other: Self) { in insert() functions
629 self.insert(other); in set()
811 self.insert(item) in extend()
1132 e1.insert(e2); in test_insert()
1136 e3.insert(AnotherSetOfFlags::ANOTHER_FLAG); in test_insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp552 // layout successor, insert a branch. First we have to locate the only
883 MF->insert(std::next(MachineFunction::iterator(this)), NMBB);
1033 PHISrcRegs.insert(Reg);
1168 MachineBasicBlock::insert(instr_iterator I, MachineInstr *MI) {
1170 "Cannot insert instruction with bundle flags");
1176 return Insts.insert(I, MI);
1273 if (!SeenMBBs.insert(MBB).second ||
H A DMachineFunction.cpp362 MBB.insert(InsertBefore, Cloned); in CloneMachineInstrBundle()
385 // back trace will tell where to insert a call to updateCallSiteInfo(). in DeleteMachineInstr()
581 OutStr.insert(OutStr.begin()+i+1, 'l'); in getNodeLabel()
848 FilterIds.insert(FilterIds.end(), TyIds.begin(), TyIds.end()); in getFilterIDFor()
1041 Deleted.insert(Constants[i].Val.MachineCPVal);
1127 MachineCPVsSharingEntries.insert(V);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp221 Symbols.insert(*NameOrErr); in loadObjectImpl()
1150 NewSymbols.insert(Name); in resolveExternalSymbols()
1180 ExternalSymbolMap.insert(RRKV); in resolveExternalSymbols()
1181 ResolvedSymbols.insert(RRKV.first); in resolveExternalSymbols()
1230 Symbols.insert(Name); in finalizeAsync()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp264 PreservedGUID.insert(GlobalValue::getGUID(Sym.getIRName())); in addUsedSymbolToPreservedGUID()
277 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name)); in computeGUIDPreservedSymbols()
533 PreservedSymbols.insert(Name); in preserveSymbol()
539 // CrossReferencedSymbols.insert(Name); in crossReferenceSymbol()
540 PreservedSymbols.insert(Name); in crossReferenceSymbol()
980 GUIDPreservedSymbols.insert(GUID); in run()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstrument_pass.cpp304 (void)args.insert(args.end(), validation_ids.begin(), validation_ids.end()); in GenDebugStreamWrite()
322 (void)args.insert(args.end(), offset_ids.begin(), offset_ids.end()); in GenDebugDirectRead()
952 for (auto& ifn : param2input_func_id_) done.insert(ifn.second); in InstProcessCallTreeFromRoots()
953 for (auto& ofn : param2output_func_id_) done.insert(ofn.second); in InstProcessCallTreeFromRoots()
958 if (done.insert(fi).second) { in InstProcessCallTreeFromRoots()
H A Dtype_manager.cpp148 auto pair = type_pool_.insert(type.ReleaseType()); in AnalyzeTypes()
516 return type_pool_.insert(std::move(rebuilt_ty)).first->get() in RebuildType()
641 return type_pool_.insert(std::move(rebuilt_ty)).first->get(); in RebuildType()
737 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition()
883 auto pair = type_pool_.insert(std::move(unique)); in RecordIfTypeDefinition()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstrument_pass.cpp304 (void)args.insert(args.end(), validation_ids.begin(), validation_ids.end()); in GenDebugStreamWrite()
322 (void)args.insert(args.end(), offset_ids.begin(), offset_ids.end()); in GenDebugDirectRead()
952 for (auto& ifn : param2input_func_id_) done.insert(ifn.second); in InstProcessCallTreeFromRoots()
953 for (auto& ofn : param2output_func_id_) done.insert(ofn.second); in InstProcessCallTreeFromRoots()
958 if (done.insert(fi).second) { in InstProcessCallTreeFromRoots()
H A Dtype_manager.cpp148 auto pair = type_pool_.insert(type.ReleaseType()); in AnalyzeTypes()
516 return type_pool_.insert(std::move(rebuilt_ty)).first->get() in RebuildType()
641 return type_pool_.insert(std::move(rebuilt_ty)).first->get(); in RebuildType()
737 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition()
883 auto pair = type_pool_.insert(std::move(unique)); in RecordIfTypeDefinition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp712 OuterInnerReductions.insert(&PHI);
713 OuterInnerReductions.insert(InnerRedPhi);
1282 WorkList.insert(OpI);
1292 WorkList.insert(CondI);
1294 WorkList.insert(cast<Instruction>(InnerIndexVar));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp444 // If the result type and all operands match up, then just insert an identity in mapValue()
671 if (G.Info.insert(std::make_pair(&OpN, Data())).second) in visitOperands()
997 assert(AlreadyScheduled.insert(&GV).second && "Should not reschedule"); in scheduleMapGlobalInitializer()
1013 assert(AlreadyScheduled.insert(&GV).second && "Should not reschedule");
1029 assert(AlreadyScheduled.insert(&GIS).second && "Should not reschedule");
1041 assert(AlreadyScheduled.insert(&F).second && "Should not reschedule");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfReader.cpp666 Out.insert(Out.end(), OrigName.begin(), ExtractedName.begin());
667 Out.insert(Out.end(), Replacement.begin(), Replacement.end());
668 Out.insert(Out.end(), ExtractedName.end(), OrigName.end());
676 if (auto Key = Remappings.insert(RealName)) {
680 MappedNames.insert({Key, RealName});
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp223 // block, since we will not be able to insert a cast after the PHI. in FoldIntegerTypedPHI()
260 // Need to insert a BitCast. in FoldIntegerTypedPHI()
650 // insert a new volatile load and the old ones will not be deletable. in FoldPHIArgLoadIntoPHI()
850 if (!PotentiallyDeadPHIs.insert(PN).second) in DeadPHICycle()
869 if (!ValueEqualPHIs.insert(PN).second) in PHIsEqualValue()
976 PHIsInspected.insert(&FirstPhi); in SliceUpIllegalIntegerPHI()
983 // edge which is required to insert a truncate. Because of this, we have to in SliceUpIllegalIntegerPHI()
1002 if (PHIsInspected.insert(UserPN).second) in SliceUpIllegalIntegerPHI()
1168 PotentiallyDeadPHIs.insert(&PN); in visitPHINode()
/third_party/spirv-tools/source/opt/
H A Dtype_manager.cpp147 auto pair = type_pool_.insert(type.ReleaseType()); in AnalyzeTypes()
531 return type_pool_.insert(std::move(rebuilt_ty)).first->get() in RebuildType()
666 return type_pool_.insert(std::move(rebuilt_ty)).first->get(); in RebuildType()
764 extra_words.insert(extra_words.end(), in RecordIfTypeDefinition()
918 auto pair = type_pool_.insert(std::move(unique)); in RecordIfTypeDefinition()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp579 using de::insert; in initAttachment()
586 insert(params, "RED", floatToString(rnd.getFloat(), 4)); in initAttachment()
587 insert(params, "GREEN", floatToString(rnd.getFloat(), 4)); in initAttachment()
588 insert(params, "BLUE", floatToString(rnd.getFloat(), 4)); in initAttachment()
756 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types)); in ES2Types()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp282 // insert. The specified MachineInstr is created but not inserted into any
286 // are modified, the method should insert pairs of <OldSucc, NewSucc> into the
569 LiveInMap.insert(LI); in runOnMachineFunction()
578 EntryMBB->insert(EntryMBB->begin(), MI); in runOnMachineFunction()
584 Def->getParent()->insert(std::next(InsertPos), MI); in runOnMachineFunction()
744 Added.insert(CurDAG->getRoot().getNode()); in ComputeLiveOutVRegInfo()
753 if (Op.getValueType() == MVT::Other && Added.insert(Op.getNode()).second) in ComputeLiveOutVRegInfo()
1438 FuncInfo->VisitedBBs.insert(LLVMBB); in SelectAllBasicBlocks()
1481 // Bottom-up: reset the insert pos at the top, after any local-value in SelectAllBasicBlocks()
1796 // Set the current basic block to the mbb we wish to insert th in FinishBasicBlock()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp476 /// insert so that the caller can reprocess it.
525 NewGlobals.insert(std::make_pair(ElementIdx, NGV));
660 if (PHIs.insert(PN).second && !AllUsesOfValueWillTrapIfNull(PN, PHIs))
894 // If there is a comparison against null, we will insert a global bool to
953 // If the initialization boolean was used, insert it, otherwise delete it.
959 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool);
1004 if (PHIs.insert(PN).second)
1095 if (!LoadUsingPHIsPerLoad.insert(PN).second)
1099 if (!LoadUsingPHIs.insert(PN).second)
1258 if (!InsertedScalarizedValues.insert(st
[all...]
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.cpp38 count.insert("BundleEventSourceExample"); in BundleEventSourceExample()
/base/hiviewdfx/hiview/base/
H A Daudit.cpp182 ret.insert(ret.begin(), fileLog.begin(), fileLog.end()); in ReadLogFromFile()
/base/location/frameworks/location_common/common/source/
H A Dgeo_address.cpp100 descriptions_.insert(std::pair<int, std::string>(index, line)); in ReadFromParcel()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Ddb_helper.cpp69 resultMap.insert(std::pair<std::string, WatchPoint>(key, watchPoint)); in GetResultMap()

Completed in 42 milliseconds

1...<<101102103104105106107108109110>>...225