Home
last modified time | relevance | path

Searched refs:get (Results 9051 - 9075 of 13118) sorted by relevance

1...<<361362363364365366367368369370>>...525

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dssa_rewrite_pass.cpp365 // chain until we get to a float value or a non-target var (i.e. a variable in ProcessLoad()
481 "Tried to get the final argument from an incomplete/trivial Phi"); in GetPhiArgument()
551 generated_phis.push_back(phi_inst.get()); in ApplyReplacements()
721 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_duplicate_region_with_selection.cpp473 auto duplicated_block_ptr = duplicated_block.get(); in Apply()
524 user_block == merge_block.get()) { in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dssa_rewrite_pass.cpp365 // chain until we get to a float value or a non-target var (i.e. a variable in ProcessLoad()
481 "Tried to get the final argument from an incomplete/trivial Phi"); in GetPhiArgument()
551 generated_phis.push_back(phi_inst.get()); in ApplyReplacements()
721 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dloop_fission.cpp2545 where split but would not get hit before the read currently.
2926 loop_fission.SetContextForTesting(context.get()); in TEST_F()
3184 loop_fission.SetContextForTesting(context.get()); in TEST_F()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dislamcal.cpp417 int32_t start = CalendarCache::get(&gMonthCache, month, status); in trueMonthStart()
554 // If useMonth is true, get the day before the start of the month.
678 UPRV_UNREACHABLE; // should not get here, out of range in handleComputeFields()
751 gSystemDefaultCenturyStartYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury()
H A Dlistformatter.cpp329 result = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal()
341 ListFormatInternal* temp = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal()
H A Dmeasfmt.cpp557 nf = numberFormat->get(); in formatMeasures()
697 // get the unitPattern from LongNameHandler and handle fallback to OTHER. in formatMeasure()
758 const DecimalFormat *numberFormatter = dynamic_cast<const DecimalFormat*>(numberFormat->get()); in formatNumeric()
842 nf = numberFormat->get(); in formatMeasuresSlowTrack()
H A Dreldtfmt.cpp90 // We do need to get separate patterns for the date & time styles. in RelativeDateFormat()
229 // this is just here to get around the hiding problem in format()
587 int32_t dayDiff = cal.get(UCAL_JULIAN_DAY, status) - nowCal->get(UCAL_JULIAN_DAY, status); in dayDifference()
/third_party/skia/tests/
H A DBlurTest.cpp376 if (nullptr == mf.get()) { in DEF_TEST()
528 ToolUtils::PixelIter iter(surf.get()); in DEF_TEST()
H A DRegionTest.cpp272 const size_t bytesWritten = region.writeToMemory(storage.get()); in test_write()
277 REPORTER_ASSERT(r, copy.readFromMemory(storage.get(), bytesNeeded)); in test_write()
/third_party/python/Lib/concurrent/futures/
H A Dprocess.py244 call_item = call_queue.get(block=True)
385 work_id = self.work_ids_queue.get(block=False)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDIBuilder.h645 return DIExpression::get( in createConstantValueExpression()
874 /// If \c Replacement is the same as \c N.get(), instead call \a
879 if (N.get() == Replacement) in replaceTemporary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h80 coveragemap_error get() const { return Err; } in get() function in llvm::coverage::CoverageMapError
168 Counter get(const CounterExpression &E);
511 /// This is the main interface to get coverage information, using a profile to
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DVirtualFileSystem.h164 assert(Impl.get() != nullptr && "requires non-null implementation"); in directory_iterator()
236 "Cannot get level without any iteration state"); in level()
609 Entry *getLastContent() const { return Contents.back().get(); } in getLastContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h204 Operands = Recycler.allocate(RecyclerCapacity::get(MaxOperands), Allocator);
207 Recycler.deallocate(RecyclerCapacity::get(MaxOperands), Operands);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp293 assert(V == UI.get()); in analyzeAllUses()
349 if (A->get() == V) { in analyzeAllUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp284 // If it's wrong, we'll materialize the constant and still get to the
365 // Conservatively assume all GPR callee-saved registers get pushed.
400 assert(MI && "Unable to get the legal offset for nil instruction.");
418 const MCInstrDesc &MCID = TII->get(AArch64::ADDXri);
508 BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(AArch64::LDG), ScratchReg)
531 // If we get here, the immediate doesn't fit into the instruction. We folded
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp171 OrigMI.getDebugLoc(), TII->get(DPPOp)); in createDPPInst()
441 TII->get(AMDGPU::IMPLICIT_DEF), CombOldVGPR.Reg); in combineDPPMov()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp386 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); in legalizeCustom()
466 *ConstantInt::get(Ctx, AsInteger)); in legalizeCustom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp693 BuildMI(MBB, DL, TII->get(X86::JCC_1)).addMBB(SinkMBB).addImm(CC); in convertCmovInstsToBranches()
836 MIB = BuildMI(*SinkMBB, SinkInsertionPoint, DL, TII->get(X86::PHI), DestReg) in convertCmovInstsToBranches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp23 /// TODO: Use the PM to get domtrees, and preserve BFI/BPI.
692 return *ORE.get(); in runOnModule()
724 return *ORE.get(); in run()
/third_party/skia/tools/skqp/src/
H A Dskqp.cpp295 testCtx->makeContext(context_options(gm.get())).get(), in evaluateGM()
/third_party/typescript/tests/baselines/reference/
H A DrecursiveConditionalTypes.js84 unbox({ value: { value: { get value() { return this; } }}}); // { readonly value: ... }
194 unbox({ value: { value: { get value() { return this; } } } }); // { readonly value: ... }
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DFieldPresenceTest.java63 assertTrue(hasMethod(classWithFieldPresence, "get" + camelName)); in assertHasMethodRemoved()
65 assertTrue(hasMethod(classWithoutFieldPresence, "get" + camelName)); in assertHasMethodRemoved()
333 EnumValueDescriptor defaultEnumValueDescriptor = enumDescriptor.getValues().get(0); in testFieldPresenceDynamicMessage()
334 EnumValueDescriptor nonDefaultEnumValueDescriptor = enumDescriptor.getValues().get(1); in testFieldPresenceDynamicMessage()
H A DNioByteStringTest.java293 byteBuffer.get(roundTripBytes); in testAsReadOnlyByteBuffer()
307 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList()
631 assertTrue("Didn't get a ByteString back", o instanceof ByteString); in testJavaSerialization()
632 assertEquals("Should get an equal ByteString back", testString, o); in testJavaSerialization()

Completed in 37 milliseconds

1...<<361362363364365366367368369370>>...525