Searched refs:tst2 (Results 1 – 25 of 35) sorted by relevance
12
/external/llvm/test/Transforms/InstCombine/ |
D | icmp-logical.ll | 14 %tst2 = icmp ne i32 %mask2, 0 16 %res = and i1 %tst1, %tst2 31 %tst2 = icmp eq i32 %mask2, 0 33 %res = or i1 %tst1, %tst2 48 %tst2 = icmp ne i32 %mask2, 39 50 %res = and i1 %tst1, %tst2 65 %tst2 = icmp eq i32 %mask2, 39 67 %res = or i1 %tst1, %tst2 82 %tst2 = icmp ne i32 %mask2, %A 84 %res = and i1 %tst1, %tst2 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | cond-sel.ll | 18 %tst2 = icmp sle i64 %lhs64, %rhs64 19 %val2 = select i1 %tst2, i64 %lhs64, i64 %rhs64 43 %tst2 = fcmp ueq double %lhs64, %rhs64 46 %val2 = select i1 %tst2, i64 9, i64 15 70 %tst2 = icmp sle i32 %lhs32, %rhs2 72 %val2 = select i1 %tst2, i32 %lhs32, i32 %inc2 110 %tst2 = icmp sle i32 %lhs32, %rhs2 112 %val2 = select i1 %tst2, i32 %lhs32, i32 %inc2 148 %tst2 = icmp sle i32 %lhs32, %rhs2 149 %val2 = select i1 %tst2, i32 -1, i32 %rhs2 [all …]
|
D | fcmp.ll | 14 %tst2 = fcmp une float %b, 0.0 15 br i1 %tst2, label %t3, label %end 53 %tst2 = fcmp une double %b, 0.0 54 br i1 %tst2, label %t3, label %end
|
D | compare-branch.ll | 16 %tst2 = icmp ne i32 %val2, 0 17 br i1 %tst2, label %end, label %test3, !prof !1
|
D | fp-cond-sel.ll | 20 %tst2 = icmp sle i64 %lhs64, %rhs64 21 %val2 = select i1 %tst2, double 1.0, double 0.0
|
D | tst-br.ll | 28 %tst2 = icmp ne i64 %tbit2, 0 29 br i1 %tst2, label %test3, label %end1
|
D | addsub-shifted.ll | 204 %tst2 = icmp ne i32 %lhs32, %shift2 205 br i1 %tst2, label %t3, label %end 260 %tst2 = icmp ne i32 %lhs32, %val2 261 br i1 %tst2, label %t3, label %end
|
/external/llvm/test/CodeGen/AArch64/ |
D | cond-sel.ll | 18 %tst2 = icmp sle i64 %lhs64, %rhs64 19 %val2 = select i1 %tst2, i64 %lhs64, i64 %rhs64 43 %tst2 = fcmp ueq double %lhs64, %rhs64 46 %val2 = select i1 %tst2, i64 9, i64 15 70 %tst2 = icmp sle i32 %lhs32, %rhs2 72 %val2 = select i1 %tst2, i32 %lhs32, i32 %inc2 110 %tst2 = icmp sle i32 %lhs32, %rhs2 112 %val2 = select i1 %tst2, i32 %lhs32, i32 %inc2 148 %tst2 = icmp sle i32 %lhs32, %rhs2 149 %val2 = select i1 %tst2, i32 -1, i32 %rhs2 [all …]
|
D | fcmp.ll | 14 %tst2 = fcmp une float %b, 0.0 15 br i1 %tst2, label %t3, label %end 53 %tst2 = fcmp une double %b, 0.0 54 br i1 %tst2, label %t3, label %end
|
D | compare-branch.ll | 16 %tst2 = icmp ne i32 %val2, 0 17 br i1 %tst2, label %end, label %test3
|
D | fp-cond-sel.ll | 20 %tst2 = icmp sle i64 %lhs64, %rhs64 21 %val2 = select i1 %tst2, double 1.0, double 0.0
|
D | tst-br.ll | 28 %tst2 = icmp ne i64 %tbit2, 0 29 br i1 %tst2, label %test3, label %end1
|
D | addsub-shifted.ll | 204 %tst2 = icmp ne i32 %lhs32, %shift2 205 br i1 %tst2, label %t3, label %end 260 %tst2 = icmp ne i32 %lhs32, %val2 261 br i1 %tst2, label %t3, label %end
|
D | addsub_ext.ll | 71 %tst2 = icmp eq i64 %lhs64, %cmp_sext 72 br i1 %tst2, label %other, label %end 204 %tst2 = icmp eq i64 %lhs64, %cmp_sext 205 br i1 %tst2, label %other, label %end
|
/external/fonttools/Tests/feaLib/data/ |
D | bug568.fea | 8 feature tst2 { 11 } tst2;
|
D | lookup.fea | 12 feature tst2 { 14 } tst2;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | icmp-logical.ll | 13 %tst2 = icmp ne i32 %mask2, 0 14 %res = and i1 %tst1, %tst2 27 %tst2 = icmp eq i32 %mask2, 0 28 %res = or i1 %tst1, %tst2 41 %tst2 = icmp ne i32 %mask2, 39 42 %res = and i1 %tst1, %tst2 55 %tst2 = icmp eq i32 %mask2, 39 56 %res = or i1 %tst1, %tst2 69 %tst2 = icmp ne i32 %mask2, %A 70 %res = and i1 %tst1, %tst2 [all …]
|
/external/libxml2/result/HTML/ |
D | entities.html.err | 2 <p tst="a&b" tst2="a&b" tst3="a & b"> 5 <p tst="a&b" tst2="a&b" tst3="a & b">
|
D | entities.html.sax | 7 SAX.startElement(p, tst='a&b', tst2='a&b', tst3='a & b')
|
/external/llvm/test/CodeGen/X86/ |
D | sse-fcopysign.ll | 27 define double @tst2(double %a, float %b, float %c) { 28 ; X32-LABEL: @tst2 39 ; X64-LABEL: @tst2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | sse-fcopysign.ll | 31 define double @tst2(double %a, float %b, float %c) nounwind { 32 ; X32-LABEL: tst2: 45 ; X64-LABEL: tst2:
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | sse-fcopysign.ll | 8 define double @tst2(double %a, float %b, float %c) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/ |
D | branch.ll | 51 %tst2 = icmp ne i32 %val2, %a 52 br i1 %tst2, label %end, label %test3
|
D | select-cc.ll | 64 %tst2 = icmp ne i32 %val2, %val3 65 %val4 = select i1 %tst2, i32 %val2, i32 %val3
|
D | compress.ll | 76 %tst2 = icmp ne i32 0, %val3 77 %val4 = select i1 %tst2, i32 %val2, i32 %val3
|
12