/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | binary.cpp | 757 words->insert(words->end(), _.words + _.word_index,
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ssa_rewrite_pass.cpp | 296 auto result = sealed_blocks_.insert(bb); in SealBlock() 546 // Generate a new OpPhi instruction and insert it in its basic in ApplyReplacements()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 328 tags.insert(printingClass["tag"].asString()); // just for error checking in jsonToSpirv()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | binary.cpp | 757 words->insert(words->end(), _.words + _.word_index,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ssa_rewrite_pass.cpp | 296 auto result = sealed_blocks_.insert(bb); in SealBlock() 546 // Generate a new OpPhi instruction and insert it in its basic in ApplyReplacements()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_type.cpp | 410 built_in_members.insert(decoration.struct_member_index()); in ValidateTypeStruct()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | reldtfmt.cpp | 206 relativeDayString.insert(0, APOSTROPHE); // add APOSTROPHE at beginning... in format()
|
/third_party/skia/tests/ |
H A D | StringTest.cpp | 70 e.insert(5, " "); in DEF_TEST()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BindGroupLayout.cpp | 176 bindingsSet.insert(bindingNumber); in ValidateBindGroupLayoutDescriptor()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_api.py | 401 sys.meta_path.insert(0, meta_ins)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | RemoteObjectLayer.h | 200 InUseSymbols.insert(std::make_pair(Id, std::move(Sym))); in jitSymbolToRemote()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 91 UnknownInsts.insert(UnknownInsts.end(), AS.UnknownInsts.begin(), AS.UnknownInsts.end()); in mergeSetIn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNDPPCombine.cpp | 520 BB->insert(OrigMI, NewMI); in combineDPPMov()
|
H A D | GCNIterativeScheduler.cpp | 385 BB->insert(Top, MI); in scheduleRegion()
|
H A D | GCNSchedStrategy.cpp | 413 BB->insert(RegionEnd, MI); in schedule()
|
H A D | SILowerControlFlow.cpp | 168 if (MBB == EMBB || !Visited.insert(MBB).second) in isSimpleIf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 537 SeenMIs.insert(NewMI); in optimizeSelect() 560 // to insert in insertBranch; 667 assert(TrueBlock && "insertBranch must not be told to insert a fallthrough"); in insertBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 501 // If we matched then insert the high part in front of the match and mark in sortRelocs() 510 // should insert the high part at the end of the list. This will cause the in sortRelocs() 517 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsRegisterBankInfo.cpp | 620 void createdInstr(MachineInstr &MI) override { InstList.insert(&MI); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 543 MBB->insert(MachineBasicBlock::iterator(&MI), DefMI); in removeRedundantAddrCalc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 25 // TODO: ObjCARCContract could insert PHI nodes when uses aren't 73 /// The inline asm string to insert between calls and RetainRV calls to make 433 StoreStrongCalls.insert(StoreStrong); in tryToContractReleaseIntoStoreStrong() 472 // marker to do the return value optimization, insert it now. in tryToPeepholeInstruction() 653 // For PHI nodes, insert the bitcast in the predecessor block. in runOnFunction()
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 530 tags.insert(printingClass["tag"].asString()); // just for error checking in jsonToSpirv()
|
/third_party/spirv-tools/source/ |
H A D | binary.cpp | 784 words->insert(words->end(), _.words + _.word_index,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SparseBitVector.h | 518 // we may need to insert right after this element, which requires moving 519 // the current iterator forward one, because insert does insert before. 571 Elements.insert(Iter1, *Iter2);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | RegionInfo.h | 592 super::Visited.insert(Exit); in block_iterator_wrapper()
|