/third_party/skia/src/gpu/ |
H A D | GrResourceAllocator.cpp | 71 if (Interval** intvlPtr = fIntvlHash.find(proxyID)) { in addInterval() 285 if (auto p = fUniqueKeyRegisters.find(uniqueKey)) { in findOrCreateRegisterFor()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Context.cpp | 234 auto it = pendingBreakpoints.find(file->name); in addFile() 298 auto threadIt = ctx->threadsByStdId.find(std::this_thread::get_id()); in currentThread()
|
/third_party/skia/third_party/externals/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/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 {
|