Home
last modified time | relevance | path

Searched refs:pair (Results 4426 - 4450 of 4627) sorted by relevance

1...<<171172173174175176177178179180>>...186

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp653 // We want to use MVC in preference to even a single load/store pair. in SystemZTargetLowering()
1086 static std::pair<unsigned, const TargetRegisterClass *>
1100 std::pair<unsigned, const TargetRegisterClass *>
1529 SmallVector<std::pair<unsigned, SDValue>, 9> RegsToPass; in LowerCall()
2629 // half of a GR128 pair. Op0 and Op1 are the VT operands to the operation,
6810 DenseMap<unsigned, std::pair<unsigned, unsigned>> RegRewriteTable; in createPHIsForSelects()
6854 // a single pair of basic blocks using the same condition. in emitSelect()
7109 // an XILF, XILH pair. in emitAtomicLoadBinary()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp6046 const std::vector<std::pair<std::string, std::function<void()>>>& menuOptions) in BuildAIEntityMenu()
6072 const std::vector<std::pair<std::string, std::function<void()>>>& menuOptions, const RefPtr<FrameNode>& targetNode) in CreateAIEntityMenu()
6086 bool OverlayManager::ShowAIEntityMenu(const std::vector<std::pair<std::string, std::function<void()>>>& menuOptions, in ShowAIEntityMenu()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2606 for (auto& pair : isFocusActiveUpdateEvents_) { in SetIsFocusActive()
2607 if (pair.second) { in SetIsFocusActive()
2608 pair.second(isFocusActive_); in SetIsFocusActive()
/third_party/node/deps/ada/
H A Dada.h1654 ada_really_inline std::pair<size_t, bool> get_host_delimiter_location(
6701 typedef std::pair<std::string_view, std::string_view> key_value_view_pair;
6811 typedef std::pair<std::string, std::string> key_value_pair;
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc552 PrintF(" add argument 'fp' to print register pair double values\n"); in Debug()
936 static void decodeObjectPair(ObjectPair* pair, intptr_t* x, intptr_t* y) { in decodeObjectPair() argument
937 *x = static_cast<intptr_t>(pair->x); in decodeObjectPair()
938 *y = static_cast<intptr_t>(pair->y); in decodeObjectPair()
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc4540 Handle<AccessorPair> pair) { in Copy()
4542 copy->set_getter(pair->getter()); in Copy()
4543 copy->set_setter(pair->setter()); in Copy()
4539 Copy(Isolate* isolate, Handle<AccessorPair> pair) Copy() argument
/third_party/skia/src/core/
H A DSkVM.cpp863 F32 pair = x * (Pi - x); in approx_sin() local
864 x = 4.0f * pair / ((5*Pi*Pi/4) - pair); in approx_sin()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp3520 llvm::SmallVector<std::pair<Operand *, RegNumT>, NumGPRArgs> GPRArgs;
3521 llvm::SmallVector<std::pair<Operand *, RegNumT>, NumFP32Args> FPArgs;
3523 llvm::SmallVector<std::pair<Operand *, int32_t>, 8> StackArgs;
H A DIceTargetLoweringMIPS32.cpp1289 // In MIPS o32 abi, when we use GPR argument pairs to store F64 values, pair in argInVFP()
3314 llvm::SmallVector<std::pair<Operand *, RegNumT>, MIPS32_MAX_GPR_ARG> GPRArgs; in lowerCall()
3315 llvm::SmallVector<std::pair<Operand *, RegNumT>, MIPS32_MAX_FP_ARG> FPArgs; in lowerCall()
3317 llvm::SmallVector<std::pair<Operand *, int32_t>, 8> StackArgs; in lowerCall()
5623 // Turn an i64 Phi instruction into a pair of i32 Phi instructions, to preserve
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp458 // SGPR pair can be a condition register. If we have a uniform condition, we in AMDGPUTargetLowering()
1329 std::pair<SDValue, SDValue>
1363 std::pair<EVT, EVT>
1378 std::pair<SDValue, SDValue>
3595 // Swap cmp + select pair to move constant to false input. in performSelectCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1775 /// Form a GPRPair pseudo register from a pair of GPR regs.
1786 /// Form a D register from a pair of S registers.
1797 /// Form a quad register from a pair of D registers.
1808 /// Form 4 consecutive D registers from a pair of Q registers.
3022 static Optional<std::pair<unsigned, unsigned>>
3027 return Optional<std::pair<unsigned,unsigned>>(); in getContiguousRangeOfSetBits()
4844 std::pair<StringRef, StringRef> Fields; in tryWriteRegister()
4889 // reg pair, we use GPRPair reg class for "%r" for 64-bit data. For Thumb, in tryInlineAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1172 // Information on each (Value, RLAmt) pair (like the number of groups
1207 using ValueBitsMemoizedValue = std::pair<bool, SmallVector<ValueBit, 64>>;
1212 // Return a pair of bool and a SmallVector pointer to a memoization entry.
1216 std::pair<bool, SmallVector<ValueBit, 64> *> getValueBits(SDValue V, in getValueBits()
2409 DenseMap<std::pair<SDValue, unsigned>, ValueRotInfo> ValueRots;
6556 // If we have a addi(toc@l)/addis(toc@ha) pair, and the addis has only in PeepholePPC64()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp2023 return std::any_of(allAsts_.begin(), allAsts_.end(), [](const std::pair<std::string, AutoPtr<AST>> &astPair) { in CheckExistExtends()
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp477 std::vector<std::pair<std::string, std::string>> fileMap; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1987 std::vector<std::pair<float, float>> props(cnt, { 0.0, 0.0 }); in UpdateGatherNodeAttr()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.cpp1844 attributes.insert(std::pair<std::string, ResValueWrapper>(THEME_BLUR_STYLE_COMMON, resValueWrapper)); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp119 // pair first : if exist in config.json then true, otherwise false
120 // pair second : actual value
121 std::pair<bool, bool> removable = std::make_pair<>(false, true);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp2127 std::pair<bool, uint8_t> AvrcTgProfile::GetNotificationLabel(uint8_t event) in GetNotificationLabel()
H A Davrcp_tg_service.cpp2601 std::pair<bool, uint8_t> playback = profile_->GetNotificationLabel(AVRC_EVENT_ID_PLAYBACK_STATUS_CHANGED); in GetPlayStatus()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/
H A Dbms_bundle_sandbox_app_test.cpp2370 dataMgr.sandboxAppIndexMap_.insert(std::pair<std::string, std::set<int32_t>>(BUNDLE_NAME, set)); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H A Dbms_bundle_default_app_test.cpp1459 defaultAppData.infos.insert(std::pair<std::string, Element>("1", element)); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp1463 int32_t AudioPolicyServer::GetAudioFocusInfoList(std::list<std::pair<AudioInterrupt, AudioFocuState>> &focusInfoList, in GetAudioFocusInfoList()
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_manager.cpp480 int32_t AudioPolicyManager::GetAudioFocusInfoList(std::list<std::pair<AudioInterrupt, AudioFocuState>> &focusInfoList, in GetAudioFocusInfoList()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1877 auto [iter, inserted] = callbackData.insert(std::pair(hostId, std::vector<SecSurfaceInfo>{})); in TraverseAndCollectUIExtensionInfo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1807 uint32_t ExtDecoder::GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> &ranges) in HeapMemAlloc()

Completed in 151 milliseconds

1...<<171172173174175176177178179180>>...186