Home
last modified time | relevance | path

Searched refs:get (Results 13451 - 13475 of 14243) sorted by relevance

1...<<531532533534535536537538539540>>...570

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h10 // Instruction class. This is meant to be an easy way to get access to all
1037 return 0U; // get index for modifying correct operand. in getPointerOperandIndex()
1055 Type *PtrTy = PointerType::get(checkGEPType(getIndexedType(ElTy, IdxList)), in getGEPReturnType()
1060 return VectorType::get(PtrTy, NumElem); in getGEPReturnType()
1065 return VectorType::get(PtrTy, NumElem); in getGEPReturnType()
2360 return 0U; // get index for modifying correct operand in getAggregateOperandIndex()
2481 return 0U; // get index for modifying correct operand in getAggregateOperandIndex()
2491 return 1U; // get index for modifying correct operand in getInsertedValueOperandIndex()
3063 assert(isConditional() && "Cannot get condition of an uncond branch!"); in getCondition()
3076 return cast_or_null<BasicBlock>((&Op<-1>() - i)->get()); in getSuccessor()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp61 // Try to get first reg. in CC_Sparc_Assign_Split_64()
72 // Try to get second reg. in CC_Sparc_Assign_Split_64()
90 // Try to get first reg. in CC_Sparc_Assign_Ret_Split_64()
96 // Try to get second reg. in CC_Sparc_Assign_Ret_Split_64()
2194 // Load RetPtr to get the return value. in LowerF128Op()
2431 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); in LowerBR_CC()
2469 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get(); in LowerSELECT_CC()
2575 // value we get here has already had rounding applied. So, we need in LowerDYNAMIC_STACKALLOC()
3153 BuildMI(ThisMBB, dl, TII.get(BROpcode)) in expandSelectCC()
3161 BuildMI(*SinkMBB, SinkMBB->begin(), dl, TII.get(S in expandSelectCC()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp3570 /** Inspect program to get: buffer_size, offset, strides and block index
13041 static void get(const glw::GLvoid* buffer, T& out) in get() function in gl4cts::FunctionObject::unpack
13056 static void get(const glw::GLvoid* buffer, tcu::Matrix<glw::GLdouble, Rows, Cols>& out) in get() function in gl4cts::FunctionObject::unpack
13120 unpack<ArgT>::get(argument_src, arg); in call()
13300 unpack<Arg1T>::get(argument_src, arg_1); in call()
13301 unpack<Arg2T>::get((glw::GLubyte*)argument_src + argument_1_stride, arg_2); in call()
13429 unpack<arg1T>::get(argument_src, arg_1); in call()
13430 unpack<arg2T>::get((glw::GLubyte*)argument_src + argument_2_offset, arg_2); in call()
13431 unpack<arg3T>::get((glw::GLubyte*)argument_src + argument_3_offset, arg_3); in call()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp177 /// the work lists because they might get more simplified now.
1459 // If we get back the same node we passed in, rather than a new node or in Run()
1914 return SDValue(N, 0); // Return N so it doesn't get rechecked! in visitMERGE_VALUES()
2023 ISD::CondCode CC = cast<CondCodeSDNode>(SetCC->getOperand(2))->get(); in foldAddSubBoolOfMaskedVal()
2470 // rather than 'add 0/-1' (the zext should get folded). in visitADDLikeCommutative()
3198 // rather than 'sub 0/1' (the sext should get folded). in visitSUB()
3635 // If DIVREM is going to get expanded into a libcall, in useDivRem()
3663 // otherwise, the DIVREM may get target-legalized into something in useDivRem()
4547 ISD::CondCode CC0 = cast<CondCodeSDNode>(N0CC)->get(); in foldLogicOfSetCCs()
4548 ISD::CondCode CC1 = cast<CondCodeSDNode>(N1CC)->get(); in foldLogicOfSetCCs()
[all...]
H A DLegalizeIntegerTypes.cpp490 // If the input also needs to be promoted, do that first so we can get a in PromoteIntRes_EXTRACT_VECTOR_ELT()
491 // get a good idea for the output type. in PromoteIntRes_EXTRACT_VECTOR_ELT()
910 // the input type also needs to be promoted. So get the promoted type for in PromoteIntRes_SETCC()
1418 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(1))->get()); in PromoteIntOp_BR_CC()
1536 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(4))->get()); in PromoteIntOp_SELECT_CC()
1548 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(2))->get()); in PromoteIntOp_SETCC()
2108 // Use a little trick to get the bits that move from Lo to Hi. First in ExpandShiftWithKnownAmountBit()
3089 // shift right by the amount of the scale to get the result in that scale. in ExpandIntRes_MULFIX()
3104 // amount and get Lo and Hi using two funnel shifts. Or for the special case in ExpandIntRes_MULFIX()
3951 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(1))->get(); in ExpandIntOp_BR_CC()
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc239 return defaultArrayBufferAllocator.get(); in GetOrCreateDefaultArrayBufferAllocator()
1355 return v8impl::g_platform.get(); in platform()
1417 v8::V8::InitializePlatform(v8impl::g_platform.get()); in OH_JSVM_Init()
2087 *result = v8::platform::PumpMessageLoop(v8impl::g_platform.get(), isolate); in OH_JSVM_PumpMessageLoop()
3242 // Should not get here unless V8 has added some new kind of value.
4013 // Attempts to get a referenced value. If the reference is weak, the value might
5226 std::get<v8::Global<v8::Script>>(jsvmData->taggedPointer).Reset();
5371 *data = serialized_bytes.buffer.get();
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc396 // For any non-phi node just wait until we get all inputs typed. We only in UpdateFeedbackType()
3957 // We just get rid of the sigma here, choosing the best representation in VisitNode()
4184 // lowering. Once this phase becomes a vanilla reducer, it should get source
5011 return to_number_code_.get(); in ToNumberCode()
5021 return to_number_convert_big_int_code_.get(); in ToNumberConvertBigIntCode()
5029 return to_numeric_code_.get(); in ToNumericCode()
5042 return to_number_operator_.get(); in ToNumberOperator()
5056 return to_number_convert_big_int_operator_.get(); in ToNumberConvertBigIntOperator()
5069 return to_numeric_operator_.get(); in ToNumericOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp882 /// In order to handle this properly we need to get the original types sizes
911 const AMDGPUSubtarget &ST = AMDGPUSubtarget::get(MF); in analyzeFormalArgumentsCompute()
931 // to get accurate in-memory offsets. The "PartOffset" is completely useless in analyzeFormalArgumentsCompute()
934 // We also need to figure out what type legalization is trying to do to get in analyzeFormalArgumentsCompute()
1238 DAG.ExtractVectorElements(U.get(), Args); in LowerCONCAT_VECTORS()
1265 ISD::CondCode CCOpcode = cast<CondCodeSDNode>(CC)->get(); in combineFMinMaxLegacy()
1298 // We need to permute the operands to get the correct NaN behavior. The in combineFMinMaxLegacy()
2614 // Convert to target node to get known bits in LowerFP_TO_FP16()
2640 // Subtract the fp64 exponent bias (1023) to get the real exponent and in LowerFP_TO_FP16()
2641 // add the f16 bias (15) to get th in LowerFP_TO_FP16()
[all...]
/third_party/python/Lib/test/
H A Dtest_decimal.py337 funct = self.ChangeDict.get(funct, (lambda *args: None))
369 fname = self.NameAdapter.get(funct, funct)
5378 self.assertFalse(c.flags.get(Overflow))
5379 self.assertIs(c.flags.get("x"), None)
5380 self.assertEqual(c.flags.get("x", "y"), "y")
5381 self.assertRaises(TypeError, c.flags.get, "x", "y", "z")
5850 # procedure insures that new files do not get skipped.
H A Dtest_enum.py3353 self.assertFalse(cls.__dict__.get('_test', False))
3368 self.assertFalse(NoEnum.__dict__.get('_test1', False))
3369 self.assertFalse(NoEnum.__dict__.get('_test2', False))
3380 self.assertFalse(WhereEnum.__dict__.get('_test1', False))
3382 self.assertFalse(NeverEnum.__dict__.get('_test1', False))
3383 self.assertFalse(NeverEnum.__dict__.get('_test2', False))
4618 # values, otherwise the already created enum values get converted
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp215 EXPECT_EQ(abilityMs_->GetMissionListManagerByUserId(100).get(), nullptr); in HWTEST_F()
235 EXPECT_EQ(abilityMs_->GetDataAbilityManagerByUserId(100).get(), nullptr); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp682 PaintTextField(offset, context, magnifierCanvas_.get(), true);
754 auto paragraphTxt = static_cast<txt::ParagraphTxt*>(paragraph_.get());
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.cpp73 return textPickerInstance_.get(); in GetInstance()
92 return textPickerDialogInstance_.get(); in GetInstance()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessible_ability_manager_service_test.cpp109 EXPECT_NE(abilityInfo.get(), nullptr); in RegisterAbilityConnectionClient()
1836 EXPECT_NE(data.get(), nullptr); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp1492 // get label id in from_json()
1501 // get icon id in from_json()
2455 configJson = jsonObject.get<ProfileReader::ConfigJson>(); in TransformTo()
2486 bundlePackInfo = jsonObject.get<BundlePackInfo>(); in TransformTo()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_test_ng.cpp73 return textPickerInstance_.get(); in GetInstance()
83 return textPickerDialogInstance_.get(); in GetInstance()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1380 LOG_E(BMS_TAG_INSTALLD, "get native library file names failed"); in PrepareEntryMap()
1735 std::string extensionType = jsonObject.at(EXTENSION_TYPE_NAME).get<std::string>(); in LoadNeedCreateSandbox()
1749 return object.at(EXTENSION_SERVICE_NEED_CREATE_SANDBOX).get<bool>(); in LoadExtensionNeedCreateSandbox()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp384 ROSEN_LOGE("RSMarshallingHelper::Marshalling get bitmap failed"); in Marshalling()
2032 return parcel.WriteParcelable(val.get()); \
2049 return parcel.WriteParcelable(val.get()); \
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dwebp_exif_metadata_accessor_test.cpp1720 ASSERT_NE(std::get<0>(ret), 0); in HWTEST_F()
1723 ASSERT_NE(std::get<0>(ret), 0); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp118 LOGE("get assets by gid or hashkey failed %d.", errCode); in FillCloudAssetForDownload()
156 LOGE("get update asset data cursor stmt failed %d.", errCode); in IncreaseCursorOnAssetData()
262 LOGW("get version from vBucket failed."); in BindUpdateVersionStatement()
317 LOGE("get and bind asset failed %d.", errCode); in InitFillUploadAssetStatement()
545 LOGE("get db file name failed."); in GetAndResetServerObserverData()
558 LOGE("get clear all temp trigger stmt failed %d.", errCode); in ClearAllTempSyncTrigger()
588 LOGE("get clean tracker data stmt failed %d.", errCode); in CleanTrackerData()
759 LOGE("get clean shared data stmt failed %d.", errCode); in CleanShareTable()
774 LOGE("get clean shared log stmt failed %d.", errCode); in CleanShareTable()
797 LOGE("[RDBExecutor] get referenc in GetReferenceGid()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1003 /* NOTE: We don't get a reference for the pointer in the PE in pnv_ioda_setup_dev_PE()
1126 * same GPU get assigned the same PE. in pnv_ioda_setup_npu_PE()
1242 * skip allocating a TCE table, etc unless we get a non-bridge device. in pnv_pci_ioda_dma_dev_setup()
1464 .get = pnv_tce_get,
1605 .get = pnv_tce_get,
1724 * requires some added smarts with our get/put_tce implementation in pnv_pci_ioda1_setup_dma_pe()
3168 * This can happen if we get a PHB fatal error in very early in pnv_pci_init_ioda_phb()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_user.c133 /* Must add data_off and mb_addr to get the address */
253 .get = tcmu_get_global_max_data_area,
290 .get = tcmu_get_block_netlink,
515 /* try to get new page from the mm */ in tcmu_get_empty_block()
712 /* get next dbi and add to IOVs */ in scatter_data_area()
854 /* try to check and get the data blocks as needed */ in tcmu_alloc_data_space()
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm325 %undef stack_offset ; so that the current value of stack_offset doesn't get baked in by xdefine
397 ; eax/rax for this purpose since it can potentially get overwritten as a return value.
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java254 * get the expected results.
948 // getID() return canonical case yet. It will all get rewritten in TestLiberalizedID()
2266 errln("FAIL: Did not get expected exception"); in TestParseError()
2290 errln("FAIL: Did not get the expected exception"); in TestOutputSet()
2310 errln("FAIL: Did not get the expected exception"); in TestVariableRange()
2328 errln("FAIL: Did not get the expected exception"); in TestInvalidPostContext()
2536 errln("FAIL: Did not get the expected exception"); in TestAnchorMasking()
2691 // Since Transliterators are immutable, we don't have to clone on set & get
2699 return (Transliterator) m.get(ID); in getInstance()
2911 return (Transliterator) m.get(ne in getInstance()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetTest.java113 errln("Can't get property name for: " in TestPropertyAccess()
138 errln("Can't get property value name for: " in TestPropertyAccess()
1945 new String((char[]) contents.get(s)) + "\""); in lookup()
1946 return (char[])contents.get(s); in lookup()
2238 * get the same thing back
2783 // After a reasonable limit, we should get an error. in TestDeepPattern()

Completed in 139 milliseconds

1...<<531532533534535536537538539540>>...570