Home
last modified time | relevance | path

Searched refs:find (Results 4201 - 4225 of 7288) sorted by relevance

1...<<161162163164165166167168169170>>...292

/third_party/skia/src/gpu/
H A DGrResourceAllocator.cpp71 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 DContext.cpp234 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 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/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 {

Completed in 22 milliseconds

1...<<161162163164165166167168169170>>...292