/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 391 // scope then create and insert DIEs for these variables. 461 FinalChildren.insert(FinalChildren.end(), in constructScopeDIE() 747 DbgVar.insert({Var->getVariable(), Var}); in sortLocalVars() 768 Visited.insert(Var); in sortLocalVars() 774 auto Res = Visiting.insert(Var); in sortLocalVars() 1157 GlobalNames.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalNameForTypeUnit() 1178 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType()
|
H A D | CodeViewDebug.cpp | 241 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile() 268 auto SiteInsertion = CurFn->InlineSites.insert({InlinedAt, InlineSite()}); in getInlineSite() 282 InlinedSubprograms.insert(Inlinee); in getInlineSite() 465 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() 937 if (ComdatDebugSections.insert(DebugSec).second) in switchToDebugSectionForSymbol() 1155 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable() 1333 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() 2555 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex() 2805 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()}); in collectLexicalBlockInfo() 3012 auto Insertion = ScopeGlobals.insert( in collectGlobalVariableInfo() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | BranchFolding.cpp | 372 // Move backward to the place where will insert the jump. in replaceTailWithBranchTo() 410 CurMBB.getParent()->insert(++MBBI, NewMBB); in SplitMBBAt() 1062 TriedMerging.insert(MergePotentials[i].getBlock()); in TailMergeBlocks() 1124 if (!UniquePreds.insert(PBB).second) in TailMergeBlocks() 1173 TriedMerging.insert(MergePotentials[i].getBlock()); in TailMergeBlocks() 1824 Set.insert(*AI); in addRegAndItsAliases() 1826 Set.insert(Reg); in addRegAndItsAliases() 1901 // Be conservative, don't insert instruction above something that may have in findHoistingInsertPosAndDeps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 417 auto Pair = SectionFunctions.insert(std::make_pair(&Sec, &S)); in executePostLayoutBinding() 609 DataBytes.insert(DataBytes.end(), Fill->getValueSize() * NumValues, in addData() 613 DataBytes.insert(DataBytes.end(), Contents.begin(), Contents.end()); in addData() 617 DataBytes.insert(DataBytes.end(), Contents.begin(), Contents.end()); in addData() 1055 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerFunctionType() 1076 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerEventType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 360 if (!Seen.insert(Index).second) in parseNameSection() 619 !SymbolNames.insert(Info.Name).second) in parseLinkingSectionSymtab() 637 if (Name.empty() || !ComdatSet.insert(Name).second) in parseLinkingSectionComdat() 684 if (!FieldsSeen.insert(FieldName).second) in parseProducersSection() 706 if (!ProducersSeen.insert(Name).second) { in parseProducersSection() 736 if (!FeaturesSeen.insert(Feature.Name).second) in parseTargetFeaturesSection()
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 19 L, I, D = "literal", "insert©", "distance" 1015 """Intern code for insert counts 1025 """The insert and copy code 1061 #determine insert and copy upper bits from table 1095 insert = i.value(ie) 1097 return insert, copy, d0 1100 insert, copy, d0 = self.value(index, extra) 1101 if d0: return 'Literal: {}, copy: {}, same distance'.format(insert, copy) 1102 else: return 'Literal: {}, copy: {}'.format(insert, copy) 1777 mtf.insert( [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 126 std::tie(CacheIt, Inserted) = IsCapturedCache->insert({V, false}); in isNonEscapingLocalObject() 663 if (!Visited.insert(V).second) { in pointsToConstantMemory() 1590 VisitedPhiBBs.insert(PN->getParent()); in aliasPHI() 1632 AAQI.AliasCache.insert(std::make_pair(Locs, OrigAliasResult)); in aliasPHI() 1692 if (UniqueSrc.insert(PV1).second) in aliasPHI() 1848 auto ItInsPair = AAQI.AliasCache.insert(std::make_pair(Locs, Result)); in aliasCheck()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 71 return Map.insert({Name, Ndx}).second; in addName() 241 DocSections.insert(Sec->Name); in ELFState() 245 Doc.Chunks.insert( in ELFState() 253 ImplicitSections.insert(ImplicitSections.end(), {".strtab", ".shstrtab"}); in ELFState() 256 ImplicitSections.insert(ImplicitSections.end(), {".dynsym", ".dynstr"}); in ELFState() 1340 if (!Seen.insert(C->Name).second) in buildSectionIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 177 /// Or when we run into a Value, and then insert a Key token (and possibly 725 EscapedInput.insert(EscapedInput.end(), Val.begin(), Val.end()); in escape() 1037 TokenQueue.insert(InsertPoint, T); in rollIndent() 1223 // If the previous token could have been a simple key, insert the key token in scanValue() 1239 i = TokenQueue.insert(i, T); in scanValue() 1906 Storage.insert(Storage.end(), Valid.begin(), Valid.end()); in getValue() 1910 Storage.insert(Storage.end(), UnquotedValue.begin(), UnquotedValue.end()); in getValue() 1929 Storage.insert(Storage.end(), Valid.begin(), Valid.end()); in unescapeDoubleQuoted() 2061 Storage.insert(Storage.end(), UnquotedValue.begin(), UnquotedValue.end()); in unescapeDoubleQuoted()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 203 /// or a register), the function will attempt to insert computation of it 450 IndMap.insert(std::make_pair(UpdReg, std::make_pair(IndReg, V))); in findInductionRegister() 821 // iteration count may not be available. If it is not, insert in computeCount() 1378 LoopFeederPhi.insert(std::make_pair(MO->getReg(), Def)); in isLoopFeeder() 1649 IndRegs.insert(std::make_pair(UpdReg, std::make_pair(IndReg, V))); in fixupInductionVariable() 1728 CmpRegs.insert(MO.getReg()); in fixupInductionVariable() 1891 MF->insert(Header->getIterator(), NewPH); in createPreheaderForLoop() 1905 NewPH->insert(NewPH->end(), NewPN); in createPreheaderForLoop() 1959 // If any of the predecessors falls through to the header, insert a branch in createPreheaderForLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 412 // We can't insert into a catchswitch. in runOnLoop() 452 PointerMustAliases.insert(ASI.getValue()); in runOnLoop() 614 TrueDestSucc.insert(succ_begin(TrueDest), succ_end(TrueDest)); in registerPossiblyHoistableBranch() 615 FalseDestSucc.insert(succ_begin(FalseDest), succ_end(FalseDest)); in registerPossiblyHoistableBranch() 658 PredecessorBlocks.insert(PredBB); in canHoistPHI() 1399 ExitBlock.getInstList().insert(ExitBlock.getFirstInsertionPt(), New); in CloneInstructionInExitBlock() 1619 VisitedUsers.insert(PN); in sink() 1909 // case, we can't insert the required load in the preheader. in promoteLoopAccessesToScalars() 1910 // p2) The memory model does not allow us to insert a store along any dynamic in promoteLoopAccessesToScalars() 1925 // requirement does not apply, and stores are safe to insert in promoteLoopAccessesToScalars() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 312 valdefs.insert(valdefs.end(), vals.begin(), vals.end()); in add() 445 phis.insert(std::make_pair(std::make_pair(phi, pb), phi->getSrc(j))); in splitEdges() 464 phis.insert(std::make_pair(std::make_pair(phi, pn), it->second)); in splitEdges() 497 // insert MOVs (phi->src(j) should stem from j-th in-BB) in visit() 944 livei.insert(lval->livei); in init() 1264 list.insert(it, node); in insertOrderedTail() 1543 RIG.insert(&nodes[i]); in allocateRegisters() 1682 bgn->occup.insert(livei); in assignSlot() 1697 slots.insert(pos, slot)->occup.insert(live in assignSlot() [all...] |
/third_party/json/tests/src/ |
H A D | unit-bjdata.cpp | 1376 // reverse order of commands, because we insert at begin() 1377 expected.insert(expected.begin(), static_cast<uint8_t>((N >> 8) & 0xff)); 1378 expected.insert(expected.begin(), static_cast<uint8_t>(N & 0xff)); 1379 expected.insert(expected.begin(), 'I'); 1380 expected.insert(expected.begin(), 'S'); 1410 // reverse order of commands, because we insert at begin() 1411 expected.insert(expected.begin(), static_cast<uint8_t>((N >> 8) & 0xff)); 1412 expected.insert(expected.begin(), static_cast<uint8_t>(N & 0xff)); 1413 expected.insert(expected.begin(), 'u'); 1414 expected.insert(expecte [all...] |
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 101 mLayers.insert(layer.get()); in CreateLayer()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 101 mLayers.insert(layer.get()); in CreateLayer()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 100 mLayers.insert(layer.get()); in CreateLayer()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 100 mLayers.insert(layer.get()); in CreateLayer()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 101 mLayers.insert(layer.get());
in CreateLayer()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/ |
H A D | listener.py | 169 results_of_same_suite.insert(0, cur_test)
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | pull_service_gcda.py | 27 sys.path.insert(0, sys.localcoverage_path)
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | dump_handler.cpp | 145 cache.visibleWidgetHies_.insert(hie); in DumpWindowInfoToJson()
|
/test/testfwk/arkxtest/uitest/cj/ |
H A D | ui_event_observer_impl.cpp | 61 g_callbacks.insert({key, sp}); in PreprocessCallOnce()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstoreUpdateJsunit.test.js | 64 let insertPromise = rdbStore.insert("test", valueBucket)
|
/third_party/gn/src/gn/ |
H A D | binary_target_generator.cc | 235 target_->allow_circular_includes_from().insert(cur); in FillAllowCircularIncludesFrom()
|
H A D | command_check.cc | 221 targets_to_check.insert(targets_to_check.begin(), target_matches.begin(), in RunCheck()
|