/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | eq.pass.cpp | 30 typedef std::tuple<> T2; in main() typedef 32 const T2 t2; in main() 38 typedef std::tuple<double> T2; in main() typedef 40 const T2 t2(1.1); in main() 46 typedef std::tuple<double> T2; in main() typedef 48 const T2 t2(1); in main() 54 typedef std::tuple<double, long> T2; in main() typedef 56 const T2 t2(1, 2); in main() 62 typedef std::tuple<double, long> T2; in main() typedef 64 const T2 t2(1, 3); in main() [all …]
|
D | lt.pass.cpp | 42 typedef std::tuple<> T2; in main() typedef 44 const T2 t2; in main() 52 typedef std::tuple<double> T2; in main() typedef 54 const T2 t2(1); in main() 62 typedef std::tuple<double> T2; in main() typedef 64 const T2 t2(0.9); in main() 72 typedef std::tuple<double> T2; in main() typedef 74 const T2 t2(1.1); in main() 82 typedef std::tuple<double, long> T2; in main() typedef 84 const T2 t2(1, 2); in main() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | darwin-tls.ll | 1 ; RUN: llc -mtriple=thumbv7s-apple-ios7.0 -o - -fast-isel %s | FileCheck %s --check-prefix=T2-MOVT-… 2 ; RUN: llc -mtriple=thumbv7s-apple-ios7.0 -o - %s -mattr=+no-movt | FileCheck %s --check-prefix=T2-… 3 …thumbv7s-apple-ios7.0 -o - %s -relocation-model=static | FileCheck %s --check-prefix=T2-MOVT-STATIC 4 …ios7.0 -o - %s -mattr=+no-movt -relocation-model=static | FileCheck %s --check-prefix=T2-LIT-STATIC 17 ; T2-MOVT-PIC-LABEL: test_local_tls: 18 ; T2-MOVT-PIC: movw r0, :lower16:(_local_tls_var-([[PCREL_LOC:LPC[0-9]+_[0-9]+]]+4)) 19 ; T2-MOVT-PIC: movt r0, :upper16:(_local_tls_var-([[PCREL_LOC]]+4)) 20 ; T2-MOVT-PIC: [[PCREL_LOC]]: 21 ; T2-MOVT-PIC-NEXT: add r0, pc 22 ; T2-MOVT-PIC: ldr [[TLV_GET_ADDR:r[0-9]+]], [r0] [all …]
|
D | select_xform.ll | 2 ; RUN: llc < %s -mtriple=thumb-apple-darwin -mcpu=cortex-a8 | FileCheck %s -check-prefix=T2 10 ; T2-LABEL: t1: 11 ; T2: mvn r0, #-2147483648 12 ; T2: addle r1, r0 13 ; T2: mov r0, r1 25 ; T2-LABEL: t2: 26 ; T2: suble r1, #10 27 ; T2: mov r0, r1 39 ; T2-LABEL: t3: 40 ; T2: andge r3, r2 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | darwin-tls.ll | 1 ; RUN: llc -mtriple=thumbv7s-apple-ios7.0 -o - -fast-isel %s | FileCheck %s --check-prefix=T2-MOVT-… 2 ; RUN: llc -mtriple=thumbv7s-apple-ios7.0 -o - %s -mattr=+no-movt | FileCheck %s --check-prefix=T2-… 3 …thumbv7s-apple-ios7.0 -o - %s -relocation-model=static | FileCheck %s --check-prefix=T2-MOVT-STATIC 4 …ios7.0 -o - %s -mattr=+no-movt -relocation-model=static | FileCheck %s --check-prefix=T2-LIT-STATIC 17 ; T2-MOVT-PIC-LABEL: test_local_tls: 18 ; T2-MOVT-PIC: movw r0, :lower16:(_local_tls_var-([[PCREL_LOC:LPC[0-9]+_[0-9]+]]+4)) 19 ; T2-MOVT-PIC: movt r0, :upper16:(_local_tls_var-([[PCREL_LOC]]+4)) 20 ; T2-MOVT-PIC: [[PCREL_LOC]]: 21 ; T2-MOVT-PIC-NEXT: add r0, pc 22 ; T2-MOVT-PIC: ldr [[TLV_GET_ADDR:r[0-9]+]], [r0] [all …]
|
D | cmp.ll | 2 …-mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s --check-prefix=CHECK-T2 8 ; CHECK-T2: subs r0, r0, r1 9 ; CHECK-T2: it ne 10 ; CHECK-T2: movne r0, #1 20 ; CHECK-T2: subs r0, r0, r1 21 ; CHECK-T2: clz r0, r0 22 ; CHECK-T2: lsrs r0, r0, #5 32 ; CHECK-T2: sub.w r0, r0, r1, lsl #5 33 ; CHECK-T2: clz r0, r0 34 ; CHECK-T2: lsrs r0, r0, #5 [all …]
|
D | select_xform.ll | 2 ; RUN: llc < %s -mtriple=thumb-apple-darwin -mcpu=cortex-a8 | FileCheck %s -check-prefix=T2 10 ; T2-LABEL: t1: 11 ; T2: mov r0, r1 12 ; T2: mvn r1, #-2147483648 13 ; T2: addle r0, r1 25 ; T2-LABEL: t2: 26 ; T2: mov r0, r1 27 ; T2: suble r0, #10 39 ; T2-LABEL: t3: 40 ; T2: andge r3, r2 [all …]
|
D | unfold-shifts.ll | 2 ; RUN: llc -mtriple thumbv6t2 %s -o - | FileCheck %s --check-prefix=CHECK-T2 4 ; RUN: llc -mtriple thumbv7 %s -o - | FileCheck %s --check-prefix=CHECK-T2 5 ; RUN: llc -mtriple thumbv7m %s -o - | FileCheck %s --check-prefix=CHECK-T2 6 ; RUN: llc -mtriple thumbv8m.main %s -o - | FileCheck %s --check-prefix=CHECK-T2 12 ; CHECK-T2-NOT: mov 13 ; CHECK-T2: orr r0, r0, #255 14 ; CHECK-T2: add.w r0, r1, r0, lsl #1 27 ; CHECK-T2-NOT: mov 28 ; CHECK-T2: orr r0, r0, #4080 29 ; CHECK-T2: sub.w r0, r1, r0, lsl #2 [all …]
|
D | cmn.ll | 2 ; RUN: llc < %s -mtriple thumbv7-eabi | FileCheck %s -check-prefix=T2 7 ; T2-LABEL: compare_i_gt: 8 ; T2: @ %bb.0: @ %entry 9 ; T2-NEXT: movs r1, #24 10 ; T2-NEXT: cmn.w r0, #78 11 ; T2-NEXT: it gt 12 ; T2-NEXT: movgt r1, #42 13 ; T2-NEXT: mov r0, r1 14 ; T2-NEXT: bx lr 36 ; T2-LABEL: compare_r_eq: [all …]
|
/external/clang/test/Parser/ |
D | cxx-template-argument.cpp | 57 template<class T1, typename T2> struct Known { }; // expected-note 3 {{template is declared here}} 58 template<class T1, typename T2> struct X; 59 template<class T1, typename T2> struct ABC; // expected-note {{template is declared here}} 62 template<class T1, typename T2> struct foo : 63 UnknownBase<T1,T2> // expected-error {{unknown template name 'UnknownBase'}} 66 template<class T1, typename T2> struct foo2 : 67 UnknownBase<T1,T2>, // expected-error {{unknown template name 'UnknownBase'}} 71 template<class T1, typename T2> struct foo3 : 72 UnknownBase<T1,T2,ABC<T2,T1> > // expected-error {{unknown template name 'UnknownBase'}} 75 template<class T1, typename T2> struct foo4 : [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
D | Zip.kt | 34 public fun <T1, T2, R> Flow<T1>.combine(flow: Flow<T2>, transform: suspend (a: T1, b: T2) -> R): Fl… in <lambda>() 56 public fun <T1, T2, R> combine(flow: Flow<T1>, flow2: Flow<T2>, transform: suspend (a: T1, b: T2) -… in combine() 78 public fun <T1, T2, R> Flow<T1>.combineTransform( in combine() 79 flow: Flow<T2>, in combine() 80 @BuilderInference transform: suspend FlowCollector<R>.(a: T1, b: T2) -> Unit in combine() 105 public fun <T1, T2, R> combineTransform( in combineTransform() 107 flow2: Flow<T2>, in combineTransform() 108 @BuilderInference transform: suspend FlowCollector<R>.(a: T1, b: T2) -> Unit in combineTransform() 112 args[1] as T2 in combineTransform() 121 public inline fun <T1, T2, T3, R> combine( in combine() [all …]
|
/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghash-x86_64.pl | 448 ($T1,$T2,$T3)=("%xmm3","%xmm4","%xmm5"); 453 if (!defined($HK)) { $HK = $T2; 457 pshufd \$0b01001110,$Hkey,$T2 459 pxor $Hkey,$T2 475 movdqa $T1,$T2 # 477 pslldq \$8,$T2 # 479 pxor $T2,$Xi # 488 movdqa $Xi,$T2 # 498 pxor $T2,$Xi 502 movdqa $Xi,$T2 [all …]
|
D | aesni-gcm-x86_64.pl | 76 ($Ii,$T1,$T2,$Hkey, 90 vmovdqu 0x20($const),$T2 # borrow $T2, .Lone_msb 94 vpaddb $T2,$T1,$inout1 95 vpaddb $T2,$inout1,$inout2 96 vpaddb $T2,$inout2,$inout3 97 vpaddb $T2,$inout3,$inout4 98 vpaddb $T2,$inout4,$inout5 108 vpaddb $T2,$inout5,$T1 # next counter value 116 vmovups 0x10-0x80($key),$T2 # borrow $T2 for $rndkey 138 vaesenc $T2,$inout0,$inout0 [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | fmadd1.ll | 27 ; 32-DAG: add.s $[[T2:f[0-9]+]], $[[T1]], $[[T0]] 28 ; 32-DAG: mtc1 $zero, $[[T2:f[0-9]+]] 29 ; 32-DAG: add.s $f0, $[[T1]], $[[T2]] 33 ; 32R2: mtc1 $zero, $[[T2:f[0-9]+]] 34 ; 32R2: add.s $f0, $[[T1]], $[[T2]] 38 ; 32R6-DAG: add.s $[[T2:f[0-9]+]], $[[T1]], $[[T0]] 39 ; 32R6-DAG: mtc1 $zero, $[[T2:f[0-9]+]] 40 ; 32R6-DAG: add.s $f0, $[[T1]], $[[T2]] 52 ; 64R6-DAG: mtc1 $zero, $[[T2:f[0-9]+]] 53 ; 64R6-DAG: add.s $f0, $[[T1]], $[[T2]] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | fmadd1.ll | 38 ; 32-NOMADD-DAG: add.s $[[T2:f[0-9]+]], $[[T1]], $[[T0]] 39 ; 32-NOMADD-DAG: mtc1 $zero, $[[T2:f[0-9]+]] 40 ; 32-NOMADD-DAG: add.s $f0, $[[T1]], $[[T2]] 44 ; 32R2: mtc1 $zero, $[[T2:f[0-9]+]] 45 ; 32R2: add.s $f0, $[[T1]], $[[T2]] 49 ; 32R6-NOMADD-DAG: add.s $[[T2:f[0-9]+]], $[[T1]], $[[T0]] 50 ; 32R6-NOMADD-DAG: mtc1 $zero, $[[T2:f[0-9]+]] 51 ; 32R6-NOMADD-DAG: add.s $f0, $[[T1]], $[[T2]] 63 ; 64R6-NOMADD-DAG: mtc1 $zero, $[[T2:f[0-9]+]] 64 ; 64R6-NOMADD-DAG: add.s $f0, $[[T1]], $[[T2]] [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
D | CombineTest.kt | 17 …abstract fun <T1, T2, R> Flow<T1>.combineLatest(other: Flow<T2>, transform: suspend (T1, T2) -> R)… in <lambda>() 244 …override fun <T1, T2, R> Flow<T1>.combineLatest(other: Flow<T2>, transform: suspend (T1, T2) -> R)… in combineLatest() 248 …override fun <T1, T2, R> Flow<T1>.combineLatest(other: Flow<T2>, transform: suspend (T1, T2) -> R)… in combineLatest() 254 …override fun <T1, T2, R> Flow<T1>.combineLatest(other: Flow<T2>, transform: suspend (T1, T2) -> R)… in combineLatest() 255 … combineOriginal(this, other) { args: Array<Any?> -> transform(args[0] as T1, args[1] as T2) } in combineLatest() 259 …override fun <T1, T2, R> Flow<T1>.combineLatest(other: Flow<T2>, transform: suspend (T1, T2) -> R)… in combineLatest() 260 combineOriginal(listOf(this, other)) { args -> transform(args[0] as T1, args[1] as T2) } in combineLatest() 264 …override fun <T1, T2, R> Flow<T1>.combineLatest(other: Flow<T2>, transform: suspend (T1, T2) -> R)… in combineLatest() 269 …override fun <T1, T2, R> Flow<T1>.combineLatest(other: Flow<T2>, transform: suspend (T1, T2) -> R)… in combineLatest() 270 …ansformOriginal(this, other) { args: Array<Any?> -> emit(transform(args[0] as T1, args[1] as T2)) } in combineLatest() [all …]
|
/external/llvm/lib/Fuzzer/test/ |
D | merge.test | 3 RUN: rm -rf %tmp/T1 %tmp/T2 4 RUN: mkdir -p %tmp/T1 %tmp/T2 9 # T1 has 3 elements, T2 is empty. 10 RUN: LLVMFuzzer-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 2>&1 | FileCheck %s --check-prefix=CHE… 14 RUN: echo ...Z.. > %tmp/T2/1 15 RUN: echo ....E. > %tmp/T2/2 16 RUN: echo .....R > %tmp/T2/3 17 RUN: echo F..... > %tmp/T2/a 18 RUN: echo .U.... > %tmp/T2/b 19 RUN: echo ..Z... > %tmp/T2/c [all …]
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Callbacks.java | 43 interface Callback2<T1, T2> { 47 public void call(T1 arg1, T2 arg2); in call() 57 interface Callback3<T1, T2, T3> { 61 public void call(T1 arg1, T2 arg2, T3 arg3); in call() 72 interface Callback4<T1, T2, T3, T4> { 76 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4); in call() 88 interface Callback5<T1, T2, T3, T4, T5> { 92 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); in call() 105 interface Callback6<T1, T2, T3, T4, T5, T6> { 109 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); in call() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_ops_gpu_common.cu.h | 125 #define DEFINE_UNARY3(F, T0, T1, T2) \ 127 DEFINE_UNARY1(F, T2) 128 #define DEFINE_UNARY4(F, T0, T1, T2, T3) \ 130 DEFINE_UNARY2(F, T2, T3) 131 #define DEFINE_UNARY5(F, T0, T1, T2, T3, T4) \ 133 DEFINE_UNARY3(F, T2, T3, T4) 134 #define DEFINE_UNARY6(F, T0, T1, T2, T3, T4, T5) \ 136 DEFINE_UNARY4(F, T2, T3, T4, T5) 137 #define DEFINE_UNARY7(F, T0, T1, T2, T3, T4, T5, T6) \ 139 DEFINE_UNARY5(F, T2, T3, T4, T5, T6) [all …]
|
D | cwise_ops_sycl_common.h | 116 #define DEFINE_UNARY3(F, T0, T1, T2) \ 118 DEFINE_UNARY1(F, T2) 119 #define DEFINE_UNARY4(F, T0, T1, T2, T3) \ 121 DEFINE_UNARY2(F, T2, T3) 122 #define DEFINE_UNARY5(F, T0, T1, T2, T3, T4) \ 124 DEFINE_UNARY3(F, T2, T3, T4) 135 #define DEFINE_BINARY3(F, T0, T1, T2) \ 137 DEFINE_BINARY1(F, T2) 138 #define DEFINE_BINARY4(F, T0, T1, T2, T3) \ 140 DEFINE_BINARY2(F, T2, T3) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/ |
D | bic_imm.ll | 3 …=thumbv7-linux-gnueabi -mcpu=cortex-m3 -verify-machineinstrs | FileCheck --check-prefix CHECK-T2 %s 13 ; CHECK-T2-LABEL: i: 14 ; CHECK-T2: @ %bb.0: @ %entry 15 ; CHECK-T2-NEXT: movw r1, #275 16 ; CHECK-T2-NEXT: bics r0, r1 17 ; CHECK-T2-NEXT: bx lr 30 ; CHECK-T2-LABEL: j: 31 ; CHECK-T2: @ %bb.0: @ %entry 32 ; CHECK-T2-NEXT: bic r0, r0, #128 33 ; CHECK-T2-NEXT: bx lr [all …]
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | select-int.ll | 51 ; SEL: selnez $[[T2:[0-9]+]], $5, $[[T0]] 52 ; SEL: or $2, $[[T2]], $[[T1]] 60 ; MMR6: selnez $[[T2:[0-9]+]], $5, $[[T0]] 61 ; MMR6: or $2, $[[T2]], $[[T1]] 86 ; SEL: selnez $[[T2:[0-9]+]], $5, $[[T0]] 87 ; SEL: or $2, $[[T2]], $[[T1]] 95 ; MMR6: selnez $[[T2:[0-9]+]], $5, $[[T0]] 96 ; MMR6: or $2, $[[T2]], $[[T1]] 121 ; SEL: selnez $[[T2:[0-9]+]], $5, $[[T0]] 122 ; SEL: or $2, $[[T2]], $[[T1]] [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | partial-ordering.cpp | 34 template<typename T1, typename T2, typename ...Rest> 35 int &f0(T1, T2, Rest...); 37 template<typename T1, typename T2> 38 float &f0(T1, T2); 45 template<typename T1, typename T2, typename ...Rest> 46 int &f1(T1, T2, Rest...); 48 template<typename T1, typename T2> 49 float &f1(T1, T2, ...); 55 template<typename T1, typename T2, typename ...Rest> 56 int &f2(T1, T2, Rest...);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ARM/ |
D | loop-unrolling.ll | 4 …humbv8m.main -mcpu=cortex-m33 -loop-unroll -S %s -o - | FileCheck %s --check-prefix=CHECK-UNROLL-T2 5 …ple=thumbv7em -mcpu=cortex-m7 -loop-unroll -S %s -o - | FileCheck %s --check-prefix=CHECK-UNROLL-T2 26 ; CHECK-UNROLL-T2: [[IV0:%[a-z.0-9]+]] = phi i32 [ 0, %entry ], [ [[IV16:%[a-z.0-9]+]], %for.body ] 27 ; CHECK-UNROLL-T2: [[IV1:%[a-z.0-9]+]] = add nuw nsw i32 [[IV0]], 1 28 ; CHECK-UNROLL-T2: [[IV2:%[a-z.0-9]+]] = add nuw nsw i32 [[IV1]], 1 29 ; CHECK-UNROLL-T2: [[IV3:%[a-z.0-9]+]] = add nuw nsw i32 [[IV2]], 1 30 ; CHECK-UNROLL-T2: [[IV4:%[a-z.0-9]+]] = add nuw nsw i32 [[IV3]], 1 31 ; CHECK-UNROLL-T2: [[IV5:%[a-z.0-9]+]] = add nuw nsw i32 [[IV4]], 1 32 ; CHECK-UNROLL-T2: [[IV6:%[a-z.0-9]+]] = add nuw nsw i32 [[IV5]], 1 33 ; CHECK-UNROLL-T2: [[IV7:%[a-z.0-9]+]] = add nuw nsw i32 [[IV6]], 1 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/ |
D | select-int.ll | 52 ; SEL: selnez $[[T2:[0-9]+]], $5, $[[T0]] 53 ; SEL: or $2, $[[T2]], $[[T1]] 61 ; MMR6: selnez $[[T2:[0-9]+]], $5, $[[T0]] 62 ; MMR6: or $2, $[[T2]], $[[T1]] 88 ; SEL: selnez $[[T2:[0-9]+]], $5, $[[T0]] 89 ; SEL: or $2, $[[T2]], $[[T1]] 97 ; MMR6: selnez $[[T2:[0-9]+]], $5, $[[T0]] 98 ; MMR6: or $2, $[[T2]], $[[T1]] 124 ; SEL: selnez $[[T2:[0-9]+]], $5, $[[T0]] 125 ; SEL: or $[[T3:[0-9]+]], $[[T2]], $[[T1]] [all …]
|