| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineRegisterInfo.cpp | 482 LiveIns.erase(LiveIns.begin() + i); in EmitLiveInCopies() 486 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(), in EmitLiveInCopies() 633 UpdatedCSRs.erase(std::remove(UpdatedCSRs.begin(), UpdatedCSRs.end(), *AI), in disableCalleeSavedRegister()
|
| H A D | ScheduleDAG.cpp | 329 SUnit::pred_iterator BestI = Preds.begin(); 336 if (BestI != Preds.begin()) 337 std::swap(*Preds.begin(), *BestI);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 301 Builder.SetInsertPoint(NonCancellationBlock, NonCancellationBlock->begin()); in emitCancelationCheckImpl() 422 InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin()); in CreateParallel() 546 RealArgs.append(std::begin(ForkCallArgs), std::end(ForkCallArgs)); in CreateParallel()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 535 std::mismatch(sys::path::begin(DirFrom), sys::path::end(DirFrom), in computeArchiveRelativePath() 536 sys::path::begin(PathTo)); in computeArchiveRelativePath() 569 Data.insert(Data.begin(), computeStringTable(StringTableBuf)); in writeArchive()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderAtomicCounterOpsTests.cpp | 554 for (ShaderPipelineIter iter = m_shaderPipelines.begin(); iter != m_shaderPipelines.end(); ++iter) in init() 576 for (AtomicOperationIter iter = m_operations.begin(); iter != m_operations.end(); ++iter) in deinit() 594 for (ShaderPipelineIter iter = m_shaderPipelines.begin(); iter != m_shaderPipelines.end(); ++iter) in iterate()
|
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeCommandLineExecutor.cpp | 414 for (xe::ConstTestNodeIterator iter = xe::ConstTestNodeIterator::begin(root); iter != xe::ConstTestNodeIterator::end(root); ++iter) in printBatchResultSummary() 589 for (vector<string>::const_iterator filterIter = cmdLine.testset.begin(); filterIter != cmdLine.testset.end(); ++filterIter) in runExecutor() 596 for (vector<string>::const_iterator filterIter = cmdLine.exclude.begin(); filterIter != cmdLine.exclude.end(); ++filterIter) in runExecutor()
|
| /third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
| H A D | angle_deqp_gtest.cpp | 59 std::replace(gTestName.begin(), gTestName.end(), '.', '_'); in DrawElementsToGoogleTestName() 62 gTestName.erase(std::remove(gTestName.begin(), gTestName.end(), '-'), gTestName.end()); in DrawElementsToGoogleTestName() 597 argv.insert(argv.end(), gdEQPForwardFlags.begin(), gdEQPForwardFlags.end());
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| H A D | Display.cpp | 199 for(ConfigSet::Iterator config = configSet.mSet.begin(); config != configSet.mSet.end(); config++) in initialize() 222 destroySurface(*mSurfaceSet.begin()); in terminate() 227 destroyContext(*mContextSet.begin()); in terminate()
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/ |
| H A D | data_synonym_and_id_equation_facts.cpp | 313 std::find_if(equivalence_class.begin(), equivalence_class.end(), in ComputeConversionDataSynonymFacts() 520 for (auto dd1_it = equivalence_class.begin(); in ComputeClosureOfFacts() 776 no_longer_representative_id_equations->second.begin(), in MakeEquivalent()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | constants.h | 361 another->components_.insert(another->components_.end(), components_.begin(), in CopyVectorConstant() 394 another->components_.insert(another->components_.end(), components_.begin(), in CopyMatrixConstant() 519 return GetConstant(type, std::vector<uint32_t>(literal_words_or_ids.begin(), in GetConstant()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
| H A D | data_synonym_and_id_equation_facts.cpp | 313 std::find_if(equivalence_class.begin(), equivalence_class.end(), in ComputeConversionDataSynonymFacts() 520 for (auto dd1_it = equivalence_class.begin(); in ComputeClosureOfFacts() 776 no_longer_representative_id_equations->second.begin(), in MakeEquivalent()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | constants.h | 361 another->components_.insert(another->components_.end(), components_.begin(), in CopyVectorConstant() 394 another->components_.insert(another->components_.end(), components_.begin(), in CopyMatrixConstant() 519 return GetConstant(type, std::vector<uint32_t>(literal_words_or_ids.begin(), in GetConstant()
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | udbgutil.cpp | 704 std::map < std::string, std::set < std::string > > >::iterator i = fTable.begin(); in print() 715 for( std::map< std::string, std::set < std::string > >::iterator ii = (*i).second.begin(); in print() 719 for ( std::set < std::string >::iterator iii = (*ii).second.begin(); in print()
|
| /third_party/skia/src/ports/ |
| H A D | SkFontMgr_android.cpp | 98 fAxes.begin(), fAxes.count()); 232 fontFile.fVariationDesignPosition.begin(), in SkFontStyleSet_Android() 375 std::none_of(face->fLang.begin(), face->fLang.end(), [&](SkLanguage lang){ in find_family_style_character()
|
| /third_party/skia/tests/ |
| H A D | GrMeshTest.cpp | 59 return this->makeVertexBuffer(data.begin(), data.count()); in makeVertexBuffer() 248 helper->fIndexBuffer2 = helper->makeIndexBuffer(baseIndexData.begin(), 317 helper->fIndexBuffer2 = helper->makeIndexBuffer(baseIndexData.begin(),
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/ |
| H A D | glyph_table.cc | 86 for (GlyphBuilderList::iterator b = glyph_builders->begin(), in GenerateLocaList() 136 for (GlyphBuilderList::iterator b = glyph_builders_.begin(), in SubDataSizeToSerialize() 151 for (GlyphBuilderList::iterator b = glyph_builders_.begin(), in SubSerialize()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 358 reverse_iterator overlays_rbegin() { return FSList.begin(); } in overlays_rbegin() 359 const_reverse_iterator overlays_rbegin() const { return FSList.begin(); } in overlays_rbegin() 613 iterator contents_begin() { return Contents.begin(); } in contents_begin()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollPeel.cpp | 333 for (auto BI = L->getHeader()->begin(); isa<PHINode>(&*BI); ++BI) { 557 for (BasicBlock::iterator I = Header->begin(); isa<PHINode>(I); ++I) { 699 InsertTop->setName(Header->getName() + ".peel.begin"); 754 for (BasicBlock::iterator I = Header->begin(); isa<PHINode>(I); ++I) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | StringRef.h | 103 iterator begin() const { return Data; } in begin() function in llvm::StringRef 108 return reinterpret_cast<const unsigned char *>(begin()); in bytes_begin() 158 std::copy(begin(), end(), S); in copy() 521 /// If the string does not begin with a number of the specified radix,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionalCompares.cpp | 319 for (MachineBasicBlock::iterator B = MBB->begin(); I != B;) { in findConvertibleCompare() 395 for (auto &I : make_range(MBB->begin(), MBB->getFirstTerminator())) { in canSpeculateInstrs() 647 Head->splice(Head->end(), CmpBB, CmpBB->begin(), CmpBB->end()); in convert()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | GCNIterativeScheduler.cpp | 293 for (auto I = Schedule.end(), B = Schedule.begin(); I != B;) { in getSchedulePressure() 344 const auto DbgB = DbgValues.begin(), DbgE = DbgValues.end(); in detachSchedule() 408 if (!std::is_same<decltype(*Schedule.begin()), MachineInstr*>::value) { in scheduleRegion()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 293 B = CmpInstr.getParent()->begin(); in optimizeCompareInstr() 572 while (Instruction != MBB.begin()) { in analyzeBranch() 699 while (Instruction != MBB.begin()) { in removeBranch()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 344 &*Region[0]->begin()) in extractColdRegion() 353 &*Region[0]->begin()) in extractColdRegion() 649 for (auto It = M.begin(), End = M.end(); It != End; ++It) { in run()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 180 Retain = dyn_cast_or_null<CallInst>(*DependingInstructions.begin()); in contractAutorelease() 300 BasicBlock::iterator Begin = Store->getParent()->begin(); in findRetainForStoreStrongContraction() 482 if (BBI == InstParent->begin()) { in tryToPeepholeInstruction()
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | canonicalize_entry_point_io.cc | 354 std::sort(wrapper_struct_param_members.begin(), in CreateInputStruct() 395 std::sort(wrapper_struct_output_members.begin(), in CreateOutputStruct() 407 wrapper_body.insert(wrapper_body.end(), assignments.begin(), in CreateOutputStruct()
|