Home
last modified time | relevance | path

Searched refs:insert (Results 3501 - 3525 of 5254) sorted by relevance

1...<<141142143144145146147148149150>>...211

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp343 meta_needing_name_fixup.insert(id); in set_name()
352 meta_needing_name_fixup.insert(id); in set_member_name()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.h1086 id_to_name_->insert({d->GetSingleWordInOperand(0), d.get()}); in AddDebug2Inst()
1145 id_to_name_->insert({debug_inst.GetSingleWordInOperand(0), &debug_inst}); in BuildIdToNameMap()
H A Dscalar_replacement_pass.cpp945 result->insert(t.begin(), t.end()); in GetUsedComponents()
966 result->insert(index_const->GetSignExtendedValue()); in GetUsedComponents()
H A Dupgrade_memory_model.cpp329 if (!visited->insert(inst->result_id()).second) { in TraceInstruction()
460 if (!visited.insert(def).second) continue; in CheckAllTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.h1086 id_to_name_->insert({d->GetSingleWordInOperand(0), d.get()}); in AddDebug2Inst()
1145 id_to_name_->insert({debug_inst.GetSingleWordInOperand(0), &debug_inst}); in BuildIdToNameMap()
H A Dscalar_replacement_pass.cpp945 result->insert(t.begin(), t.end()); in GetUsedComponents()
966 result->insert(index_const->GetSignExtendedValue()); in GetUsedComponents()
H A Dupgrade_memory_model.cpp329 if (!visited->insert(inst->result_id()).second) { in TraceInstruction()
460 if (!visited.insert(def).second) continue; in CheckAllTypes()
/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.cpp789 *fallbackFonts.insert(currentOrder++) = family; in mixin_vendor_fallback_font_families()
794 *fallbackFonts.insert(order) = family; in mixin_vendor_fallback_font_families()
/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.cc70 output.insert(output.end(), &data[r.start], &data[r.end]); in createDictionary()
230 ranges->insert(it, {start, end}); in addRange()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set.hh782 page_t *page_for (hb_codepoint_t g, bool insert = false) in page_for()
788 if (!insert) in page_for()
/third_party/python/Lib/
H A D_collections_abc.py1058 __getitem__, __setitem__, __delitem__, __len__, and insert().
1072 def insert(self, index, value): member in MutableSequence
1073 'S.insert(index, value) -- insert value before index'
1078 self.insert(len(self), value)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLint.cpp666 if (!Visited.insert(V).second) in findValueImpl()
673 // TODO: Look through vector insert/extract/shuffle. in findValueImpl()
680 if (!VisitedBlocks.insert(BB).second) in findValueImpl()
H A DLoopInfo.cpp552 ParallelAccessGroups.insert(AccGroup);
798 NearLoop = SubloopParents.insert({Subloop, &Unloop}).first->second;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp275 ShapeMap.insert({V, Shape}); in setShapeInfo()
335 // New entry, set the value and insert operands in propagateShapeForward()
688 Inst2ColumnMatrix.insert(std::make_pair(Inst, Matrix)); in finalizeLowering()
768 // Go through the elements of this row and insert it into the resulting in LowerTranspose()
772 // We insert at index Column since that is the row index after the in LowerTranspose()
H A DStructurizeCFG.cpp530 Visited.insert(RN->getEntry()); in collectInfos()
808 Visited.insert(Node->getEntry());
860 // insert a new dummy entry block.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp99 /// Check if unrolling created a situation where we need to insert phi nodes to
105 /// insert a phi-node, otherwise LCSSA will be broken.
586 LoopsToSimplify.insert(SubLoop); in UnrollLoop()
617 LoopsToSimplify.insert(NewLoops[OldLoop]); in UnrollLoop()
651 // we can insert the proper branches later. in UnrollLoop()
912 // precede a loop exit). In this case we might need to insert PHI nodes in in UnrollLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp192 FillData.insert(FillData.begin(), Size, 0); in ZeroFillBytes()
198 FillData.insert(FillData.begin(), (Size / 4) + 1, Data); in Fill()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DARMAttributeParser.cpp94 Attributes.insert(std::make_pair(Tag, Value)); in IntegerAttribute()
116 Attributes.insert(std::make_pair(Tag, Value)); in PrintAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp840 Visited.insert(SU); in canAddEdge()
858 if (!Visited.insert(SU).second) in linkSALUChain()
H A DSILowerI1Copies.cpp525 ConstrainRegs.insert(SrcReg);
596 PhiRegisters.insert(DstReg);
785 /// Return a point at the end of the given \p MBB to insert SALU instructions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp244 // If this is an value that has been promoted to wider types, insert an in LowerFormalArguments()
637 "Unexpected instr type to insert"); in EmitInstrWithCustomInserter()
648 // To "insert" a SELECT instruction, we actually have to insert the diamond in EmitInstrWithCustomInserter()
665 F->insert(I, Copy0MBB); in EmitInstrWithCustomInserter()
666 F->insert(I, Copy1MBB); in EmitInstrWithCustomInserter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp345 assert(TBB && "InsertBranch must not be told to insert a fallthrough"); in insertBranch()
390 report_fatal_error("Unable to insert indirect branch"); in insertIndirectBranch()
781 MBB.insert(MBB.end(), BuildMI(MF, DebugLoc(), get(RISCV::JALR)) in buildOutlinedFrame()
792 It = MBB.insert(It, in insertOutlinedCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp336 return Edges.insert(Reg).second; in insertEdge()
557 EnclosedEdges.insert(Reg); in buildClosure()
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h183 insert(c, cc); in appendBMP()
205 * previousCC() is normally only called from insert().
215 void insert(UChar32 c, uint8_t cc);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfo.h406 DenseBlockSet.insert(BB); in addBlockEntry()
472 DenseBlockSet.insert(BB); in LoopBase()

Completed in 47 milliseconds

1...<<141142143144145146147148149150>>...211