Home
last modified time | relevance | path

Searched refs:first (Results 6301 - 6325 of 6760) sorted by relevance

1...<<251252253254255256257258259260>>...271

/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djdsample-avx2.asm269 ; -- process the first column block
H A Djdsample-sse2.asm249 ; -- process the first column block
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dframe_enc.c237 int n = res->first; in PutCoeffs()
753 // Warning! order is important: first call VP8Decimate() and in VP8EncLoop()
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dgl.h471 GL_API void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp195 // first assume the inital tangents are the ordering
427 SkOpSegment* seg1 = contour.first(); in testQuadAngles()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-arabic-table.hh417 uint16_t first; member
/third_party/python/Lib/test/
H A Dtest_pprint.py317 o2 = dict(first=1, second=2, third=3)
321 {'first': 1, 'second': 2, 'third': 3}]"""
325 { 'first': 1,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLTraits.h555 // Check for infinity first, because checking for hex and oct numbers is more in isNumeric()
1944 io.mapRequired(p.first.c_str(), p.second); in output()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp877 // Check affine first, so if it's not we don't try to compute the step in parseLoopLatchICmp()
954 BPI->getEdgeProbability(ExitEdge.first, ExitEdge.second); in isLoopProfitableToPredicate()
H A DLoopFuse.cpp33 /// candidates, first confirming that the candidate is eligible for fusion. The
365 // Do this compare first so if LHS == RHS, function returns false. in operator ()()
610 // flow equivalent with the first loop in that list. If it is, append LV. in collectFusionCandidates()
666 LLVM_DEBUG(dbgs() << "Trip count of first loop could not be computed!"); in identicalTripCounts()
820 FC0 = FC1 = InsertPos.first; in fuseCandidates()
1052 /// If the compare instructions are identical, then the first successor of the
1054 /// NonLoopBlock). In other words, the the first successor of both loops must
1185 // block is the latch block of the first loop. Nothing needs to be done in performFusion()
1193 // Replace incoming blocks for header PHIs first. in performFusion()
1200 // The old exiting block of the first loo in performFusion()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp231 // Add insert edges first. Experimentally, for the particular case of two in MergeBlockIntoPredecessor()
233 // respectively, it is beneficial to have all insert updates first. Deleting in MergeBlockIntoPredecessor()
234 // edges first may lead to unreachable blocks, followed by inserting edges in MergeBlockIntoPredecessor()
348 // to keep the last one (i.e. the first found since we for reverse in removeRedundantDbgInstrsUsingBackwardScan()
397 VMI->second.first != DVI->getValue() || in removeRedundantDbgInstrsUsingForwardScan()
875 // There is no second clone. Just replace the landing pad with the first in SplitLandingPadPredecessors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DHost.cpp83 // We need to find the first line which starts with cpu, spaces, and a colon. in getHostCPUNameForPowerPC()
414 // support. Consequently, for i386, the presence of CPUID is checked first
1034 // Darwin lazily saves the AVX512 context on first use: trust that the OS will in getAvailableFeatures()
1157 // Check subtypes first since those are more specific. in getHostCPUName()
1290 auto Name = Data.first.trim(); in computeHostNumPhysicalCores()
1379 // Darwin lazily saves the AVX512 context on first use: trust that the OS will in getHostCPUFeatures()
1467 // The target feature here only refers to the the first of these two. in getHostCPUFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp444 SIFunctionResourceInfo &Info = I.first->second; in runOnMachineFunction()
H A DAMDGPULibFunc.cpp132 // latest 'lead' argument type in the order of encoding from first to last.
543 StringSwitch<AMDGPULibFunc::ENamePrefix>(P.first)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp288 // The conformance tag must be emitted first when serialised
294 // emitted first in a file-scope sub-subsection of the first
476 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp301 V = IRB.CreateGEP(ArgIndex.first, V, Ops, V->getName() + ".idx"); in doPromotion()
600 // If the pointer is always valid, any load with first index 0 is valid. in isSafeToPromoteArgument()
762 // To do this, we perform a depth first search on the inverse CFG from the in isSafeToPromoteArgument()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h369 at = BBNodeMap.insert(std::move(V)).first; in getBBNode()
734 // detected first, detection of bigger regions is faster, as we can jump in scanForRegions()
/third_party/rust/crates/clap/tests/builder/
H A Drequire.rs377 // instead of the first. in required_unless_any_2()
1185 .value_parser(["silent", "quiet", "diagnose-first"]), in issue_2624()
1463 .arg(arg!(--"require-first").requires("first")) in required_require_with_group_shows_flag()
1464 .arg(arg!(--first).group("either_or_both")) in required_require_with_group_shows_flag()
1473 --first in required_require_with_group_shows_flag()
1475 Usage: test --require-first <--first|--second> in required_require_with_group_shows_flag()
1479 utils::assert_output(cmd, "test --require-first --second", EXPECTED, true); in required_require_with_group_shows_flag()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h130 void* address = it.first; in ~ConstructorTracker()
1039 * AssertionFailure after the first contract callback returns an
1062 * AssertionFailure after the first contract callback returns an
/third_party/spirv-tools/source/opt/
H A Dloop_dependence.cpp162 // Compare 2 fractions while first normalizing them, e.g. 2/4 and 4/8 will both
254 // chains past the first. in GetDependence()
775 // Now we want to see if we can detect to peel the first or last iterations. in WeakZeroSourceSIVTest()
795 // We have found that peeling the first iteration will break dependency. in WeakZeroSourceSIVTest()
797 "WeakZeroSourceSIVTest has found peeling first iteration will break " in WeakZeroSourceSIVTest()
928 // Now we want to see if we can detect to peel the first or last iterations. in WeakZeroDestinationSIVTest()
947 // We have found that peeling the first iteration will break dependency. in WeakZeroDestinationSIVTest()
949 "WeakZeroDestinationSIVTest has found peeling first iteration will " in WeakZeroDestinationSIVTest()
1407 SENode* new_first = subscript_pair.first; in PropagateConstraints()
H A Doptimizer.cpp290 std::string pass_name = p.first; in RegisterPassFromFlag()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp655 str << " <Number Name=\"" << it->first << "\" Description=\"The test group case duration in microseconds\" Tag=\"Time\" Unit=\"us\">" << it->second << "</Number>" << std::endl; in reportDurations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiPresentIdWaitTests.cpp590 if (diff < timeoutRange.first || diff > timeoutRange.second) in run()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp487 const deUint32 srcPlaneNdx (planes.first); in genCopies()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorVulkan.cpp608 // Insert the varying declaration before the first function.
1319 switch (iter.first) in writeExtensionBehavior()

Completed in 53 milliseconds

1...<<251252253254255256257258259260>>...271