/third_party/mesa3d/src/intel/perf/ |
H A D | gen_perf.py | 727 def find(self, path): member in Set 728 return self.xml.find(path) 736 self.chipset = self.xml.find('.//set').get('chipset').lower()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.h | 571 auto it = entries_map_.find(ptr); in FindEntry() 576 auto it = smis_map_.find(smi.value()); in FindEntry() 597 auto it = reverse_entries_map_.find(entry); in FindHeapThingForHeapEntry()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ra_init.cpp | 166 // find free gpr component to use as indirectly addressable array 462 vvec::iterator F = std::find(v->chunk->values.begin(), 668 vvec::iterator F = std::find(sv.begin(), sv.end(), v); 728 allow_swz ? std::find(v2.begin(), v2.end(), o) : v2.end();
|
/third_party/python/Lib/ |
H A D | smtpd.py | 346 i = line.find(' ') 837 i = localspec.find(':') 845 i = remotespec.find(':')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 627 AddrSpace2PointerActions[OpcodeIdx].find(Aspect.Type.getAddressSpace()) == in findScalarLegalAction() 634 .find(Aspect.Type.getAddressSpace()) in findScalarLegalAction() 671 auto i = NumElements2Actions[OpcodeIdx].find( in findVectorLegalAction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 38 size_t EQIdx = Expr.find('='); in evaluate() 336 size_t ComaIdx = RemainingExpr.find(','); in evalStubOrGOTAddr() 373 size_t ComaIdx = RemainingExpr.find(','); in evalSectionAddr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Archive.cpp | 117 StringRef(ArMemHdr->Name, sizeof(ArMemHdr->Name)).find(EndCond); in getRawName() 181 size_t End = Parent->getStringTable().find('\n', /*From=*/StringOffset); in getName() 892 t.StringIndex = Parent->getSymbolTable().find('\0', t.StringIndex) + 1; in getNext()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.cc | 719 std::find(required_features.begin(), required_features.end(), in Initialize() 727 if (feature.find(kSubgroupSupportedOperations) != std::string::npos) in Initialize() 732 if (feature.find(kSubgroupSupportedStages) != std::string::npos) in Initialize()
|
/third_party/skia/src/gpu/ |
H A D | GrDrawingManager.cpp | 552 int n = std::find(fOnFlushCBObjects.begin(), fOnFlushCBObjects.end(), cb) - in testingOnly_removeOnFlushCallbackObject() 568 } else if (fLastRenderTasks.find(key)) { 574 auto entry = fLastRenderTasks.find(proxy->uniqueID().asUInt()); in getLastRenderTask()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_parsed_ir.cpp | 280 auto str = name.substr(0, name.find('(')); in ensure_valid_identifier() 958 auto itr = meta.find(id); in find_meta() 967 auto itr = meta.find(id); in find_meta()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 151 if (extensions_allowlist_.find(extName) == extensions_allowlist_.end()) in AllExtensionsSupported() 193 if (live_local_vars_.find(varId) != live_local_vars_.end()) return; in ProcessLoad() 232 // For loops we need to find the continues as well. in AddBreaksAndContinuesToWorklist() 1047 auto cached_result = entry_point_with_no_calls_cache_.find(func->result_id()); in IsEntryPointWithNoCalls()
|
H A D | loop_utils.cpp | 601 auto id_it = cloning_result->value_map_.find(*old_id); in CloneLoop() 657 cloning_result.old_to_new_bb_.find(old_loop->GetMergeBlock()->id()); in PopulateLoopDesc() 665 cloning_result.old_to_new_bb_.find(old_loop->GetPreHeaderBlock()->id()); in PopulateLoopDesc()
|
H A D | scalar_replacement_pass.cpp | 428 return std::find(replacements->begin(), replacements->end(), nullptr) == in CreateReplacementVariables() 523 auto iter = pointee_to_pointer_.find(id); in GetOrCreatePointerType() 539 // Ambiguous type. We must perform a linear search to try and find the right in GetOrCreatePointerType() 586 auto iter = type_to_null_.find(storageId); in GetOrCreateInitialValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 151 if (extensions_allowlist_.find(extName) == extensions_allowlist_.end()) in AllExtensionsSupported() 193 if (live_local_vars_.find(varId) != live_local_vars_.end()) return; in ProcessLoad() 232 // For loops we need to find the continues as well. in AddBreaksAndContinuesToWorklist() 1047 auto cached_result = entry_point_with_no_calls_cache_.find(func->result_id()); in IsEntryPointWithNoCalls()
|
H A D | loop_utils.cpp | 601 auto id_it = cloning_result->value_map_.find(*old_id); in CloneLoop() 657 cloning_result.old_to_new_bb_.find(old_loop->GetMergeBlock()->id()); in PopulateLoopDesc() 665 cloning_result.old_to_new_bb_.find(old_loop->GetPreHeaderBlock()->id()); in PopulateLoopDesc()
|
H A D | scalar_replacement_pass.cpp | 428 return std::find(replacements->begin(), replacements->end(), nullptr) == in CreateReplacementVariables() 523 auto iter = pointee_to_pointer_.find(id); in GetOrCreatePointerType() 539 // Ambiguous type. We must perform a linear search to try and find the right in GetOrCreatePointerType() 586 auto iter = type_to_null_.find(storageId); in GetOrCreateInitialValue()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLPipelineStageCodeGenerator.cpp | 247 auto it = fVariableNames.find(var); in writeVariableReference() 311 auto it = fFunctionNames.find(&decl); in functionName() 453 auto it = fStructNames.find(&type); in typeName()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | subsetter_impl.cc | 211 if (glyph_id_processed->find(glyph_id) == glyph_id_processed->end() && in ResolveCompositeGlyphs() 212 glyph_id_remaining.find(glyph_id) == glyph_id_remaining.end()) { in ResolveCompositeGlyphs() 293 return glyph_ids.find(range_begin) != glyph_ids.end(); in HasOverlap()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | name_table.cc | 302 return (name_entry_map_.find(probe) != name_entry_map_.end()); in Has() 313 if (name_entry_map_.find(probe) != name_entry_map_.end()) { in NameBuilder() 327 NameEntryBuilderMap::iterator position = name_entry_map_.find(probe); in Remove()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetClient.h | 364 auto I = StubIndexes.find(Name); 376 auto I = StubIndexes.find(Name); 385 auto I = StubIndexes.find(Name);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 85 ValueToValueMapTy::iterator It = VMap.find(Op); in remapInstruction() 92 ValueToValueMapTy::iterator It = VMap.find(PN->getIncomingBlock(i)); in remapInstruction() 644 ValueToValueMapTy::iterator It = LastValueMap.find(Incoming); in UnrollLoop()
|
H A D | LoopUtils.cpp | 630 auto Key = DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop() 679 Loop::iterator I = find(ParentLoop->begin(), ParentLoop->end(), L); in deleteDeadLoop() 680 assert(I != ParentLoop->end() && "Couldn't find loop"); in deleteDeadLoop() 683 Loop::iterator I = find(LI->begin(), LI->end(), L); in deleteDeadLoop() 684 assert(I != LI->end() && "Couldn't find loop"); in deleteDeadLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | STLExtras.h | 491 /// Provide wrappers to std::find which take ranges instead of having to pass 494 auto find(R &&Range, const T &Val) -> decltype(std::begin(Range)) { in begin() 495 return std::find(std::begin(Range), std::end(Range), Val); in begin() 517 /// Wrapper function around std::find to detect if an element exists 521 return std::find(std::begin(Range), std::end(Range), Element) != in is_contained()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 239 auto III = Instructions.find(&MI); in printInfo() 694 auto BII = Blocks.find(&MBB); in processBlock() 745 auto III = Instructions.find(&MI); in processBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 391 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() 392 InstName.find(".store") != StringRef::npos; in checkForP2AlignIfLoadStore() 393 auto IsAtomic = InstName.find("atomic.") != StringRef::npos; in checkForP2AlignIfLoadStore() 433 // as seperate tokens, so if we find such tokens immediately adjacent (no 443 // We must now find another identifier, or error.
|