Home
last modified time | relevance | path

Searched refs:find (Results 351 - 375 of 5060) sorted by relevance

1...<<11121314151617181920>>...203

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveStacks.h66 SS2IntervalMap::iterator I = S2IMap.find(Slot); in getInterval()
73 SS2IntervalMap::const_iterator I = S2IMap.find(Slot); in getInterval()
83 S2RCMap.find(Slot); in getIntervalRegClass()
H A DFunctionLoweringInfo.h111 SlotMapTy::const_iterator find(const Value *V) const { in find() function
112 auto DuplIt = DuplicateMap.find(V); in find()
115 return SlotMap.find(V); in find()
260 DenseMap<const Value*, unsigned>::const_iterator It = ValueMap.find(PN); in InvalidatePHILiveOutRegInfo()
/third_party/spirv-tools/source/lint/
H A Ddivergence_analysis.h78 auto it = divergence_.find(id); in GetDivergenceLevel()
93 auto it = divergence_source_.find(id); in GetDivergenceSource()
110 auto it = divergence_dependence_source_.find(id); in GetDivergenceDependenceSource()
/third_party/spirv-tools/source/opt/
H A Dstruct_cfg_analysis.h39 auto it = bb_to_construct_.find(bb_id); in ContainingConstruct()
65 auto it = bb_to_construct_.find(bb_id); in ContainingLoop()
93 auto it = bb_to_construct_.find(bb_id); in ContainingSwitch()
/third_party/spirv-tools/source/val/
H A Dvalidate_derivatives.cpp82 models->find(spv::ExecutionModel::GLCompute) != models->end() && in DerivativesPass()
84 (modes->find(spv::ExecutionMode::DerivativeGroupLinearNV) == in DerivativesPass()
86 modes->find(spv::ExecutionMode::DerivativeGroupQuadsNV) == in DerivativesPass()
/third_party/spirv-tools/test/opt/
H A Dpass_utils.cpp66 for (size_t pos = process_str->find(find_str, 0); pos != std::string::npos; in FindAndReplace()
67 pos = process_str->find(find_str, pos)) { in FindAndReplace()
78 return std::string(inst).find(op) != std::string::npos; in ContainsDebugOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp394 /// in isolation is profitable. The straightforward way to find all the
401 /// have a challenge. The obvious way to find all individually profitable PHIs
406 /// It won't find cases where a set of PHIs must be considered together, but it
464 auto CostMapIt = SpecCostMap.find(OpI); in findProfitablePHIs()
475 auto UserPNsIt = UserToPNMap.find(I); in findProfitablePHIs()
481 int &PNUserCount = PNUserCountMap.find(UserPN)->second; in findProfitablePHIs()
496 SpecCostMap.find(cast<Instruction>(U.getUser()))->second; in findProfitablePHIs()
501 int CostSavings = CostSavingsMap.find(PN)->second; in findProfitablePHIs()
518 auto CostMapIt = SpecCostMap.find(UI); in findProfitablePHIs()
531 assert(SpecCostMap.find(Spec in findProfitablePHIs()
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.cc295 auto it = map_.find(move->source()); in PerformParallelMoves()
300 CHECK(map_for_moves_.find(move->destination()) == map_for_moves_.end()); in PerformParallelMoves()
348 auto pair = map().find(ref_map_operand); in CheckReferenceMap()
360 stale_ref_stack_slots().find(op) != stale_ref_stack_slots().end(); in IsStaleReferenceStackSlot()
376 if (stale_ref_stack_slots().find(op) != stale_ref_stack_slots().end()) { in Print()
404 auto iterator = assessments_.find(pred_id); in CreateForBlock()
418 if (ret->map().find(operand) == ret->map().end()) { in CreateForBlock()
479 auto pred_assignment = assessments_.find(pred); in ValidatePendingAssessment()
482 auto todo_iter = outstanding_assessments_.find(pred); in ValidatePendingAssessment()
495 auto found_contribution = pred_assessments->map().find(current_operan in ValidatePendingAssessment()
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap_util.h76 typename Collection::const_iterator it = collection.find(key); in FindOrDie()
86 typename Collection::iterator it = collection.find(key); in FindOrDie()
96 typename Collection::const_iterator it = collection.find(key); in FindOrDieNoPrint()
106 typename Collection::iterator it = collection.find(key); in FindOrDieNoPrint()
126 typename Collection::const_iterator it = collection.find(key); in FindWithDefault()
139 typename Collection::const_iterator it = collection.find(key); in FindOrNull()
151 typename Collection::iterator it = collection.find(key); in FindOrNull()
168 typename Collection::const_iterator it = collection.find(key); in FindPtrOrNull()
183 typename Collection::iterator it = collection.find(key); in FindPtrOrNull()
196 typename Collection::const_iterator it = collection.find(ke in FindLinkedPtrOrNull()
[all...]
/test/xts/tools/lite/
H A DbuildUtils.sh22 dir_num=$(find . -name $dir_name|grep $grep_filed|wc -l)
24 dir_path_find_by_name=$(pwd)/$(find . -name $dir_name | grep $grep_filed)
26 echo "find $dir_name in out error !"
/base/hiviewdfx/hiview/plugins/performance/timer/
H A DSceneTimerOhImpl.cpp81 if (records.find(key) != records.end()) { in FillRecordAndNotify()
91 if (records.find(key) != records.end()) { in ValidateDuplication()
99 if (records.find(key) == records.end()) { in ValidateExistence()
175 records.erase(records.find(key)); in RemoveRecordAndNotify()
/base/hiviewdfx/hiview/base/utility/
H A Dparameter_ex.cpp71 static bool isBetaVersion = GetString(KEY_HIVIEW_VERSION_TYPE, "unknown").find("beta") != std::string::npos; in IsBetaVersion()
83 return (leakState.find("enable") != std::string::npos); in IsLeakStateMode()
137 auto pos = displayedVersionStr.find(' '); in GetDeviceModelStr()
147 auto pos = displayedVersionStr.find(' '); in GetSysVersionStr()
/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_policy.cpp41 auto typeIter = typeTempMap_.find(tzIter->first); in LevelDecision()
56 auto levelIter = levelMap_.find(policy->name); in PolicyDecision()
71 auto nameIter = actionMap.find(actionIter->name); in ActionDecision()
94 auto executeIter = actionMap.find(name); in ActionExecution()
/base/notification/common_event_service/services/src/
H A Dcommon_event_permission_manager.cpp211 if (eventMap_.find(event) != eventMap_.end()) { in GetEventPermission()
212 return eventMap_.find(event)->second; in GetEventPermission()
220 auto it = find(SENSITIVE_COMMON_EVENTS.begin(), SENSITIVE_COMMON_EVENTS.end(), event); in IsSensitiveEvent()
226 return SYSTEM_API_COMMON_EVENTS.find(event) != SYSTEM_API_COMMON_EVENTS.end(); in IsSystemAPIEvent()
/base/security/security_guard/services/config_manager/src/
H A Dconfig_data_manager.cpp81 if (modelToEventMap_.find(modelId) != modelToEventMap_.end()) { in GetEventIds()
123 auto it = modelMap_.find(modelId); in GetModelConfig()
134 auto it = eventMap_.find(eventId); in GetEventConfig()
145 if (eventToTableMap_.find(eventId) == eventToTableMap_.end()) { in GetTableFromEventId()
146 SGLOGE("eventToTableMap_ did not find eventId=%{public}" PRId64, eventId); in GetTableFromEventId()
/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_executor_hdi_common.cpp33 auto it = data.find(in); in ConvertAuthType()
49 auto it = data.find(in); in ConvertExecutorRole()
66 auto it = data.find(in); in ConvertExecutorSecureLevel()
112 auto it = data.find(hdfIn); in ConvertHdiResultCode()
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_cfg.cpp52 position = strline.find(":"); in OpenCfg()
69 cfgIterator = cfgMap_.find(key); in GetCfgVal()
82 posend = str.find(",", pos); in GetValueInString()
89 posend = str.find(",", pos); in GetValueInString()
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dupdate_metadata.cc41 if (metadataMap->find(code) != metadataMap->end()) { in UpdateShortNumber()
55 if (regionMetadataMap->find(code) != regionMetadataMap->end()) { in UpdatePhoneNumber()
64 if (countryMetadataMap->find(code) != countryMetadataMap->end()) { in UpdatePhoneNumber()
76 if (metadataMap.find(code) != metadataMap.end()) { in UpdateAlternateFormat()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregexp_adapter_icu.cc144 : matcher->find(input->position(), status); in Consume()
179 : matcher->find(input.position(), status); in Match()
207 if (!matcher->find()) { in Replace()
215 while (matcher->find()) { in Replace()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_entrypoints.py111 name = command.find('./proto/name').text
112 ret_type = command.find('./proto/type').text
114 type=p.find('./type').text,
115 name=p.find('./name').text,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktSafetyCriticalApiTests.cpp143 if(coreExtensions.find(extensionName)!= coreExtensions.end()) in forbiddenCoreExtensions()
332 if (extensionName.find("VK_KHR") != 0 && extensionName.find("VK_EXT") != 0) in allowedExtensions()
335 if(extensions.find(extensionName)==extensions.end()) in allowedExtensions()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DDirectiveHandler.cpp151 TExtensionBehavior::iterator iter = mExtensionBehavior.find(GetExtensionByName(name.c_str())); in handleExtension()
159 iter = mExtensionBehavior.find(GetExtensionByName(kMultiviewExtName)); in handleExtension()
170 iter = mExtensionBehavior.find(GetExtensionByName(kIOBlocksExtName)); in handleExtension()
188 iter = mExtensionBehavior.find(GetExtensionByName(kAPPLEClipDistanceEXTName)); in handleExtension()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteOutArgs.cpp25 const Entry *find(const T &x) const in find() function in __anon19784::SmallMultiSet
39 const Entry *entry = find(x); in multiplicity()
65 ANGLE_INLINE Entry *findMutable(const T &x) { return const_cast<Entry *>(find(x)); } in findMutable()
165 const bool hasIndeterminateVar = mVarBuffer.find(nullptr);
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dupdate_vk_wrappers.py45 proto = command.find('proto')
49 return_type = proto.find('type').text
50 name = proto.find('name').text
55 param_name = param.find('name').text
75 raise Exception("Failed to find {}".format(method))
143 raise Exception("Failed to find {}".format(method))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseSet.h90 /// clear() and iteration as fast as a vector. The find(), insert(), and
106 /// When SparseT is uint32_t, find() only touches 2 cache lines, but the sparse
109 /// When SparseT is uint8_t (the default), find() touches up to 2+[N/256] cache
195 // Sparse does not need to be cleared, see find(). in clear()
201 /// @param Idx A valid index to find.
219 /// find - Find an element by its key.
221 /// @param Key A valid key to find.
224 iterator find(const KeyT &Key) {
228 const_iterator find(const KeyT &Key) const {
236 return find(Ke
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...203