Home
last modified time | relevance | path

Searched refs:find (Results 4176 - 4200 of 7180) sorted by relevance

1...<<161162163164165166167168169170>>...288

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcfg.cpp211 if (std::find(pred.begin(), pred.end(), latch_block_iter->id()) != in SplitLoopHeader()
216 assert(latch_block_iter != fn->end() && "Could not find the latch."); in SplitLoopHeader()
310 std::find(block_preds.begin(), block_preds.end(), latch_block->id()); in SplitLoopHeader()
H A Dconvert_to_sampled_image_pass.cpp113 return descriptor_set_binding_pairs_.find(descriptor_set_binding) != in ShouldResourceBeConverted()
190 auto image_itr = descriptor_set_binding_pair_to_image.find(sampler.first); in Process()
H A Dreplace_desc_array_access_using_var_index.cpp34 auto itr = map.find(key); in GetValueWithKeyExistenceCheck()
244 auto old_ids_to_new_ids_itr = old_ids_to_new_ids.find(*idp); in UseNewIdsInBlock()
H A Dvector_dce.cpp329 auto live_component = live_components.find(current_inst->result_id()); in RewriteInstructions()
420 auto it = live_components->find(current_inst->result_id()); in AddItemToWorkListIfNeeded()
/third_party/skia/src/pdf/
H A DSkPDFType1Font.cpp260 const std::vector<SkString>* glyphNames = canon->fType1GlyphNames.find(fontID); in type_1_glyphnames()
273 if (SkPDFIndirectReference* ptr = doc->fFontDescriptors.find(fontID)) { in type1_font_descriptor()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp334 // If we fail to find a segment for file offset 0, use the address
464 "/usr/bin/addr2line", // execv requires an absolute path to find addr2line
533 size_t pos = relativePath.find('.');
545 pos = absolutePath.find(relativePath);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h215 auto &Elem = V.find(KeyInt)->second; in inputOne()
221 Refs.push_back(ValueInfo(/*IsAnalysis=*/false, &*V.find(RefGUID))); in inputOne()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp209 // we can find it again later. in run()
629 auto InitialSCCIndex = RC->find(*C) - RC->begin(); in updateCGAndAnalysisManagerForFunctionPass()
670 auto NewSCCIndex = RC->find(*C) - RC->begin(); in updateCGAndAnalysisManagerForFunctionPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp193 // group is dead. If we find another entry in the comdat group though, we'll in filterDeadComdatFunctions()
203 auto CI = ComdatEntriesCovered.find(&C); in filterDeadComdatFunctions()
248 return ComdatEntriesCovered.find(GV->getComdat()) == in filterDeadComdatFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp127 std::find(Operands.begin(), Operands.end(), VPI) != Operands.end()) in areVectorizable()
364 auto I = BundleToCombined.find(to_vector<4>(Values)); in buildGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp197 if (FunctionData.find(Name) == FunctionData.end()) { in overlapRecord()
218 Name.find(FuncFilter.NameFilter) != Name.npos) in overlapRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp203 llvm_unreachable("Failed to find all subregs to cover lane mask"); in forAllLanes()
227 auto Conflict = Map.find(Reg); in canBundle()
278 auto Loc = Map.find(Reg); in collectRegUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h352 return Map.find(Reg) != Map.end();
357 CellMapType::const_iterator F = Map.find(Reg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp322 return std::find(table.begin(), table.end(), CPU) != table.end(); in isCPUValid()
418 auto F = ElfFlags.find(STI.getCPU()); in GetELFFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp91 auto I = Reachable.find(From); in canReach()
107 auto I = LoopEnterers.find(LoopEntry); in getLoopEnterers()
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
H A Dregex_fuzzer_tests.cc385 for (size_t pos = wgsl_code.find(";", 0); pos != std::string::npos; in TEST()
386 pos = wgsl_code.find(";", pos + 1)) { in TEST()
/third_party/skia/tools/sk_app/android/
H A Dsurface_glue_android.cpp166 auto it = ANDROID_TO_WINDOW_KEYMAP.find(message.fKeycode); in message_callback()
174 auto it = ANDROID_TO_WINDOW_STATEMAP.find(message.fTouchState); in message_callback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableMap.h225 TreeTy* T = Root->find(K); in lookup()
385 TreeTy* T = Root->find(K); in lookup()
H A DSmallPtrSet.h138 // Did we find any tombstone marker? in insert_imp()
167 assert(*Loc == Ptr && "broken find!"); in erase_imp()
381 size_type count(ConstPtrType Ptr) const { return find(Ptr) != end() ? 1 : 0; }
382 iterator find(ConstPtrType Ptr) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h184 /// Use liveness information to find dead defs not marked with a dead flag
188 /// Use liveness information to find out which uses/defs are partially
297 RegSet::const_iterator I = Regs.find(SparseIndex);
320 RegSet::iterator I = Regs.find(SparseIndex);
432 /// Recede until we find an instruction which is not a DebugValue.
/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.cc249 for (auto separator_pos = input_line.find(separator); in Tokenize()
251 separator_pos = input_line.find(separator)) { in Tokenize()
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource9.js169 var modSym = this.checker.findSymbolForDynamicModule(modPath, this.checker.locationInfo.filename, (id) => scope.find(id, false, true));
367 var modSym = this.checker.findSymbolForDynamicModule(modPath, this.checker.locationInfo.filename, function (id) { return scope.find(id, false, true); });
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_helpers.cc412 if (extended_ns.find(base_namespace + ".") != 0) { in GetOutputFile()
417 if (namespace_suffix.find(".") == 0) { in GetOutputFile()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_file.cc40 #include <algorithm> // std::find()
122 std::find(files->begin(), files->end(), file); in PruneFileAndDepsMarkingAsVisited()
137 if (files_visited->find(file) != files_visited->end()) { in CollectMinimalFileDepsContainingExtensionsWorker()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc418 if (package_name.find("::") != std::string::npos) { in GeneratePackageModules()
434 size_t dot_index = package_name.find(delimiter); in GeneratePackageModules()

Completed in 22 milliseconds

1...<<161162163164165166167168169170>>...288