/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | cfg.cpp | 211 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 D | convert_to_sampled_image_pass.cpp | 113 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 D | replace_desc_array_access_using_var_index.cpp | 34 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 D | vector_dce.cpp | 329 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 D | SkPDFType1Font.cpp | 260 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 D | crash_handler_posix.cpp | 334 // 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 D | ModuleSummaryIndexYAML.h | 215 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 D | CGSCCPassManager.cpp | 209 // 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 D | ModuleUtils.cpp | 193 // 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 D | VPlanSLP.cpp | 127 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 D | InstrProfWriter.cpp | 197 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 D | SIFormMemoryClauses.cpp | 203 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 D | BitTracker.h | 352 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 D | HexagonMCTargetDesc.cpp | 322 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 D | WebAssemblyFixIrreducibleControlFlow.cpp | 91 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 D | regex_fuzzer_tests.cc | 385 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 D | surface_glue_android.cpp | 166 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 D | ImmutableMap.h | 225 TreeTy* T = Root->find(K); in lookup() 385 TreeTy* T = Root->find(K); in lookup()
|
H A D | SmallPtrSet.h | 138 // 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 D | RegisterPressure.h | 184 /// 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 D | debugger-aarch64.cc | 249 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 D | parserRealSource9.js | 169 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 D | csharp_helpers.cc | 412 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 D | objectivec_file.cc | 40 #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 D | ruby_generator.cc | 418 if (package_name.find("::") != std::string::npos) { in GeneratePackageModules() 434 size_t dot_index = package_name.find(delimiter); in GeneratePackageModules()
|