/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 494 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 D | BreakCriticalEdges.cpp | 174 F.getBasicBlockList().insert(++FBBI, NewBB); in SplitCriticalEdge() 370 Targets.insert(IBI->getSuccessor(Succ)); in SplitIndirectBrCriticalEdges()
|
H A D | BypassSlowDivision.cpp | 163 // 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 D | LCSSA.cpp | 76 /// 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 D | LoopRotationUtils.cpp | 82 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 D | ModuleUtils.cpp | 80 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 D | IceDefs.h | 200 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 D | TGLexer.cpp | 59 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 D | AArch64PBQPRegAlloc.cpp | 252 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 D | AMDGPURewriteOutArguments.cpp | 345 OutArgIndexes.insert(OutArg->getArgNo()); in runOnFunction() 366 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
|
H A D | SIInsertSkips.cpp | 41 #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 D | SIMachineScheduler.h | 474 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 D | BitTracker.h | 87 if (Set.insert(MI).second) in push() 316 RegisterCell &insert(const RegisterCell &RC, const BitMask &M); 448 // Extract/insert
|
H A D | HexagonStoreWidening.cpp | 471 // 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 D | PPCDisassembler.cpp | 220 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 D | WebAssemblyAsmPrinter.cpp | 187 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 D | SparsePropagation.h | 260 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable() 269 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second) in markEdgeExecutable()
|
H A D | VectorUtils.h | 437 /// 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 D | RegisterPressure.h | 305 LaneBitmask insert(RegisterMaskPair Pair) { 307 auto InsertRes = Regs.insert(IndexMaskPair(SparseIndex, Pair.LaneMask));
|
/third_party/typescript/tests/baselines/reference/ |
H A D | staticAnonymousTypeNotReferencingTypeParameter.js | 71 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 D | tcpsvd.c | 90 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 D | test_richcmp.py | 250 a.insert(0, 11) 251 b.insert(0, 12)
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | function.rs | 531 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 D | raw_hash_set_benchmark.cc | 411 -> decltype(table->insert(key)) { 412 return table->insert(key);
|
/third_party/rust/crates/nom/src/ |
H A D | error.rs | 634 h.insert(e, message); 675 h.insert(error_to_u32(c), color + 31);
|