Home
last modified time | relevance | path

Searched refs:insert (Results 1726 - 1750 of 3271) sorted by relevance

1...<<61626364656667686970>>...131

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp494 PathA.insert(TA.getNode()); in getLeastCommonType()
503 PathB.insert(TB.getNode()); in getLeastCommonType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp174 F.getBasicBlockList().insert(++FBBI, NewBB); in SplitCriticalEdge()
370 Targets.insert(IBI->getSuccessor(Succ)); in SplitIndirectBrCriticalEdges()
H A DBypassSlowDivision.cpp163 // If previous instance does not exist, try to insert fast div. in getReplacement()
168 CacheI = Cache.insert({Key, *OptResult}).first; in getReplacement()
218 Visited.insert(I); in isHashLikeValue()
H A DLCSSA.cpp76 /// that are outside the current loop. If so, insert LCSSA PHI nodes and
256 PHIsToRemove.insert(PN); in formLCSSAForInstructions()
316 if (BlocksDominatingExits.insert(IDomBB)) in computeBlocksDominatingExits()
H A DLoopRotationUtils.cpp82 bool Inserted = VM.insert({K, V}).second; in InsertNewValueIntoMap()
88 /// these instruction that were outside of the loop, we have to insert PHI nodes
327 DbgIntrinsics.insert(makeHash(DII)); in rotateLoop()
H A DModuleUtils.cpp80 if (InitAsSet.insert(C).second) in appendToUsedList()
89 if (InitAsSet.insert(C).second) in appendToUsedList()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceDefs.h200 Dtors.insert(Dtors.end(), Other->Dtors.begin(), Other->Dtors.end()); in merge()
203 Globals.insert(Globals.end(), Other->Globals.begin(), Other->Globals.end()); in merge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.cpp59 DefinedMacros.insert(MacroName); in TGLexer()
386 Dependencies.insert(IncludedFile); in LexInclude()
784 if (!DefinedMacros.insert(MacroName).second) in lexPreprocessor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp252 Chains.insert(Rd); in addInterChainConstraint()
257 Chains.insert(Rd); in addInterChainConstraint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp345 OutArgIndexes.insert(OutArg->getArgNo()); in runOnFunction()
366 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
H A DSIInsertSkips.cpp41 #define DEBUG_TYPE "si-insert-skips"
78 return "SI insert s_cbranch_execz instructions";
91 "SI insert s_cbranch_execz instructions", false, false)
314 MF->insert(MBBI, SkipBB); in insertSkipBlock()
516 MF.insert(MF.end(), EmptyMBBAtEnd); in runOnMachineFunction()
H A DSIMachineScheduler.h474 InRegs.insert(RegMaskPair.RegUnit); in getInRegs()
482 OutRegs.insert(RegMaskPair.RegUnit); in getOutRegs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h87 if (Set.insert(MI).second) in push()
316 RegisterCell &insert(const RegisterCell &RC, const BitMask &M);
448 // Extract/insert
H A DHexagonStoreWidening.cpp471 // insert all instructions in NG, starting at where the first instruction
496 InstrSet.insert(I); in replaceStores()
528 MBB->insert(InsertAt, I); in replaceStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp220 Inst.insert(Inst.begin(), MCOperand::createReg(RRegsNoR0[Base]));
243 Inst.insert(Inst.begin(), MCOperand::createReg(RRegsNoR0[Base]));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp187 if (SeenLanguages.insert(Language).second) in EmitProducerInfo()
200 if (SeenTools.insert(Name).second) in EmitProducerInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DSparsePropagation.h260 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()
269 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second) in markEdgeExecutable()
H A DVectorUtils.h437 /// Try to insert a new member \p Instr with index \p Index and
676 InterleaveGroups.insert(InterleaveGroupMap[Instr]); in createInterleaveGroup()
766 Dependences[Dep.getSource(*LAI)].insert(Dep.getDestination(*LAI)); in collectDependences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h305 LaneBitmask insert(RegisterMaskPair Pair) {
307 auto InsertRes = Regs.insert(IndexMaskPair(SparseIndex, Pair.LaneMask));
/third_party/typescript/tests/baselines/reference/
H A DstaticAnonymousTypeNotReferencingTypeParameter.js71 static insert<T>(dit: typeof ListWrapper, list: T[], index: number, value: T) { list.splice(index, 0, value); }
222 ListWrapper.insert = function (dit, list, index, value) { list.splice(index, 0, value); };
/third_party/toybox/toys/pending/
H A Dtcpsvd.c90 static void insert(struct list_pid **l, int pid, char *addr) in insert() function
397 insert(&pids, pid, addr); in tcpsvd_main()
/third_party/python/Lib/test/
H A Dtest_richcmp.py250 a.insert(0, 11)
251 b.insert(0, 12)
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs531 args.insert(0, (Some("this".into()), ptr)); in from_ty()
536 args.insert(0, (Some("this".into()), ptr)); in from_ty()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_benchmark.cc411 -> decltype(table->insert(key)) {
412 return table->insert(key);
/third_party/rust/crates/nom/src/
H A Derror.rs634 h.insert(e, message);
675 h.insert(error_to_u32(c), color + 31);

Completed in 26 milliseconds

1...<<61626364656667686970>>...131