/aosp_15_r20/external/llvm/test/CodeGen/AMDGPU/ |
H A D | detect-dead-lanes.mir | 42 %3 = REG_SEQUENCE %0, %subreg.sub0, %1, %subreg.sub1, %2, %subreg.sub3 62 # CHECK: S_NOP 0, implicit %1:sub3 71 # CHECK: S_NOP 0, implicit undef %4:sub3 103 %1 = INSERT_SUBREG %0, %sgpr1, %subreg.sub3 108 S_NOP 0, implicit %1:sub3 117 S_NOP 0, implicit %4:sub3 142 # CHECK: S_NOP 0, implicit %3:sub3 157 # CHECK: S_NOP 0, implicit %12:sub3 192 S_NOP 0, implicit %3:sub3 207 S_NOP 0, implicit %12:sub3 [all …]
|
/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/analysis/ |
H A D | CommonSuperclassTest.java | 83 TestUtils.makeInterfaceDef("Liface/sub3;", "Liface/base1;"), in CommonSuperclassTest() 84 TestUtils.makeInterfaceDef("Liface/sub4;", "Liface/base1;", "Liface/sub3;"), in CommonSuperclassTest() 87 TestUtils.makeClassDef("Liface/classsub3;", "Ljava/lang/Object;", "Liface/sub3;", in CommonSuperclassTest() 89 TestUtils.makeClassDef("Liface/classsub4;", "Ljava/lang/Object;", "Liface/sub3;", in CommonSuperclassTest() 93 "Liface/sub2;", "Liface/sub3;", "Liface/sub4;")); in CommonSuperclassTest() 207 String sub3 = "Liface/sub3;"; in testGetCommonSuperclass_interfaces() local 225 superclassTest(base1, base1, sub3); in testGetCommonSuperclass_interfaces() 232 superclassTest(object, sub3, iface1); in testGetCommonSuperclass_interfaces() 249 superclassTest(sub3, sub3, classsub3); in testGetCommonSuperclass_interfaces() 252 superclassTest(sub3, sub3, classsub4); in testGetCommonSuperclass_interfaces() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/ |
H A D | MobileIconsInteractorTest.kt | 157 val (sub3, sub4) = in filteredSubscriptions_opportunistic_grouped_configFalse_showsActive_3() constant 163 connectionsRepository.setSubscriptions(listOf(sub3, sub4)) in filteredSubscriptions_opportunistic_grouped_configFalse_showsActive_3() 171 assertThat(latest).isEqualTo(listOf(sub3)) in filteredSubscriptions_opportunistic_grouped_configFalse_showsActive_3() 177 val (sub3, sub4) = in filteredSubscriptions_opportunistic_grouped_configFalse_showsActive_4() constant 183 connectionsRepository.setSubscriptions(listOf(sub3, sub4)) in filteredSubscriptions_opportunistic_grouped_configFalse_showsActive_4() 197 val (sub1, sub3) = in filteredSubscriptions_oneOpportunistic_grouped_configTrue_showsPrimary_active_1() constant 203 connectionsRepository.setSubscriptions(listOf(sub1, sub3)) in filteredSubscriptions_oneOpportunistic_grouped_configTrue_showsPrimary_active_1() 218 val (sub1, sub3) = in filteredSubscriptions_oneOpportunistic_grouped_configTrue_showsPrimary_nonActive_1() constant 224 connectionsRepository.setSubscriptions(listOf(sub1, sub3)) in filteredSubscriptions_oneOpportunistic_grouped_configTrue_showsPrimary_nonActive_1() 239 val (sub1, sub3) = in filteredSubscriptions_vcnSubId_agreesWithActiveSubId_usesActiveAkaVcnSub() constant [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_subprogs.c | 29 static __noinline int sub3(int z) in sub3() function 39 return w + sub3(5) + sub1(6); in sub4() 76 res1 = sub1(1) + sub3(2); /* (1 + 1) + (2 + 3 + (4 + 1)) = 12 */ in prog1() 88 res2 = sub2(3) + sub3(4); /* (3 + 2) + (4 + 3 + (4 + 1)) = 17 */ in prog2() 109 res3 = sub3(5) + 6; /* (5 + 3 + (4 + 1)) + 6 = 19 */ in prog3()
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.td | 137 def SGPR_128Regs : RegisterTuples<[sub0, sub1, sub2, sub3], 144 def SGPR_256 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7], 155 def SGPR_512 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7, 186 def TTMP_128Regs : RegisterTuples<[sub0, sub1, sub2, sub3], 210 def VGPR_128 : RegisterTuples<[sub0, sub1, sub2, sub3], 217 def VGPR_256 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7], 228 def VGPR_512 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7,
|
H A D | R600OptimizeVectorRegisters.cpp | 15 /// vreg5<def> = REG_SEQ vreg1, sub0, vreg2, sub1, vreg3, sub2, undef, sub3 17 /// vreg7<def> = REG_SEQ vreg1, sub0, vreg3, sub1, undef, sub2, vreg4, sub3 18 /// (swizzable Inst) vreg7, SwizzleMask : sub0, sub1, sub2, sub3 21 /// vreg5<def> = REG_SEQ vreg1, sub0, vreg2, sub1, vreg3, sub2, undef, sub3 23 /// vreg7<def> = INSERT_SUBREG vreg4, sub3 24 /// (swizzable Inst) vreg7, SwizzleMask : sub0, sub2, sub1, sub3
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 14 /// %5 = REG_SEQ %1, sub0, %2, sub1, %3, sub2, undef, sub3 16 /// %7 = REG_SEQ %1, sub0, %3, sub1, undef, sub2, %4, sub3 17 /// (swizzable Inst) %7, SwizzleMask : sub0, sub1, sub2, sub3 20 /// %5 = REG_SEQ %1, sub0, %2, sub1, %3, sub2, undef, sub3 22 /// %7 = INSERT_SUBREG %4, sub3 23 /// (swizzable Inst) %7, SwizzleMask : sub0, sub2, sub1, sub3
|
H A D | SIRegisterInfo.td | 58 list<SubRegIndex> ret4 = [sub0, sub1, sub2, sub3]; 59 list<SubRegIndex> ret5 = [sub0, sub1, sub2, sub3, sub4]; 60 list<SubRegIndex> ret6 = [sub0, sub1, sub2, sub3, sub4, sub5]; 61 list<SubRegIndex> ret7 = [sub0, sub1, sub2, sub3, sub4, sub5, sub6]; 62 list<SubRegIndex> ret8 = [sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7]; 63 list<SubRegIndex> ret9 = [sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7, sub8]; 64 list<SubRegIndex> ret10 = [sub0, sub1, sub2, sub3, 67 list<SubRegIndex> ret11 = [sub0, sub1, sub2, sub3, 70 list<SubRegIndex> ret12 = [sub0, sub1, sub2, sub3, 73 list<SubRegIndex> ret16 = [sub0, sub1, sub2, sub3, [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 14 /// %5 = REG_SEQ %1, sub0, %2, sub1, %3, sub2, undef, sub3 16 /// %7 = REG_SEQ %1, sub0, %3, sub1, undef, sub2, %4, sub3 17 /// (swizzable Inst) %7, SwizzleMask : sub0, sub1, sub2, sub3 20 /// %5 = REG_SEQ %1, sub0, %2, sub1, %3, sub2, undef, sub3 22 /// %7 = INSERT_SUBREG %4, sub3 23 /// (swizzable Inst) %7, SwizzleMask : sub0, sub2, sub1, sub3
|
/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/ |
H A D | JBig2_Image_unittest.cpp | 184 auto sub3 = empty->SubImage(-1, -1, 2, 2); in TEST() local 185 EXPECT_EQ(sub3->width(), 2); in TEST() 186 EXPECT_EQ(sub3->height(), 2); in TEST() 189 sub3 = empty->SubImage(-1, -1, -100, -100); in TEST() 190 EXPECT_EQ(sub3->width(), 0); in TEST() 191 EXPECT_EQ(sub3->height(), 0); in TEST()
|
/aosp_15_r20/external/llvm/test/Transforms/Inline/ |
H A D | inline-fp.ll | 113 %sub3 = fsub float %conv2, %mul 114 %div = fdiv float %sub3, %mul 126 %sub3 = fsub float %conv2, %mul 127 %div = fdiv float %sub3, %mul
|
/aosp_15_r20/device/google/felix/ |
D | thermal_info_config_charge_felix.json | 89 "Name":"CLOSE-SUB3", 138 "Combination":["CLOSE-SUB2", "CLOSE-SUB3", "CLOSE-SUB4", "CLOSE-SUB5"], 165 "Name":"OPEN-SUB3", 203 "Combination":["OPEN-SUB1", "OPEN-SUB2", "OPEN-SUB3", "OPEN-SUB4", "OPEN-SUB5"],
|
D | thermal_info_config_felix.json | 95 "Name":"CLOSE-SUB3", 144 "Combination":["CLOSE-SUB2", "CLOSE-SUB3", "CLOSE-SUB4", "CLOSE-SUB5"], 171 "Name":"OPEN-SUB3", 209 "Combination":["OPEN-SUB1", "OPEN-SUB2", "OPEN-SUB3", "OPEN-SUB4", "OPEN-SUB5"],
|
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/ |
H A D | arm64-csel.ll | 57 %sub3 = sub nsw i32 0, %sub 58 %cond = select i1 %cmp, i32 %sub, i32 %sub3 87 %sub3 = sub nsw i32 0, %sub 88 %cond = select i1 %cmp, i32 %sub, i32 %sub3
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/ |
D | test_json_prints.txt | 11 stdout '"Action":"output","Package":"p","Test":"Test/Sub3","Output":"foo bar"}' 12 stdout '"Action":"output","Package":"p","Test":"Test/Sub3","Output":"baz\\n"}' 44 t.Run("Sub3", func(t *testing.T) {
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | lossless.c | 82 // gcc <= 4.9 on ARM generates incorrect code in Select() when Sub3() is 90 static LOCAL_INLINE int Sub3(int a, int b, int c) { in Sub3() function 100 Sub3((a >> 24) , (b >> 24) , (c >> 24) ) + in Select() 101 Sub3((a >> 16) & 0xff, (b >> 16) & 0xff, (c >> 16) & 0xff) + in Select() 102 Sub3((a >> 8) & 0xff, (b >> 8) & 0xff, (c >> 8) & 0xff) + in Select() 103 Sub3((a ) & 0xff, (b ) & 0xff, (c ) & 0xff); in Select()
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-menu/test/ |
H A D | paper-submenu.html | 85 sub1, sub2, sub3, 94 sub3 = menu.querySelectorAll('paper-submenu')[2]; 98 collapse3 = Polymer.dom(sub3.root).querySelector('iron-collapse'); 102 trigger3 = sub3.querySelector('.menu-trigger');
|
/aosp_15_r20/external/llvm/test/Transforms/LoopVectorize/ |
H A D | global_alias.ll | 364 %sub3 = sub nsw i32 %sub2, 1 365 …0 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3 416 %sub3 = sub nsw i32 %sub2, 1 417 …0 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3 468 %sub3 = sub nsw i32 %sub2, 10 469 …0 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3 583 %sub3 = sub nsw i32 100, %5 584 %sub4 = sub nsw i32 %sub3, 1 750 %sub3 = sub nsw i32 %sub2, 1 751 …0 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3
|
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/ |
D | ResetNetworkSubscriptionPreferenceControllerTest.java | 278 createSubInfo(SUBID_3, "sub3"), createSubInfo(SUBID_4, "sub4")); in refreshUi_defaultSelection_fourthPriority_system() 291 createSubInfo(SUBID_2, "sub2"), createSubInfo(SUBID_3, "sub3"), in refreshUi_defaultSelection_thirdPriority_sms() 306 createSubInfo(SUBID_2, "sub2"), createSubInfo(SUBID_3, "sub3"), in refreshUi_defaultSelection_secondPriority_voice() 322 createSubInfo(SUBID_2, "sub2"), createSubInfo(SUBID_3, "sub3"), in refreshUi_defaultSelection_firstPriority_data()
|
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/system/ |
D | ResetNetworkSubscriptionPreferenceControllerTest.java | 278 createSubInfo(SUBID_3, "sub3"), createSubInfo(SUBID_4, "sub4")); in refreshUi_defaultSelection_fourthPriority_system() 291 createSubInfo(SUBID_2, "sub2"), createSubInfo(SUBID_3, "sub3"), in refreshUi_defaultSelection_thirdPriority_sms() 306 createSubInfo(SUBID_2, "sub2"), createSubInfo(SUBID_3, "sub3"), in refreshUi_defaultSelection_secondPriority_voice() 322 createSubInfo(SUBID_2, "sub2"), createSubInfo(SUBID_3, "sub3"), in refreshUi_defaultSelection_firstPriority_data()
|
/aosp_15_r20/external/clang/test/FixIt/ |
H A D | typo.m | 5 // RUN: grep "@implementation Sub3" %t 155 @interface Sub3 : Super interface 159 @implementation Sub3 implementation
|
/aosp_15_r20/external/llvm/test/Transforms/SLPVectorizer/AArch64/ |
H A D | horizontal.ll | 31 %sub3 = sub nsw i32 0, %sub 32 %sub3.sub = select i1 %cmp2, i32 %sub3, i32 %sub 33 %add = add nsw i32 %sub3.sub, %s.026
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | deblock_msa.c | 549 v4i32 sub0, sub1, sub2, sub3; in vpx_mbpost_proc_across_ip_msa() local 578 UNPCK_SH_SW(sub_l, sub2, sub3); in vpx_mbpost_proc_across_ip_msa() 581 MUL4(sum0_w, sub0, sum1_w, sub1, sum2_w, sub2, sum3_w, sub3, mul0, mul1, in vpx_mbpost_proc_across_ip_msa() 644 v4i32 sub0, sub1, sub2, sub3, total0, total1, total2, total3; in vpx_mbpost_proc_down_msa() local 699 UNPCK_SH_SW(sub_l, sub2, sub3); in vpx_mbpost_proc_down_msa() 710 mul3 += add3 * sub3; in vpx_mbpost_proc_down_msa()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/demos/ |
H A D | tuidemo.c | 121 void sub0(void), sub1(void), sub2(void), sub3(void); 133 { "Dsub", sub3, "Go inside fourth submenu" }, 181 void sub3(void) in sub3() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | LiveInterval.h | 860 /// V1.sub1:<2 x s32> = COPY V2.sub3:<4 x s32> 861 /// We do that by choosing a class where sub1:<2 x s32> and sub3:<4 x s32> 863 /// Put differently we align V2's sub3 with V1's sub1: 864 /// V2: sub0 sub1 sub2 sub3 868 /// V1.(composed sub2 with sub1):<4 x s32> = COPY V2.sub3:<4 x s32> 869 /// => V1.(composed sub2 with sub1):<4 x s32> = COPY V2.sub3:<4 x s32>
|