/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 431 // Check the case where we might introduce a second constant operand to a in tryAddToFoldList() 777 B.addImm(Defs[I].second); in foldOperand() 1172 // again. The same constant folded instruction could also have a second in foldInstOperand()
|
H A D | SIRegisterInfo.cpp | 798 VGPRDefined = !SGPRSpillVGPRDefinedSet.insert(Spill.VGPR).second; in spillSGPR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.cpp | 1152 unsigned NewOpcode = ImmToIdxMap.find(OpC)->second; in eliminateFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 861 // Check whether there's a second register. in parseAddress() 931 // second is the base. in parseAddress() 1042 // If first == second, couldn't find a match in the table. in ParseDirectiveInsn() 1043 if (EntryRange.first == EntryRange.second) in ParseDirectiveInsn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 380 if (Processed.insert(&BB).second) in runOnMachineFunction() 625 // The first element is an register file pseudo instruction, the second is the 802 // element is an instruction, the second is the version which pops. 1015 /// the second one in ST(1). 1424 // Change the second operand to the stack register that the operand is in. in handleCondMovFP() 1431 // If we kill the second operand, make sure to pop it from the stack. in handleCondMovFP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1474 for (Function *F : P.second) in instrumentPersonalityFunctions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8664.h | 100 return Element != Producers.end() && Element->second.Instr != nullptr; in containsValid()
|
/third_party/vixl/src/aarch64/ |
H A D | cpu-features-auditor-aarch64.cc | 1834 (it->second)(this, instr); in Visit()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.cc | 303 // The second call stores its errors in a supplied string vector. 443 // The second call stores its errors in a supplied string vector. 446 // In the first and second calls, the length of dest is returned. In the 1792 GET_INPUT(second, 3); in Base64UnescapeInternal()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format_lite.h | 1262 if (p.second < 0 || !value->MergePartialFromCodedStream(input)) return false; in ReadMessage()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/ |
H A D | type_traits_test.cc | 32 U second; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | time_test.cc | 51 EXPECT_EQ(s, ci.cs.second()); \ 1085 // One second later should push us to infinity. in TEST() 1110 // One second before should push us to -infinity. in TEST() 1138 // One second later should push us to infinity. in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_function_test.cpp | 34 pair->set_second(compare_and_select_id.second); in MakeAccessClampingInfo()
|
/third_party/spirv-tools/test/val/ |
H A D | val_capability_test.cpp | 43 // capability name that will begin the assembly under test, the second the 83 return std::get<1>(p).second; in MustSucceed()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceDefinitionUtil.cpp | 1212 maxSize = de::max<int>(maxSize, it->second);
|
H A D | es31fShaderMultisampleInterpolationTests.cpp | 180 if (it->second < rareThreshold) in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 147 AFTER_PIPELINES = 3, // After a static state pipeline and a second dynamic state pipeline have been bound. 1745 { SequenceOrdering::AFTER_PIPELINES, "after_pipelines", "Dynamic state set after both a static-state pipeline and a second dynamic-state pipeline have been bound" }, in createColorWriteEnableTests() 1746 { SequenceOrdering::BEFORE_GOOD_STATIC, "before_good_static", "Dynamic state set after a dynamic pipeline has been bound and before a second static-state pipeline with the right values has been bound" }, in createColorWriteEnableTests() 1765 AddSingleTestCaseDynamic("enable_second", "Dynamically enable writes to the second color attachment", pct, mask_second, kChannelCase.enabledChannels, false, orderingGroup.get(), testCtx, kOrdering); in createColorWriteEnableTests() 1768 AddSingleTestCaseDynamic("enable_second_and_last", "Dynamically enable writes to the second and last color attachments", pct, mask_second_and_last, kChannelCase.enabledChannels, false, orderingGroup.get(), testCtx, kOrdering); in createColorWriteEnableTests() 1772 AddSingleTestCaseDynamic("disable_second", "Dynamically disable writes to the second color attachment", pct, mask_second, kChannelCase.enabledChannels, true, orderingGroup.get(), testCtx, kOrdering); in createColorWriteEnableTests() 1775 AddSingleTestCaseDynamic("disable_second_and_last", "Dynamically disable writes to the second and last color attachments", pct, mask_second_and_last, kChannelCase.enabledChannels, true, orderingGroup.get(), testCtx, kOrdering); in createColorWriteEnableTests() 1788 AddSingleTestCaseStatic("enable_second", "Statically enable writes to the second color attachment", pct, mask_second, kChannelCase.enabledChannels, false, staticOrderingGroup.get(), testCtx); in createColorWriteEnableTests() 1791 AddSingleTestCaseStatic("enable_second_and_last", "Statically enable writes to the second and last color attachments", pct, mask_second_and_last, kChannelCase.enabledChannels, false, staticOrderingGroup.get(), testCtx); in createColorWriteEnableTests() 1795 AddSingleTestCaseStatic("disable_second", "Statically disable writes to the second colo in createColorWriteEnableTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 159 return itr->second; in getAlternativeFormat() 969 // of samples is initialized with 1 and second half with 255 in submit() 1282 " bool condition = (int(value) == 8);\n" // select second sample value (to make it smallest) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 139 return it->second; in getQueues()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoDecodeTests.cpp | 828 const tcu::IVec3& ref = referencePixels[i].second;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BlitGL.cpp | 240 mStateManager->deleteProgram(blitProgram.second.program); in ~BlitGL() 338 // Make a temporary framebuffer using the second scratch texture to render the swizzled result in copySubImageToLUMAWorkaroundTexture()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_funcs.hpp | 12627 std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterDescriptionKHR, PerformanceCounterDescriptionKHRAllocator> & counterDescriptions = data_.second; in enumerateQueueFamilyPerformanceQueryCountersKHR() 12679 std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterDescriptionKHR, PerformanceCounterDescriptionKHRAllocator> & counterDescriptions = data_.second; in enumerateQueueFamilyPerformanceQueryCountersKHR() [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_proxy.cpp | 5692 size = static_cast<int32_t>(config.second.size()); in UpdateAssociateConfigInner() 5701 for (const auto& item : config.second) { in UpdateAssociateConfigInner()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 1594 int32_t uid = cloneInfoIter->second.uid; in CleanBundleCacheTask() 4151 distributionType = typeIter->second; in SetProvisionInfoToInnerBundleInfo()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 4250 it->second(optarg); in RunAsGetOdid() 4294 it->second(optarg); in RunAsUpdateAppEncryptedStatus()
|