Home
last modified time | relevance | path

Searched refs:insert (Results 501 - 525 of 3342) sorted by relevance

1...<<21222324252627282930>>...134

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFSection.cpp122 Unique = LocalSymbols.insert(std::make_pair(Name, NewSymbol)).second; in createDefinedSym()
124 Unique = GlobalSymbols.insert(std::make_pair(Name, NewSymbol)).second; in createDefinedSym()
135 bool Unique = GlobalSymbols.insert(std::make_pair(Name, NewSymbol)).second; in noteUndefinedSym()
192 StringToIndexMap.insert(std::make_pair(Str, UnknownIndex)); in add()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSpecialCaseList.cpp29 bool SpecialCaseList::Matcher::insert(std::string Regexp, in insert() function in llvm::SpecialCaseList::Matcher
41 Trigrams.insert(Regexp); in insert()
182 if (!M->insert(Section, LineNo, REError)) { in parse()
193 if (!Entry.insert(std::move(Regexp), LineNo, REError)) { in parse()
/third_party/skia/third_party/externals/tint/src/transform/
H A Drobustness_test.cc1001 cfg.omitted_classes.insert(Robustness::StorageClass::kStorage); in TEST_F()
1068 cfg.omitted_classes.insert(Robustness::StorageClass::kUniform); in TEST_F()
1135 cfg.omitted_classes.insert(Robustness::StorageClass::kStorage); in TEST_F()
1136 cfg.omitted_classes.insert(Robustness::StorageClass::kUniform); in TEST_F()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtrivial.rs147 field_of.insert(&strct.name.rust); in fmt()
150 argument_of.insert(&efn.name.rust); in fmt()
153 return_of.insert(&efn.name.rust); in fmt()
165 unpinned_mut.insert(&efn.name.rust); in fmt()
/third_party/spirv-tools/source/opt/
H A Dcode_sink.cpp84 bbs_with_uses.insert(use_bb->id()); in FindNewBasicBlockFor()
87 bbs_with_uses.insert(use->GetSingleWordOperand(idx + 1)); in FindNewBasicBlockFor()
299 already_done.insert(start); in IntersectsPath()
314 if (already_done.insert(*succ_bb_id).second) { in IntersectsPath()
/third_party/spirv-tools/source/
H A Dtext_handler.cpp238 pInst->words.insert(pInst->words.end(), value); in binaryEncodeU32()
361 value_types_.insert(std::make_pair(value, type)); in recordTypeIdForValue()
371 import_id_to_ext_inst_type_.insert(std::make_pair(id, type)); in recordIdAsExtInstImport()
389 if (spvtools::utils::ParseNumber(kv.first.c_str(), &id)) ids.insert(id); in GetNumericIds()
/third_party/gn/src/base/containers/
H A Dflat_tree.h216 // instead of calling insert() repeatedly.
218 std::pair<iterator, bool> insert(const value_type& val);
219 std::pair<iterator, bool> insert(value_type&& val);
221 iterator insert(const_iterator position_hint, const value_type& x);
222 iterator insert(const_iterator position_hint, value_type&& x);
228 void insert(InputIterator first,
339 // present, construct value_type from |args| and insert it. Returns an
386 // This method is inspired by both std::map::insert(P&&) and
425 // This method is similar to insert, with the following differences:
685 auto flat_tree<Key, Value, GetKeyFromValue, KeyCompare>::insert(
715 void flat_tree<Key, Value, GetKeyFromValue, KeyCompare>::insert( insert() function in base::internal::flat_tree
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_cfg.cpp134 observed_predecessors.insert(inc_id); in ValidatePhi()
475 if (!visited.insert(block).second) continue; in FindCaseFallThrough()
526 if (target != merge->id()) case_targets.insert(target); in StructuredSwitchChecks()
568 num_fall_through_targeted.insert( in StructuredSwitchChecks()
574 seen_to_fall_through.insert(std::make_pair(target, case_fall_through)); in StructuredSwitchChecks()
644 seen.insert(merge->GetOperandAs<uint32_t>(0)); in ValidateStructuredSelections()
646 seen.insert(merge->GetOperandAs<uint32_t>(0)); in ValidateStructuredSelections()
647 seen.insert(merge->GetOperandAs<uint32_t>(1)); in ValidateStructuredSelections()
662 const bool true_label_unseen = seen.insert(true_label).second; in ValidateStructuredSelections()
663 const bool false_label_unseen = seen.insert(false_labe in ValidateStructuredSelections()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp134 observed_predecessors.insert(inc_id); in ValidatePhi()
475 if (!visited.insert(block).second) continue; in FindCaseFallThrough()
526 if (target != merge->id()) case_targets.insert(target); in StructuredSwitchChecks()
568 num_fall_through_targeted.insert( in StructuredSwitchChecks()
574 seen_to_fall_through.insert(std::make_pair(target, case_fall_through)); in StructuredSwitchChecks()
644 seen.insert(merge->GetOperandAs<uint32_t>(0)); in ValidateStructuredSelections()
646 seen.insert(merge->GetOperandAs<uint32_t>(0)); in ValidateStructuredSelections()
647 seen.insert(merge->GetOperandAs<uint32_t>(1)); in ValidateStructuredSelections()
662 const bool true_label_unseen = seen.insert(true_label).second; in ValidateStructuredSelections()
663 const bool false_label_unseen = seen.insert(false_labe in ValidateStructuredSelections()
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dmakepng.c168 /* This structure is used for inserting extra chunks (the --insert argument, not
174 void (*insert)(png_structp, png_infop, int, png_charpp); member
771 volatile png_fixed_point gamma, chunk_insert * volatile insert, in write_png()
934 while (insert != NULL) in write_png()
936 insert->insert(png_ptr, info_ptr, insert->nparams, insert->parameters); in write_png()
937 insert = insert in write_png()
770 write_png(const char **name, FILE *fp, int color_type, int bit_depth, volatile png_fixed_point gamma, chunk_insert * volatile insert, unsigned int filters, unsigned int *colors, int small, int tRNS) write_png() argument
1458 make_insert(png_const_charp what, void (*insert)(png_structp, png_infop, int, png_charpp), int nparams, png_charpp list) make_insert() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandEncoder.cpp495 mUsedQuerySets.insert(querySet); in TrackUsedQuerySet()
675 mTopLevelBuffers.insert(source); in APICopyBufferToBuffer()
676 mTopLevelBuffers.insert(destination); in APICopyBufferToBuffer()
726 mTopLevelBuffers.insert(source->buffer); in APICopyBufferToTexture()
727 mTopLevelTextures.insert(destination->texture); in APICopyBufferToTexture()
785 mTopLevelTextures.insert(source->texture); in APICopyTextureToBuffer()
786 mTopLevelBuffers.insert(destination->buffer); in APICopyTextureToBuffer()
859 mTopLevelTextures.insert(source->texture); in APICopyTextureToTextureHelper()
860 mTopLevelTextures.insert(destination->texture); in APICopyTextureToTextureHelper()
915 mTopLevelBuffers.insert(buffe in APIClearBuffer()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp112 // insert new blocks after the current block in expandAtomicCmpSwapSubword()
119 MF->insert(It, loop1MBB); in expandAtomicCmpSwapSubword()
120 MF->insert(It, loop2MBB); in expandAtomicCmpSwapSubword()
121 MF->insert(It, sinkMBB); in expandAtomicCmpSwapSubword()
122 MF->insert(It, exitMBB); in expandAtomicCmpSwapSubword()
249 // insert new blocks after the current block in expandAtomicCmpSwap()
255 MF->insert(It, loop1MBB); in expandAtomicCmpSwap()
256 MF->insert(It, loop2MBB); in expandAtomicCmpSwap()
257 MF->insert(It, exitMBB); in expandAtomicCmpSwap()
425 MF->insert(I in expandAtomicBinOpSubword()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap.h317 insert(other.begin(), other.end()); in Map()
342 insert(first, last); in Map()
360 // container. This ensures O(lg n) bounds on find, insert, and erase, while
618 std::pair<iterator, bool> insert(const Key& k) { in insert() function in google::protobuf::Map::InnerMap
623 // Case 2: insert. in insert()
643 value_type& operator[](const Key& k) { return *insert(k).first; } in operator []()
748 // Returns whether we should insert after the head of the list. For
749 // non-optimized builds, we randomly decide whether to insert right at the
783 static_cast<Tree*>(table_[b])->insert({node->kv.first, node}).first, in InsertUniqueInTree()
917 tree->insert({nod in CopyListToTree()
1179 std::pair<iterator, bool> insert(const value_type& value) { insert() function in google::protobuf::Map
1188 void insert(InputIt first, InputIt last) { insert() function in google::protobuf::Map
1196 void insert(std::initializer_list<value_type> values) { insert() function in google::protobuf::Map
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp133 observed_predecessors.insert(inc_id); in ValidatePhi()
481 if (!visited.insert(block).second) continue; in FindCaseFallThrough()
532 if (target != merge->id()) case_targets.insert(target); in StructuredSwitchChecks()
575 num_fall_through_targeted.insert( in StructuredSwitchChecks()
581 seen_to_fall_through.insert(std::make_pair(target, case_fall_through)); in StructuredSwitchChecks()
651 seen.insert(merge->GetOperandAs<uint32_t>(0)); in ValidateStructuredSelections()
653 seen.insert(merge->GetOperandAs<uint32_t>(0)); in ValidateStructuredSelections()
654 seen.insert(merge->GetOperandAs<uint32_t>(1)); in ValidateStructuredSelections()
669 const bool true_label_unseen = seen.insert(true_label).second; in ValidateStructuredSelections()
670 const bool false_label_unseen = seen.insert(false_labe in ValidateStructuredSelections()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp102 if (!Visited.insert(Curr).second) in isBlockValidForExtraction()
208 if (!Result.insert(BB)) in buildExtractionBlockSet()
337 SideEffectingBlocks.insert(&BB); in findSideEffectInfoForBlock()
340 BaseMemAddrs[&BB].insert(Base); in findSideEffectInfoForBlock()
348 SideEffectingBlocks.insert(&BB); in findSideEffectInfoForBlock()
353 SideEffectingBlocks.insert(&BB); in findSideEffectInfoForBlock()
434 Blocks.insert(CommonExitBlock); in findOrCreateBlockForHoisting()
499 SinkCands.insert(LMI.LifeStart); in findAllocas()
503 HoistCands.insert(LMI.LifeEnd); in findAllocas()
525 SinkCands.insert(A in findAllocas()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp50 static cl::opt<unsigned> VRegIndexCutoff("insert-vreg-cutoff", cl::init(~0U),
51 cl::Hidden, cl::ZeroOrMore, cl::desc("Vreg# cutoff for insert generation."));
54 static cl::opt<unsigned> VRegDistCutoff("insert-dist-cutoff", cl::init(30U),
55 cl::Hidden, cl::ZeroOrMore, cl::desc("Vreg distance cutoff for insert "
59 static cl::opt<unsigned> MaxORLSize("insert-max-orl", cl::init(4096),
61 static cl::opt<unsigned> MaxIFMSize("insert-max-ifmap", cl::init(1024),
64 static cl::opt<bool> OptTiming("insert-timing", cl::init(false), cl::Hidden,
65 cl::ZeroOrMore, cl::desc("Enable timing of insert generation"));
66 static cl::opt<bool> OptTimingDetail("insert-timing-detail", cl::init(false),
67 cl::Hidden, cl::ZeroOrMore, cl::desc("Enable detailed timing of insert "
117 RegisterSet &insert(unsigned R) { insert() function
129 RegisterSet &insert(const RegisterSet &Rs) { insert() function
[all...]
H A DRDFGraph.cpp555 // If the first member of the block is a statement, insert the phi as in addPhi()
755 LR.insert(RegisterRef(R));
757 LR.insert(RegisterRef(R));
875 BlockNodes.insert(std::make_pair(&B, BA)); in build()
891 AllRefs.insert(RA.Addr->getRegRef(*this)); in build()
898 LiveIns.insert(RegisterRef(P.first)); in build()
901 LiveIns.insert(RegisterRef(I.PhysReg, I.LaneMask)); in build()
1059 Defined.insert(RR.Reg); in pushClobbers()
1068 Visited.insert(T.Id); in pushClobbers()
1104 if (!Defined.insert(R in pushDefs()
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_configdialog.py917 d.bindingslist.insert(0, 'copy')
918 d.bindingslist.insert(1, 'z-in')
963 d.bindingslist.insert(0, 'copy - <Control-Shift-Key-C>')
1034 b.insert(0, 'copy')
1035 b.insert(1, 'find')
1090 b.insert(0, '<<find>>')
1091 b.insert(1, '<<help>>')
1225 d.win_height_int.insert(0, '11')
1229 d.win_width_int.insert(0, '11')
1244 self.page.auto_wait_int.insert(
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp119 affinities[found_first].insert(affinities[found_first].end(), in add_affinity()
133 bool inserted = interferences[first].second.insert(second).second; in add_interference()
135 interferences[second].second.insert(first); in add_interference()
224 phi_defs.insert(instr->definitions[0].getTemp()).second) { in next_uses_per_block()
232 auto insert_result = ctx.next_use_distances_end[pred_idx].insert( in next_uses_per_block()
256 auto insert_result = ctx.next_use_distances_end[pred_idx].insert( in next_uses_per_block()
376 ctx.unused_remats.insert(instr.get()); in get_rematerialize_info()
611 ctx.spills_entry[block_idx].insert(pair); in init_live_in_vars()
624 ctx.spills_entry[block_idx].insert(pair); in init_live_in_vars()
636 ctx.spills_entry[block_idx].insert(pai in init_live_in_vars()
[all...]
/third_party/astc-encoder/Utils/
H A Dastc_quant_generator.cpp289 set.insert(T); in generate_unpacked_quant()
314 set.insert(T); in generate_unpacked_quant()
340 set.insert(T); in generate_unpacked_quant()
/third_party/node/lib/
H A Dtimers.js54 insert,
100 // Compliment truncation during insert().
112 // If active is called later, then we want to make sure not to insert again
166 insert(timeout, timeout._idleTimeout);
236 insert(timeout, timeout._idleTimeout);
/third_party/node/src/tracing/
H A Dnode_trace_writer.cc65 const std::string& insert) { in replace_substring()
68 target->replace(pos, search.size(), insert); in replace_substring()
69 pos += insert.size(); in replace_substring()
63 replace_substring(std::string* target, const std::string& search, const std::string& insert) replace_substring() argument
/third_party/node/deps/v8/src/ast/
H A Dmodules.h201 regular_exports_.insert(std::make_pair(entry->local_name, entry)); in AddRegularExport()
215 regular_imports_.insert(std::make_pair(entry->local_name, entry)); in AddRegularImport()
272 .insert(zone->New<AstModuleRequest>( in AddModuleRequest()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_texture_array_dpb_manager.cpp157 m_D3D12DPB.pResources.insert(m_D3D12DPB.pResources.begin() + dpbPosition, pReconPicture.pReconstructedPicture);
158 m_D3D12DPB.pSubresources.insert(m_D3D12DPB.pSubresources.begin() + dpbPosition,
160 m_D3D12DPB.pHeaps.insert(m_D3D12DPB.pHeaps.begin() + dpbPosition, pReconPicture.pVideoHeap);
/third_party/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp171 next = heap_holes.insert(next, x); in dealloc()
182 heap_holes.insert(next, x); in dealloc()
196 heap_holes.insert(next, x); in dealloc()

Completed in 27 milliseconds

1...<<21222324252627282930>>...134