Home
last modified time | relevance | path

Searched refs:insert (Results 276 - 300 of 3302) sorted by relevance

1...<<11121314151617181920>>...133

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DDiscoverDependentFunctions.cpp48 mDepFunctions.insert(owner);
89 mDepFunctions.insert(owner);
116 mNonDepFunctions.insert(func);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DDeferGlobalInitializers.cpp99 deferredInitializersOut->insert(deferredInitializersOut->end(), initCode.begin(), in GetDeferredInitializers()
118 root->getSequence()->insert(root->getSequence()->begin(), initGlobalsFunctionPrototype); in InsertInitCallToMain()
128 mainBody->getSequence()->insert(mainBody->getSequence()->begin(), initGlobalsCall); in InsertInitCallToMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp47 uint32_t DebugStringTableSubsection::insert(StringRef S) { in insert() function in DebugStringTableSubsection
48 auto P = StringToId.insert({S, StringSize}); in insert()
51 // the string table size and insert it into the reverse lookup. in insert()
53 IdToString.insert({P.first->getValue(), P.first->getKey()}); in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp36 ParsedCUOffsets.insert(CUOffset); in extract()
55 if (ParsedCUOffsets.insert(CUOffset).second) { in generate()
101 ValidCUs.insert(E.CUOffset); in construct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp68 Libcalls.insert(TLI.getName(F)); in initializeLibCalls()
77 if (Lowering && TLSet.insert(Lowering).second) in initializeLibCalls()
84 Libcalls.insert(Name); in initializeLibCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSection.cpp80 SubsectionFragmentMap.insert(MI, std::make_pair(Subsection, F)); in getSubsectionInsertionPoint()
81 getFragmentList().insert(IP, F); in getSubsectionInsertionPoint()
117 getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dpropagator.h235 void DontSimulateAgain(Instruction* instr) { do_not_simulate_.insert(instr); } in DontSimulateAgain()
244 simulated_blocks_.insert(block); in MarkBlockSimulated()
250 return executable_edges_.insert(edge).second; in MarkEdgeExecutable()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dremove_selection_reduction_opportunity_finder.cpp44 merge_and_continue_blocks_from_loops.insert(merge_block_id); in GetAvailableOpportunities()
45 merge_and_continue_blocks_from_loops.insert(continue_block_id); in GetAvailableOpportunities()
101 seen_successors.insert(successor); in CanOpSelectionMergeBeRemoved()
H A Dremove_unused_struct_member_reduction_opportunity_finder.cpp54 unused_members.insert(i); in GetAvailableOpportunities()
73 unused_member_to_structs.insert( in GetAvailableOpportunities()
76 unused_member_to_structs.at(member).insert(&type_or_value); in GetAvailableOpportunities()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dpropagator.h235 void DontSimulateAgain(Instruction* instr) { do_not_simulate_.insert(instr); } in DontSimulateAgain()
244 simulated_blocks_.insert(block); in MarkBlockSimulated()
250 return executable_edges_.insert(edge).second; in MarkEdgeExecutable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dremove_selection_reduction_opportunity_finder.cpp44 merge_and_continue_blocks_from_loops.insert(merge_block_id); in GetAvailableOpportunities()
45 merge_and_continue_blocks_from_loops.insert(continue_block_id); in GetAvailableOpportunities()
101 seen_successors.insert(successor); in CanOpSelectionMergeBeRemoved()
H A Dremove_unused_struct_member_reduction_opportunity_finder.cpp54 unused_members.insert(i); in GetAvailableOpportunities()
73 unused_member_to_structs.insert( in GetAvailableOpportunities()
76 unused_member_to_structs.at(member).insert(&type_or_value); in GetAvailableOpportunities()
/third_party/python/Lib/idlelib/
H A Dautoexpand.py29 curinsert = self.text.index("insert")
30 curline = self.text.get("insert linestart", "insert lineend")
35 words, index, insert, line = self.state
36 if insert != curinsert or line != curline:
43 self.text.delete("insert - %d chars" % len(word), "insert")
48 self.text.insert("insert", newword)
49 curinsert = self.text.index("insert")
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h42 /// we need to insert gap before parameter start address. It allows to
217 if (!CPEClones.insert(std::make_pair(CPCloneIdx, CPIdx)).second) in recordCPEClone()
233 It = CoalescedWeights.insert(std::make_pair(MBB, 0)).first; in getCoalescedWeight()
242 PromotedGlobals.insert(GV); in markGlobalAsPromotedToConstantPool()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dunordered_set_lookup_test.h40 m.insert(values.begin(), values.end()); in TYPED_TEST_P()
53 m.insert(values.begin(), values.end()); in TYPED_TEST_P()
77 m.insert(values.begin(), values.end()); in TYPED_TEST_P()
/third_party/spirv-tools/source/opt/
H A Dpropagator.h235 void DontSimulateAgain(Instruction* instr) { do_not_simulate_.insert(instr); } in DontSimulateAgain()
244 simulated_blocks_.insert(block); in MarkBlockSimulated()
250 return executable_edges_.insert(edge).second; in MarkEdgeExecutable()
/third_party/spirv-tools/source/reduce/
H A Dremove_selection_reduction_opportunity_finder.cpp44 merge_and_continue_blocks_from_loops.insert(merge_block_id); in GetAvailableOpportunities()
45 merge_and_continue_blocks_from_loops.insert(continue_block_id); in GetAvailableOpportunities()
101 seen_successors.insert(successor); in CanOpSelectionMergeBeRemoved()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fLightAmountTest.cpp161 params.insert(pair<string, string>("NUM_DIR_LIGHTS", de::toString(m_numDirectionalLights))); in iterate()
162 params.insert(pair<string, string>("NUM_OMNI_LIGHTS", de::toString(m_numOmniLights))); in iterate()
163 params.insert(pair<string, string>("NUM_SPOT_LIGHTS", de::toString(m_numSpotLights))); in iterate()
/third_party/rust/crates/env_logger/ci/src/
H A Dpermute.rs13 permutations.insert(input.iter().cloned().collect()); in all()
24 permutations.insert(pt); in all()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dangle_deqp_test_merge.py14 sys.path.insert(0, os.path.join(ANGLE_SRC_DIR, 'testing', 'merge_scripts'))
16 sys.path.insert(0, os.path.join(CHROMIUM_SRC_DIR, 'testing', 'merge_scripts'))
/third_party/skia/third_party/externals/angle2/src/tests/skia_gold/
H A Dangle_skia_gold_properties.py14 sys.path.insert(0, os.path.join(ANGLE_SRC_DIR, 'build'))
16 sys.path.insert(0, os.path.join(CHROMIUM_SRC_DIR, 'build'))
H A Dangle_skia_gold_session.py12 sys.path.insert(0, os.path.join(ANGLE_SRC_DIR, 'build'))
14 sys.path.insert(0, os.path.join(CHROMIUM_SRC_DIR, 'build'))
H A Dangle_skia_gold_session_manager.py12 sys.path.insert(0, os.path.join(ANGLE_SRC_DIR, 'build'))
14 sys.path.insert(0, os.path.join(CHROMIUM_SRC_DIR, 'build'))
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgNameAllocator.cpp45 str.insert(str.begin(), (char)('a' + ((name-1)%alphabetLen))); in nameNdxToStr()
49 str.insert(str.begin(), (char)('a' + (name%(alphabetLen+1)) - 1)); in nameNdxToStr()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DScientificNotation.java273 i += output.insert(i, symbols.getExponentSeparator(), NumberFormat.Field.EXPONENT_SYMBOL); in doApply()
275 i += output.insert(i, symbols.getMinusSignString(), NumberFormat.Field.EXPONENT_SIGN); in doApply()
277 i += output.insert(i, symbols.getPlusSignString(), NumberFormat.Field.EXPONENT_SIGN); in doApply()
284 i += output.insert(i - j, digitString, NumberFormat.Field.EXPONENT); in doApply()

Completed in 15 milliseconds

1...<<11121314151617181920>>...133