/third_party/node/deps/v8/src/heap/ |
H A D | object-stats.cc | 160 field_stats_cache_.insert(std::make_pair(map, stats)); in GetInobjectFieldStats() 509 virtual_objects_.insert(obj); in RecordVirtualObjectStats() 519 external_resources_.insert(resource); in RecordExternalResourceStats() 689 // Manually insert the feedback vector into the virtual object list, since in RecordVirtualFeedbackVectorDetails() 691 virtual_objects_.insert(vector); in RecordVirtualFeedbackVectorDetails()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | scheduler.c | 82 * insert read-after-write dependencies, even for value registers, as if 89 * we'd insert a write-after-read dependency between the add and load_reg, 116 * neither, to next max, to max, unless we decide to insert a move to keep it 126 * insert moves for every slot that was reserved. The reservation is actually 389 * slot, we can always safely insert a move if it turns out that there in gpir_get_slots_required() 432 bool ready = true, insert = false; in schedule_insert_ready_list() local 437 insert = true; in schedule_insert_ready_list() 445 insert |= ready; in schedule_insert_ready_list() 447 if (!insert || insert_node->sched.inserted) in schedule_insert_ready_list() 572 /* If one of these fields is non-zero, then we could insert th in _try_place_node() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ProgramPrelude.cpp | 74 mEmitted.insert(lineTag); in emitGuard() 3823 if (mHandled.insert(func).second) in visitOperator() 3868 if (mHandled.insert(&var).second) in visitVariable() 3876 if (mHandled.insert(&s).second) in visitStructure()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Caps.cpp | 77 caps.sampleCounts.insert(0); in GenerateMinimumTextureCaps() 83 caps.sampleCounts.insert(4); in GenerateMinimumTextureCaps() 94 void TextureCapsMap::insert(GLenum internalFormat, const TextureCaps &caps) in insert() function in gl::TextureCapsMap 132 capsMap->insert(internalFormat, in InitMinimumTextureCapsMap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 687 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value, in initializeFrameInfo() 726 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo() 838 if (!ConstantPoolSlots.insert(std::make_pair(YamlConstant.ID.Value, Index)) in initializeConstantPool() 859 if (!PFS.JumpTableSlots.insert(std::make_pair(Entry.ID.Value, Index)) in initializeJumpTableInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 380 StackObjectOperandMapping.insert( in convertStackObjects() 406 StackObjectOperandMapping.insert(std::make_pair( in convertStackObjects() 546 RegisterMaskIds.insert(std::make_pair(Mask, I++)); in initRegisterMaskIds() 561 auto RP = Seen.insert(Succ); in guessSuccessors()
|
H A D | MachineLICM.cpp | 448 StoredFIs.insert(FI); in ProcessMI() 895 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() 1356 MBB->insert(Pos, NewMIs[0]); in ExtractHoistableLoad() 1357 MBB->insert(Pos, NewMIs[1]); in ExtractHoistableLoad()
|
H A D | RegAllocFast.cpp | 145 UsedInInstr.insert(*Units); in markRegUsedInInstr() 326 // If this register is used by DBG_VALUE then insert new DBG_VALUE to in spill() 377 // lanes are actually dead, we cannot insert a kill flag here. in addKillFlag() 783 std::tie(LRI, New) = LiveVirtRegs.insert(LiveReg(VirtReg)); in defineVirtReg() 816 std::tie(LRI, New) = LiveVirtRegs.insert(LiveReg(VirtReg)); in reloadVirtReg() 898 if (ThroughRegs.insert(Reg).second) in handleThroughOperands()
|
H A D | TargetInstrInfo.cpp | 151 // If MBB isn't immediately before MBB, insert a branch to it. 416 MBB.insert(I, MI); in reMaterialize() 578 MBB->insert(MI, NewMI); in foldMemoryOperand() 644 NewMI = &*MBB.insert(MI, NewMI); in foldMemoryOperand() 830 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in reassociateOps()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DepthStencilFormatsTest.cpp | 702 expectedMin.insert(expectedMin.begin(), init, init + 16); in TEST_P() 703 expectedMax.insert(expectedMax.begin(), init, init + 16); in TEST_P() 721 expectedMin.insert(expectedMin.begin(), initMin, initMin + 16); in TEST_P() 722 expectedMax.insert(expectedMax.begin(), initMax, initMax + 16); in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 99 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelRecurrences() 117 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelConstants() 1148 source_recurrences.insert(source_recurrences.end(), in PartitionSubscripts() 1165 partitions[static_cast<size_t>(k)].insert(current_partition.begin(), in PartitionSubscripts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.cpp | 99 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelRecurrences() 117 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelConstants() 1148 source_recurrences.insert(source_recurrences.end(), in PartitionSubscripts() 1165 partitions[static_cast<size_t>(k)].insert(current_partition.begin(), in PartitionSubscripts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptAddrMode.cpp | 406 Deleted.insert(AddMI); in processAddUses() 662 Deleted.insert(UseMI); in changeAddAsl() 682 Deleted.insert(UseMI); in xformUseMI() 773 Deleted.insert(MI); in processBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 1178 Operands.insert(Operands.begin(), LanaiOperand::CreateToken("s", NameLoc)); in ParseInstruction() 1179 Operands.insert(Operands.begin() + 1, in ParseInstruction() 1191 Operands.insert(Operands.begin(), LanaiOperand::CreateToken("bt", NameLoc)); in ParseInstruction() 1214 Operands.insert(Operands.begin() + 1, in ParseInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 283 MF.insert(std::next(MachineFunction::iterator(&MBB)), &NewMBB); in splitBlock() 405 // EFLAGS and then doing SSA formation on all of them to insert necessary in runOnMachineFunction() 468 Visited.insert(BeginMBB); in runOnMachineFunction() 473 if (!Visited.insert(PredMBB).second) in runOnMachineFunction() 674 VisitedBlocks.insert(SuccMBB).second) { in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 448 // Make sure that we only insert non-overlapping intervals and combine in isOverwrite() 642 if (!Visited.insert(*PredI).second) 777 DeadStackObjects.insert(&I); in handleEndBlock() 782 DeadStackObjects.insert(&I); in handleEndBlock() 789 DeadStackObjects.insert(&AI); in handleEndBlock()
|
H A D | LoopFuse.cpp | 329 // we must create a new one and insert it into the FusionCandidateSet to 397 // iterators will simplify the logic. Similarly, having an efficient insert that 454 void removeLoop(const Loop *L) { RemovedLoops.insert(L); } in removeLoop() 618 CurrCandSet.insert(CurrCand); in collectFusionCandidates() 635 NewCandSet.insert(CurrCand); in collectFusionCandidates() 812 auto InsertPos = CandidateSet.insert(FusedCand); in fuseCandidates() 815 "Unable to insert TargetCandidate in CandidateSet!"); in fuseCandidates() 1182 // test if this is the case but simply insert intermediate phi nodes, we in performFusion() 1422 // test if this is the case but simply insert intermediate phi nodes, we in fuseGuardedLoops()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 282 visited->insert(BB); in verifyWalk() 369 at = BBNodeMap.insert(std::move(V)).first; in getBBNode() 429 children.insert( in addSubRegion() 672 BBtoRegion.insert({entry, region}); in createRegion()
|
/third_party/spirv-tools/source/opt/ |
H A D | instruction.cpp | 131 operands_.insert(operands_.end(), in_operands.begin(), in_operands.end()); in Instruction() 204 binary->insert(binary->end(), operand.words.begin(), operand.words.end()); in ToBinaryWithoutAttachedDebugInsts() 210 operands_.insert(operands_.begin(), new_operands.begin(), new_operands.end()); in ReplaceOperands() 1082 binary->insert(binary->end(), operands.begin(), operands.end()); in ToBinary()
|
H A D | loop_dependence.cpp | 97 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelRecurrences() 115 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelConstants() 1147 source_recurrences.insert(source_recurrences.end(), in PartitionSubscripts() 1164 partitions[static_cast<size_t>(k)].insert(current_partition.begin(), in PartitionSubscripts()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorVulkan.cpp | 247 insertSequence->insert(insertSequence->begin(), assignToY); in RotateAndFlipBuiltinVariable() 248 insertSequence->insert(insertSequence->begin(), assignment); in RotateAndFlipBuiltinVariable() 775 emulationSequence->insert(emulationSequence->begin(), nodes.begin(), nodes.end()); in AddBresenhamEmulationFS() 785 mainSequence->insert(mainSequence->begin(), ifEmulation); in AddBresenhamEmulationFS() 787 // If the shader does not use frag coord, we should insert it inside the emulation if. in AddBresenhamEmulationFS()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_central_manager_impl.cpp | 107 it->advData_.insert(it->advData_.end(), advData.begin(), advData.end()); in AppendAdvData() 359 pimpl->incompleteData_.insert(std::make_pair(advertisedAddress, data)); in ExtractIncompleteData() 361 iter->second.insert(iter->second.end(), data.begin(), data.end()); in ExtractIncompleteData() 368 iter->second.insert(iter->second.end(), data.begin(), data.end()); in ExtractIncompleteData() 374 iter->second.insert(iter->second.end(), data.begin(), data.end()); in ExtractIncompleteData() 1407 scannerIds_.insert(scannerId); in AllocScannerId()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memblock.c | 543 * memblock_insert_region - insert new memblock region 544 * @type: memblock type to insert into 592 bool insert = false; in memblock_add_range() local 616 * that there is enough empty regions in @type, and we can insert in memblock_add_range() 620 insert = true; in memblock_add_range() 624 * The following is executed twice. Once with %false @insert and in memblock_add_range() 641 * area, insert that portion. in memblock_add_range() 649 if (insert) { in memblock_add_range() 662 /* insert the remaining portion */ in memblock_add_range() 665 if (insert) { in memblock_add_range() [all...] |
/third_party/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 1056 map1.insert(make_pair(5, true)); in TEST() 1057 map1.insert(make_pair(5, false)); in TEST() 1068 set1.insert(1); in TEST() 1123 map1.insert(pair<const bool, int>(true, 0)); in TEST() 1124 map1.insert(pair<const bool, int>(true, 1)); in TEST() 1125 map1.insert(pair<const bool, int>(false, 2)); in TEST()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Normalizer2Impl.java | 182 insert(c, cc); in append() 201 insert(c, leadCC); // insert first code point in append() 309 * previousCC() is normally only called from insert(). 320 private void insert(int c, int cc) { in insert() method in Normalizer2Impl.ReorderingBuffer 322 // insert c at codePointLimit, after the character with prevCC<=cc in insert() 324 str.insert(codePointLimit, (char)c); in insert() 329 str.insert(codePointLimit, Character.toChars(c)); in insert() 2044 sb.insert(starter+1, UTF16.getTrailSurrogate(composite)); in recompose()
|