Home
last modified time | relevance | path

Searched refs:insert (Results 826 - 850 of 3480) sorted by relevance

1...<<31323334353637383940>>...140

/third_party/json/tests/src/
H A Dunit-ordered_map.cpp275 SECTION("insert")
287 auto res1 = om.insert(vt1);
292 auto res4 = om.insert(vt4);
300 auto res1 = om.insert({"eins", "1"});
305 auto res4 = om.insert({"vier", "four"});
/third_party/rust/crates/log/src/kv/
H A Dsource.rs356 map.insert("a", 1); in hash_map()
357 map.insert("b", 2); in hash_map()
369 map.insert("a", 1); in btree_map()
370 map.insert("b", 2); in btree_map()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp78 // can't tell whether or not it will insert nops. Assume that it will. in postOffset()
210 /// Insert a new empty basic block and insert it after \BB
215 MF->insert(++BB.getIterator(), NewBB); in createNewBlockAfter()
218 BlockInfo.insert(BlockInfo.begin() + NewBB->getNumber(), BasicBlockInfo()); in createNewBlockAfter()
233 MF->insert(++OrigBB->getIterator(), NewBB); in splitBlockBeforeInstr()
245 BlockInfo.insert(BlockInfo.begin() + NewBB->getNumber(), BasicBlockInfo()); in splitBlockBeforeInstr()
H A DLiveRangeEdit.cpp77 Remattable.insert(VNI); in checkRematerializable()
176 Rematted.insert(RM.ParentVNI); in rematerializeAt()
328 ToShrink.insert(&LI); in eliminateDeadDef()
368 DeadRemats->insert(MI); in eliminateDeadDef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp118 ExportedFunctions->insert(std::make_pair(F, FnPtr)); // Cache for later in lookupFunction()
281 RawFunctions->insert(std::make_pair(F, RawFn)); // Cache for later in callExternalFunction()
422 NewArgs.insert(NewArgs.end(), Args.begin(), Args.end()); in lle_X_printf()
465 NewArgs.insert(NewArgs.end(), Args.begin()+1, Args.end()); in lle_X_fprintf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDiagnosticInfo.cpp346 void DiagnosticInfoOptimizationBase::insert(StringRef S) { in insert() function in DiagnosticInfoOptimizationBase
350 void DiagnosticInfoOptimizationBase::insert(Argument A) { in insert() function in DiagnosticInfoOptimizationBase
354 void DiagnosticInfoOptimizationBase::insert(setIsVerbose V) { in insert() function in DiagnosticInfoOptimizationBase
358 void DiagnosticInfoOptimizationBase::insert(setExtraArgs EA) { in insert() function in DiagnosticInfoOptimizationBase
H A DGlobals.cpp153 NewName = NewName.insert(0, "<unknown>:"); in getGlobalIdentifier()
155 NewName = NewName.insert(0, FileName.str() + ":"); in getGlobalIdentifier()
375 Before->getParent()->getGlobalList().insert(Before->getIterator(), this); in GlobalVariable()
439 if (Aliases.insert(GA).second) in findBaseObject()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dfunction.cpp124 blocks_.insert({block_id, BasicBlock(block_id)}); in RegisterBlock()
134 undefined_blocks_.insert(block_id); in RegisterBlock()
151 blocks_.insert({successor_id, BasicBlock(successor_id)}); in RegisterBlockEnd()
153 undefined_blocks_.insert(successor_id); in RegisterBlockEnd()
H A Dvalidate_interfaces.cpp373 if (!locs->insert(i).second) { in GetLocationsForVariable()
444 if (!locations->insert(check).second) { in GetLocationsForVariable()
461 if (!locations->insert(l).second) { in GetLocationsForVariable()
503 if (!seen.insert(interface_id).second) { in ValidateLocations()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconvert_to_half_pass.cpp58 void ConvertToHalfPass::AddRelaxed(uint32_t id) { relaxed_ids_set_.insert(id); } in AddRelaxed()
173 converted_ids_.insert(inst->result_id()); in GenHalfArith()
211 converted_ids_.insert(inst->result_id()); in ProcessPhi()
223 converted_ids_.insert(inst->result_id()); in ProcessConvert()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.cpp236 pInst->words.insert(pInst->words.end(), value); in binaryEncodeU32()
365 value_types_.insert(std::make_pair(value, type)); in recordTypeIdForValue()
375 import_id_to_ext_inst_type_.insert(std::make_pair(id, type)); in recordIdAsExtInstImport()
393 if (spvtools::utils::ParseNumber(kv.first.c_str(), &id)) ids.insert(id); in GetNumericIds()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconvert_to_half_pass.cpp58 void ConvertToHalfPass::AddRelaxed(uint32_t id) { relaxed_ids_set_.insert(id); } in AddRelaxed()
173 converted_ids_.insert(inst->result_id()); in GenHalfArith()
211 converted_ids_.insert(inst->result_id()); in ProcessPhi()
223 converted_ids_.insert(inst->result_id()); in ProcessConvert()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.cpp236 pInst->words.insert(pInst->words.end(), value); in binaryEncodeU32()
365 value_types_.insert(std::make_pair(value, type)); in recordTypeIdForValue()
375 import_id_to_ext_inst_type_.insert(std::make_pair(id, type)); in recordIdAsExtInstImport()
393 if (spvtools::utils::ParseNumber(kv.first.c_str(), &id)) ids.insert(id); in GetNumericIds()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dfunction.cpp124 blocks_.insert({block_id, BasicBlock(block_id)}); in RegisterBlock()
134 undefined_blocks_.insert(block_id); in RegisterBlock()
151 blocks_.insert({successor_id, BasicBlock(successor_id)}); in RegisterBlockEnd()
153 undefined_blocks_.insert(successor_id); in RegisterBlockEnd()
H A Dvalidate_interfaces.cpp373 if (!locs->insert(i).second) { in GetLocationsForVariable()
444 if (!locations->insert(check).second) { in GetLocationsForVariable()
461 if (!locations->insert(l).second) { in GetLocationsForVariable()
503 if (!seen.insert(interface_id).second) { in ValidateLocations()
/third_party/python/Lib/tkinter/
H A Dfiledialog.py193 self.dirs.insert(END, name)
196 self.files.insert(END, name)
226 self.filter.insert(END, os.path.join(dir or os.curdir, pat or "*"))
230 self.selection.insert(END, os.path.join(self.directory, file))
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_squeezer.py217 text_widget.insert("1.0", "SOME\nTEXT\n", tag_name)
218 text_widget.mark_set("insert", "1.0")
244 text_widget.insert("1.0", "SOME\nTEXT\n", "TAG")
245 text_widget.mark_set("insert", "1.0")
264 text_widget.insert("1.0", "SOME\nTEXT\n", "stdout")
265 text_widget.mark_set("insert", "1.0")
270 text_widget.insert("1.0", "MORE\nSTUFF\n", "stdout")
271 text_widget.mark_set("insert", "1.0")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h562 indexList.insert(nextItr, createEntry(&MI, newNumber)); in insertMachineInstrInMaps()
569 mi2iMap.insert(std::make_pair(&MI, newIndex)); in insertMachineInstrInMaps()
596 mi2iMap.insert(std::make_pair(&NewMI, replaceBaseIndex)); in replaceMachineInstrInMaps()
615 newItr = indexList.insert(endEntry->getIterator(), startEntry); in insertMBBInMaps()
623 "Can't insert a new block at the beginning of a function."); in insertMBBInMaps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DSampleProf.h473 S.insert(getGUID(Name)); in findInlinedFunctions()
482 S.insert(getGUID(TS.getKey())); in findInlinedFunctions()
650 Syms.insert(Name); in add()
653 Syms.insert(Name.copy(Allocator)); in add()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp25 // We aim to insert polls such that running code can quickly be brought to a
38 // This pass will insert:
285 if (Seen.insert(Succ).second) { in scanOneBB()
298 Seen.insert(Start->getParent()); in scanInlinedCode()
493 // actually insert parse points yet. That will be done for all polls and in runOnFunction()
514 // we'd have to recalculate this on every insert in runOnFunction()
540 // Split the backedge of the loop and insert the poll within that new in runOnFunction()
548 // and b) edges to distinct loop headers. We need to insert pools on in runOnFunction()
554 Headers.insert(Succ); in runOnFunction()
583 // not insert in runOnFunction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DProfile.cpp188 PathIDMap.insert({Node->ID, Node}); in internPath()
204 std::tie(It, std::ignore) = ThreadProfileIndex.insert( in mergeProfilesByThread()
213 std::tie(PathDataIt, Inserted) = It->second->insert({NewPathID, Data}); in mergeProfilesByThread()
246 std::tie(PathDataIt, Inserted) = PathData.insert({NewPathID, Data}); in mergeProfilesByStack()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp268 // The insert element which initialises a vector with the index iv. in isTailPredicate()
427 MaybeDead.insert(&I); in Cleanup()
445 MaybeDead.insert(OpI); in Cleanup()
448 Dead.insert(I); in Cleanup()
535 Predicates.insert(Predicate); in TryConvert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp164 ISELInstructions.insert(std::make_pair(MBB.getNumber(), thisBlockISELs)); in collectISELInstructions()
367 MF->insert(It, FalseBlock); in reorganizeBlockLayout()
372 MF->insert(It, TrueBlock); in reorganizeBlockLayout()
376 MF->insert(It, NewSuccessor); in reorganizeBlockLayout()
/third_party/skia/third_party/externals/tint/src/
H A Dclone_context.h205 for (auto insert : insert_before_it->second) { in Clone()
206 to.emplace_back(CheckedCast<T>(insert)); in Clone()
214 for (auto insert : insert_after_it->second) { in Clone()
215 to.emplace_back(CheckedCast<T>(insert)); in Clone()
522 /// A list of objects in #dst to insert before any others when the vector is
526 /// A list of objects in #dst to insert befor after any others when the
531 /// Clone(const std::vector<T*>& v) will use this to insert the map-value
536 /// Clone(const std::vector<T*>& v) will use this to insert the map-value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTinyPtrVector.h312 iterator insert(iterator I, const EltTy &Elt) { in insert() function
319 assert(!Val.isNull() && "Null value with non-end insert iterator."); in insert()
328 return Val.template get<VecTy*>()->insert(I, Elt); in insert()
332 iterator insert(iterator I, ItTy From, ItTy To) { in insert() function
352 return Val.template get<VecTy*>()->insert(begin() + Offset, From, To); in insert()

Completed in 25 milliseconds

1...<<31323334353637383940>>...140