/external/llvm/test/CodeGen/AMDGPU/ |
D | rename-independent-subregs.mir | 7 # can be moved to a new virtual register. The third def of sub1 however is used 11 # CHECK: S_NOP 0, implicit-def undef %2:sub1 12 # CHECK: S_NOP 0, implicit %2:sub1 13 # CHECK: S_NOP 0, implicit-def undef %1:sub1 14 # CHECK: S_NOP 0, implicit %1:sub1 15 # CHECK: S_NOP 0, implicit-def %0:sub1 24 S_NOP 0, implicit-def %0:sub1 25 S_NOP 0, implicit %0:sub1 26 S_NOP 0, implicit-def %0:sub1 27 S_NOP 0, implicit %0:sub1 [all …]
|
D | detect-dead-lanes.mir | 21 # CHECK: S_NOP 0, implicit %3:sub1 26 # CHECK: S_NOP 0, implicit %4:sub1 42 %3 = REG_SEQUENCE %0, %subreg.sub0, %1, %subreg.sub1, %2, %subreg.sub3 44 S_NOP 0, implicit %3:sub1 49 S_NOP 0, implicit %4:sub1 60 # CHECK: S_NOP 0, implicit undef %1:sub1 64 # CHECK: S_NOP 0, implicit undef %2:sub1 69 # CHECK: S_NOP 0, implicit undef %4:sub1 106 S_NOP 0, implicit %1:sub1 110 S_NOP 0, implicit %2:sub1 [all …]
|
D | liveness.mir | 26 S_NOP 0, implicit-def %0:sub1 27 S_NOP 0, implicit %0:sub1
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/ |
D | TestObject.java | 19 private Sub1 sub1; field in TestObject 23 return sub1; in getSub1() 26 public void setSub1(Sub1 sub1) { in setSub1() argument 27 this.sub1 = sub1; in setSub1()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFRule.java | 105 private NFSubstitution sub1 = null; field in NFRule 419 sub1 = extractSubstitution(owner, predecessor); in extractSubstitutions() 420 if (sub1 == null) { in extractSubstitutions() 540 if (sub1 != null) { in setBaseValue() 541 sub1.setDivisor(radix, exponent); in setBaseValue() 622 && Utility.objectEquals(sub1, that2.sub1) in equals() 681 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { in toString() 691 if (sub1 != null) { in toString() 692 ruleTextCopy.insert(sub1.getPos(), sub1.toString()); in toString() 771 if (sub1 != null) { in doFormat() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 104 private NFSubstitution sub1 = null; field in NFRule 418 sub1 = extractSubstitution(owner, predecessor); in extractSubstitutions() 419 if (sub1 == null) { in extractSubstitutions() 539 if (sub1 != null) { in setBaseValue() 540 sub1.setDivisor(radix, exponent); in setBaseValue() 621 && Utility.objectEquals(sub1, that2.sub1) in equals() 680 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { in toString() 690 if (sub1 != null) { in toString() 691 ruleTextCopy.insert(sub1.getPos(), sub1.toString()); in toString() 770 if (sub1 != null) { in doFormat() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 42 , sub1(NULL) in NFRule() 54 if (sub1 != sub2) { in ~NFRule() 58 delete sub1; in ~NFRule() 59 sub1 = NULL; in ~NFRule() 421 sub1 = extractSubstitution(ruleSet, predecessor, status); in extractSubstitutions() 422 if (sub1 == NULL) { in extractSubstitutions() 551 if (sub1 != NULL) { in setBaseValue() 552 sub1->setDivisor(radix, exponent, status); in setBaseValue() 616 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions() argument 618 if (sub1) { in util_equalSubstitutions() [all …]
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 206 String sub1 = "Liface/sub1;"; in testGetCommonSuperclass_interfaces() local 222 superclassTest(base1, base1, sub1); in testGetCommonSuperclass_interfaces() 235 superclassTest(unknown, sub1, iface1); in testGetCommonSuperclass_interfaces() 237 superclassTest(base2, base2, sub1); in testGetCommonSuperclass_interfaces() 245 superclassTest(sub1, sub1, classsub1); in testGetCommonSuperclass_interfaces() 248 superclassTest(sub1, sub1, classsub2); in testGetCommonSuperclass_interfaces() 255 superclassTest(object, sub1, classsub4); in testGetCommonSuperclass_interfaces() 257 superclassTest(sub1, sub2, sub1); in testGetCommonSuperclass_interfaces() 259 superclassTest(sub1, sub1, classsub1234); in testGetCommonSuperclass_interfaces()
|
/external/sfntly/cpp/src/test/ |
D | bitmap_table_test.cc | 82 IndexSubTablePtr sub1 = strike4->GetIndexSubTable(0); in CommonReadingTest() local 83 EXPECT_FALSE(sub1 == NULL); in CommonReadingTest() 84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT); in CommonReadingTest() 85 EXPECT_EQ(sub1->first_glyph_index(), STRIKE1_START_GLYPH_INDEX); in CommonReadingTest() 86 EXPECT_EQ(sub1->last_glyph_index(), STRIKE1_END_GLYPH_INDEX); in CommonReadingTest() 87 EXPECT_EQ(sub1->image_data_offset(), STRIKE4_SUB1_IMAGE_DATA_OFFSET); in CommonReadingTest() 90 EXPECT_EQ(sub1->GlyphOffset(i), STRIKE4_SUB1_GLYPH_OFFSET[i]); in CommonReadingTest() 106 IndexSubTablePtr sub1 = strike4->GetIndexSubTable(0); in TestReadingBitmapTable() local 109 EXPECT_EQ(sub1->index_format(), STRIKE4_SUB1_INDEX_FORMAT); in TestReadingBitmapTable()
|
/external/llvm/test/Transforms/InstCombine/ |
D | phi-preserve-ir-flags.ll | 15 %sub1 = fsub fast float %a, %c 23 %e = phi float [ %sub0, %cond.true ], [ %sub1, %cond.false ] 37 %sub1 = fsub float %a, %c 45 %e = phi float [ %sub0, %cond.true ], [ %sub1, %cond.false ] 59 %sub1 = fsub fast float %b, 2.0 66 %e = phi float [ %sub0, %cond.true ], [ %sub1, %cond.false ] 80 %sub1 = fsub float %b, 2.0 87 %e = phi float [ %sub0, %cond.true ], [ %sub1, %cond.false ]
|
D | fmul.ll | 25 %sub1 = fsub float -0.000000e+00, %x 27 %mul = fmul fast float %sub1, %sub2 35 %sub1 = fsub nsz float 0.000000e+00, %x 37 %mul = fmul float %sub1, %sub2 45 %sub1 = fsub float -0.000000e+00, %x 46 %mul = fmul float %sub1, %y 55 %sub1 = fsub nsz float 0.000000e+00, %x 56 %mul = fmul float %sub1, %y 66 %sub1 = fsub float -0.000000e+00, %x 67 %mul = fmul float %sub1, %y [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.td | 30 let SubRegIndices = [sub0, sub1]; 40 let SubRegIndices = [sub0, sub1]; 54 let SubRegIndices = [sub0, sub1]; 64 let SubRegIndices = [sub0, sub1]; 91 let SubRegIndices = [sub0, sub1]; 132 def SGPR_64Regs : RegisterTuples<[sub0, sub1], 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, 181 def TTMP_64Regs : RegisterTuples<[sub0, sub1], [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | 2011-07-07-MatchIntrinsicExtract.ll | 22 %sub1 = sub i64 %a, %b 23 ret i64 %sub1 27 ; CHECK-NOT: sub1 58 %sub1 = sub i64 %a, %b 59 ret i64 %sub1 63 ; CHECK-NOT: sub1
|
/external/llvm/test/Transforms/GVN/ |
D | 2011-07-07-MatchIntrinsicExtract.ll | 22 %sub1 = sub i64 %a, %b 23 ret i64 %sub1 27 ; CHECK-NOT: sub1 58 %sub1 = sub i64 %a, %b 59 ret i64 %sub1 63 ; CHECK-NOT: sub1
|
/external/llvm/test/Transforms/Reassociate/ |
D | pr21205.ll | 10 ; CHECK: %sub1 = fadd fast float %sub, -1.000000e+00 17 %sub1 = fadd fast float %sub, -1.000000e+00 18 %conv2 = fptosi float %sub1 to i32
|
/external/dtc/tests/ |
D | aliases.dts | 8 s1 = &sub1; 13 sub1: subnode@1 { label
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | thumb2-it-block.ll | 13 %sub1 = sub nsw i32 0, %a 14 %abs1 = select i1 %cmp1, i32 %sub1, i32 %a
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 944 const int16x8_t sub1) { in tm_16_kernel() argument 946 const int16x8_t sum1 = vaddq_s16(left_dup, sub1); in tm_16_kernel() 961 const int16x8_t sub1 = vreinterpretq_s16_u16( in vpx_tm_predictor_16x16_neon() local 973 tm_16_kernel(&dst, stride, left_dup, sub0, sub1); in vpx_tm_predictor_16x16_neon() 975 tm_16_kernel(&dst, stride, left_dup, sub0, sub1); in vpx_tm_predictor_16x16_neon() 977 tm_16_kernel(&dst, stride, left_dup, sub0, sub1); in vpx_tm_predictor_16x16_neon() 979 tm_16_kernel(&dst, stride, left_dup, sub0, sub1); in vpx_tm_predictor_16x16_neon() 982 tm_16_kernel(&dst, stride, left_dup, sub0, sub1); in vpx_tm_predictor_16x16_neon() 984 tm_16_kernel(&dst, stride, left_dup, sub0, sub1); in vpx_tm_predictor_16x16_neon() 986 tm_16_kernel(&dst, stride, left_dup, sub0, sub1); in vpx_tm_predictor_16x16_neon() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | thumb2-it-block.ll | 8 %sub1 = sub nsw i32 0, %a 9 %abs1 = select i1 %cmp1, i32 %sub1, i32 %a
|
D | iabs.ll | 31 %sub1 = sub nsw i32 0, %sub 32 %cond = select i1 %cmp, i32 %sub, i32 %sub1
|
/external/llvm/test/Transforms/SimplifyCFG/AArch64/ |
D | prefer-fma.ll | 28 ; CHECK-NEXT: %sub1 = fsub fast double %mul1, %0 31 %sub1 = fsub fast double %mul1, %0 32 store double %sub1, double* %y, align 8
|
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
D | call.ll | 17 %sub1 = add i32 %n, -2 18 %call2 = tail call i32 @fib(i32 %sub1) 33 ; CHECK-NEXT: %sub1 = add i32 %n, -2 34 ; CHECK-NEXT: %call2 = call i32 @fib(i32 %sub1)
|
/external/llvm/test/Analysis/DependenceAnalysis/ |
D | Coupled.ll | 329 %sub1 = add nsw i64 %mul, -18 330 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub1, i64 %sub 366 %sub1 = add nsw i64 %mul, -18 367 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub1, i64 %sub 404 %sub1 = add nsw i64 %mul, -18 405 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub1, i64 %sub 442 %sub1 = add nsw i64 %mul, -18 443 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub1, i64 %sub 480 %sub1 = add nsw i64 %mul, -18 481 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub1, i64 %sub [all …]
|
D | ExactSIV.ll | 321 %sub1 = sub i64 -60, %i.02 322 %arrayidx2 = getelementptr inbounds i32, i32* %A, i64 %sub1 357 %sub1 = sub i64 -60, %i.02 358 %arrayidx2 = getelementptr inbounds i32, i32* %A, i64 %sub1 393 %sub1 = sub i64 -60, %i.02 394 %arrayidx2 = getelementptr inbounds i32, i32* %A, i64 %sub1 429 %sub1 = sub i64 -60, %i.02 430 %arrayidx2 = getelementptr inbounds i32, i32* %A, i64 %sub1 465 %sub1 = sub i64 -60, %i.02 466 %arrayidx2 = getelementptr inbounds i32, i32* %A, i64 %sub1 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-sub-07.ll | 110 %sub1 = add i64 %src, %index 111 %sub2 = add i64 %sub1, 4094 124 %sub1 = add i64 %src, %index 125 %sub2 = add i64 %sub1, 4096
|