/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 522 // insert a new sub instead. in UpdateBaseRegUses() 549 // An instruction above couldn't be updated, so insert a sub. in UpdateBaseRegUses() 620 /// Create and insert a LDM or STM with Base as base register and registers in 668 // If starting offset isn't zero, insert a MI to materialize a new base. in CreateLoadStoreMulti() 735 // Need to insert a MOV to the new base first. in CreateLoadStoreMulti() 786 // - or it's safe to overwrite the condition flags, i.e. to insert a SUBS in CreateLoadStoreMulti() 870 KilledRegs.insert(Reg); in MergeOpsUpdate() 872 UsedRegs.insert(Reg); in MergeOpsUpdate() 1837 // Found a place to insert. 1847 MemOps.insert(M [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 2247 MBB.insert(MI, CRMIB); in spillCalleeSavedRegisters() 2248 MBB.insert(MI, addFrameReference(BuildMI(*MF, DL, TII.get(PPC::STW)) in spillCalleeSavedRegisters() 2287 MBB.insert(MI, addFrameReference(BuildMI(*MF, DL, TII.get(PPC::LWZ), in restoreCRs() 2295 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR2) in restoreCRs() 2299 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR3) in restoreCRs() 2303 MBB.insert(MI, BuildMI(*MF, DL, TII.get(RestoreOp), PPC::CR4) in restoreCRs() 2420 "loadRegFromStackSlot didn't insert any code!"); in restoreCalleeSavedRegisters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 372 valueNumbering.insert(std::make_pair(V, num)); in add() 668 FullyAvailableBlocks.insert(std::make_pair(BB, 2)); in IsValueFullyAvailableInBlock() 1033 // that we only have to insert *one* load (which means we're basically moving in PerformLoadPRE() 1146 // all the preds that don't have an available LI and insert a new load into in PerformLoadPRE() 1172 // If all preds have a single successor, then we know it is safe to insert in PerformLoadPRE() 1173 // the load on the pred (?!?), so we can insert code to materialize the in PerformLoadPRE() 1193 // If we couldn't find or insert a computation of this phi translated value, in PerformLoadPRE() 1208 // trying to number them. PHI translation might insert instructions in PerformLoadPRE() 1235 // FIXME: We really _ought_ to insert these value numbers into their in PerformLoadPRE() 1462 // this code is not reachable. FIXME: We could insert unreachabl in processAssumeIntrinsic() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 773 outerEdgeVertices.insert(coord); in iterate() 852 currentEdgeVertices.insert(outerEdgeIndex == 0 ? coord : in iterate() 856 currentEdgeVertices.insert(tcu::Vec3(outerEdgeIndex == 0 ? coord.y() : in iterate() 960 mirroredEdgeVertices.insert(coord); in iterate() 962 nonMirroredEdgeVertices.insert(coord); in iterate() 1191 triangles.insert(triangle); in compareTriangleSets()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_overlay_checker_test.cpp | 1353 dataMgr->bundleInfos_.insert(
in HWTEST_F() 1442 dataMgr->bundleInfos_.insert(
in HWTEST_F() 1719 dataMgr->bundleInfos_.insert(
in HWTEST_F() 1914 oldInfo.innerModuleInfos_.insert(pair<std::string, InnerModuleInfo>("1", innerModuleInfo));
in HWTEST_F() 1934 oldInfo.innerModuleInfos_.insert(pair<std::string, InnerModuleInfo>("1", innerModuleInfo));
in HWTEST_F() 1985 overlayDataMgr.dataMgr_->bundleInfos_.insert(pair<string, InnerBundleInfo>(TEST_BUNDLE_NAME, innerBundleInfo));
in HWTEST_F() 2021 innerBundleInfo.innerModuleInfos_.insert(pair<std::string, InnerModuleInfo>(TARGET_MODULE_NAME, innerModuleInfo));
in HWTEST_F() 2042 innerBundleInfo.innerModuleInfos_.insert(pair<std::string, InnerModuleInfo>(TEST_MODULE_NAME, innerModuleInfo));
in HWTEST_F()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_alu.cpp | 555 m_extra_dependencies.insert(reg); in add_extra_dependency() 845 flags.insert(alu_dst_clamp); in from_string() 903 flags.insert(AluInstr::src_neg_flags[i]); in from_string() 912 flags.insert(AluInstr::src_abs_flags[i]); in from_string() 941 case 'L': flags.insert(alu_last_instr); break; in from_string() 942 case 'W': flags.insert(alu_write); break; in from_string() 943 case 'E': flags.insert(alu_update_exec); break; in from_string() 944 case 'P': flags.insert(alu_update_pred); break; in from_string()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 1205 mFramebufferNameSpace.insert(framebuffer, new DefaultFramebuffer()); in bindReadFramebuffer() 1209 mFramebufferNameSpace.insert(framebuffer, new Framebuffer()); in bindReadFramebuffer() 1222 mFramebufferNameSpace.insert(framebuffer, new DefaultFramebuffer()); in bindDrawFramebuffer() 1226 mFramebufferNameSpace.insert(framebuffer, new Framebuffer()); in bindDrawFramebuffer() 1247 mVertexArrayNameSpace.insert(array, vertexArray); in bindVertexArray() 1288 mTransformFeedbackNameSpace.insert(id, new TransformFeedback(id)); in bindTransformFeedback() 1435 mFramebufferNameSpace.insert(0, buffer); in setFramebufferZero() 1477 mQueryNameSpace.insert(handle, query); in createQuery()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_test.py | 482 msg.repeated_nested_message.insert( 485 msg.repeated_nested_message.insert( 487 msg.repeated_nested_message.insert( 489 msg.repeated_nested_message.insert( 491 msg.repeated_nested_message.insert( 494 msg.repeated_nested_message.insert(1, 999) 560 msg.repeated_nested_message.insert(0, sub_msg3) 1285 m.repeated_int32.insert(i, i)
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 624 bundleNameIdTables_.insert(std::make_pair(bundleNameId, bundleName));
in CreateBundleNameId() 633 bundleNameIdTables_.insert(std::make_pair(lastBundleNameId + 1, bundleName));
in CreateBundleNameId() 896 bundleNameIdTables_.insert(std::make_pair(bundleNameId, bundleName));
in AddBundleNameId()
|
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/ |
H A D | connection_manager.cpp | 326 isBindTargetMap_.insert({ deviceId, true }); in ConnectDevice() 356 unbindParam.insert( in BindTarget() 684 transIdToCastSessionIdMap_.insert({ transportId, castSessionId }); in NotifySessionIsReady()
|
/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | render_flex.cpp | 928 absoluteNodes_.insert(child); in TravelChildrenFlexProps() 972 infinityLayoutNodes_.insert(item); in ResizeByItem() 1004 displayNodes_.insert(item); in CheckSizeValidity()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_layoutThi_test_ng.cpp | 583 rects.insert(rects.end(), rect); in HWTEST_F() 642 rects.insert(rects.end(), rect); in HWTEST_F() 705 rects.insert(rects.end(), rect); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1517 dataMgr->multiUserIdsSet_.insert(USERID); in HWTEST_F() 1534 dataMgr->multiUserIdsSet_.insert(USERID); in HWTEST_F() 1551 dataMgr->multiUserIdsSet_.insert(USERID); in HWTEST_F()
|
H A D | bms_bundle_permission_system_app_test.cpp | 1267 dataMgr->multiUserIdsSet_.insert(USERID); in HWTEST_F() 1284 dataMgr->multiUserIdsSet_.insert(USERID); in HWTEST_F() 1301 dataMgr->multiUserIdsSet_.insert(USERID); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_symbol_animation.cpp | 274 rsNode_->canvasNodesListMap.insert({symbolSpanId, {}}); in SetReplaceAppear() 276 rsNode_->canvasNodesListMap[symbolSpanId].insert((std::make_pair(canvasNode->GetId(), canvasNode))); in SetReplaceAppear() 279 rsNode_->replaceNodesSwapMap[APPEAR_STATUS].insert((std::make_pair(canvasNode->GetId(), appearNodeConfig))); in SetReplaceAppear()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test2.cpp | 247 node.dirtySlots_.insert(slot);
in HWTEST_F() 263 node.dirtySlots_.insert(slot);
in HWTEST_F() 279 node.dirtySlots_.insert(slot);
in HWTEST_F()
|
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_user_service.cpp | 362 continueBundles.insert(bundleUsageStats.bundleName_); in FlushDataInMem() 593 systemEventStats.insert(std::pair<std::string, BundleActiveEventStats>( in GetCachedSystemEvents() 646 notificationEventStats.insert(std::pair<std::string, BundleActiveEventStats>( in GetCachedNotificationEvents()
|
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_service_test.cpp | 1396 stats->packageContainUid_["test"].insert(0); in HWTEST_F() 1397 stats->packageContainUid_["test"].insert(1); in HWTEST_F() 1398 stats->packageContainUid_["test"].insert(2); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/ |
H A D | vtp_stream_socket_test.cpp | 233 vtpStreamSocket->optFuncMap_.insert(std::pair<int, Communication::SoftBus::VtpStreamSocket::OptionFunc>(type, fun)); in HWTEST_F() 280 vtpStreamSocket->optFuncMap_.insert(std::pair<int, Communication::SoftBus::VtpStreamSocket::OptionFunc>(type, fun)); in HWTEST_F() 641 vtpStreamSocket->g_streamSocketLockMap.insert(std::pair<int, std::mutex &>(fd, streamSocketLock_)); in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/ |
H A D | wifi_service_scheduler.cpp | 289 g_staIfaceNameMap.insert(std::make_pair(instId, ifaceName)); in AutoStartScanOnly() 379 g_staIfaceNameMap.insert(std::make_pair(instId, ifaceName)); in PreStartWifi() 789 g_softApIfaceNameMap.insert(std::make_pair(instId, ifaceName)); in AutoStartApService()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_storage_executor.cpp | 102 commitMap.insert(std::make_pair(latestCommit.first, std::move(commit))); in GetDeviceLatestCommit() 117 latestCommits.insert(std::make_pair(latestCommit.first, latestCommit.second.commitId)); in GetCommitTree() 1037 value.insert(value.end(), itemValue.begin(), itemValue.end()); in TransferToUserValue()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.cpp | 426 observerMap_.insert(std::pair<const KvStoreObserver *, const KvDBObserverHandle *>(observer, observerHandle)); in RegisterDeviceObserver() 613 result.insert(std::pair<std::string, DeviceSyncProcess>(pair.first, info)); in OnDeviceSyncProcess() 996 result.insert(std::pair<std::string, DBStatus>(pair.first, status)); in OnSyncComplete()
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 570 tmpDhids.insert(iter); in StoreStartDhids() 571 sharingDhIds_.insert(iter); in StoreStartDhids() 735 getSinkScreenInfosCallbacks_.insert(callback); in RegisterGetSinkScreenInfosCallback()
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | sub_ext_extension.cpp | 1107 tar.insert(tarMap.begin(), tarMap.end()); 1126 tar.insert(tarMap.begin(), tarMap.end()); 1169 bigMap.insert(tarMap.begin(), tarMap.end());
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_manager.cpp | 503 compSource_.insert(std::make_pair(type, sourcePtr)); in InitCompSource() 507 compSrcSaId_.insert(std::make_pair(type, saId)); in InitCompSource() 527 compSink_.insert(std::make_pair(type, sinkPtr)); in InitCompSink()
|