/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 653 // 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 D | overlay_manager.cpp | 6046 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 D | pipeline_context.cpp | 2606 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 D | ada.h | 1654 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 D | simulator-ppc.cc | 552 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 D | objects.cc | 4540 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 D | SkVM.cpp | 863 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 D | IceTargetLoweringARM32.cpp | 3520 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 D | IceTargetLoweringMIPS32.cpp | 1289 // 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 D | AMDGPUISelLowering.cpp | 458 // 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 D | ARMISelDAGToDAG.cpp | 1775 /// 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 D | PPCISelDAGToDAG.cpp | 1172 // 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 D | parser.cpp | 2023 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 D | main_thread_test.cpp | 477 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 D | drag_drop_manager.cpp | 1987 std::vector<std::pair<float, float>> props(cnt, { 0.0, 0.0 }); in UpdateGatherNodeAttr()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng.cpp | 1844 attributes.insert(std::pair<std::string, ResValueWrapper>(THEME_BLUR_STYLE_COMMON, resValueWrapper)); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 119 // 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 D | avrcp_tg_profile.cpp | 2127 std::pair<bool, uint8_t> AvrcTgProfile::GetNotificationLabel(uint8_t event) in GetNotificationLabel()
|
H A D | avrcp_tg_service.cpp | 2601 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 D | bms_bundle_sandbox_app_test.cpp | 2370 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 D | bms_bundle_default_app_test.cpp | 1459 defaultAppData.infos.insert(std::pair<std::string, Element>("1", element)); in HWTEST_F()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server.cpp | 1463 int32_t AudioPolicyServer::GetAudioFocusInfoList(std::list<std::pair<AudioInterrupt, AudioFocuState>> &focusInfoList, in GetAudioFocusInfoList()
|
/foundation/multimedia/audio_framework/services/audio_policy/client/src/ |
H A D | audio_policy_manager.cpp | 480 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 D | rs_uni_render_util.cpp | 1877 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 D | ext_decoder.cpp | 1807 uint32_t ExtDecoder::GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> &ranges)
in HeapMemAlloc()
|