Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 25 of 970) sorted by relevance

12345678910>>...39

/llvm-project-15.0.7/llvm/test/CodeGen/X86/GlobalISel/
H A Dsub-vec.ll9 %ret = sub <16 x i8> %arg1, %arg2
18 %ret = sub <8 x i16> %arg1, %arg2
27 %ret = sub <4 x i32> %arg1, %arg2
36 %ret = sub <2 x i64> %arg1, %arg2
45 %ret = sub <32 x i8> %arg1, %arg2
54 %ret = sub <16 x i16> %arg1, %arg2
63 %ret = sub <8 x i32> %arg1, %arg2
72 %ret = sub <4 x i64> %arg1, %arg2
81 %ret = sub <64 x i8> %arg1, %arg2
90 %ret = sub <32 x i16> %arg1, %arg2
[all …]
H A Dmul-vec.ll4 define <8 x i16> @test_mul_v8i16(<8 x i16> %arg1, <8 x i16> %arg2) {
9 %ret = mul <8 x i16> %arg1, %arg2
13 define <4 x i32> @test_mul_v4i32(<4 x i32> %arg1, <4 x i32> %arg2) {
18 %ret = mul <4 x i32> %arg1, %arg2
27 %ret = mul <2 x i64> %arg1, %arg2
36 %ret = mul <16 x i16> %arg1, %arg2
45 %ret = mul <8 x i32> %arg1, %arg2
54 %ret = mul <4 x i64> %arg1, %arg2
63 %ret = mul <32 x i16> %arg1, %arg2
72 %ret = mul <16 x i32> %arg1, %arg2
[all …]
H A Dbinop.ll7 define i64 @test_sub_i64(i64 %arg1, i64 %arg2) {
13 %ret = sub i64 %arg1, %arg2
23 %ret = sub i32 %arg1, %arg2
37 %ret = fadd float %arg1, %arg2
51 %ret = fadd double %arg1, %arg2
65 %ret = fsub float %arg1, %arg2
79 %ret = fsub double %arg1, %arg2
93 %ret = add <4 x i32> %arg1, %arg2
107 %ret = sub <4 x i32> %arg1, %arg2
121 %ret = fadd <4 x float> %arg1, %arg2
[all …]
H A Dsub-scalar.ll4 define i64 @test_sub_i64(i64 %arg1, i64 %arg2) {
10 %ret = sub i64 %arg1, %arg2
14 define i32 @test_sub_i32(i32 %arg1, i32 %arg2) {
20 %ret = sub i32 %arg1, %arg2
24 define i16 @test_sub_i16(i16 %arg1, i16 %arg2) {
31 %ret = sub i16 %arg1, %arg2
35 define i8 @test_sub_i8(i8 %arg1, i8 %arg2) {
42 %ret = sub i8 %arg1, %arg2
46 define i32 @test_sub_i1(i32 %arg1, i32 %arg2) {
54 %a2 = trunc i32 %arg2 to i1
H A Dxor-scalar.ll4 define i32 @test_xor_i1(i32 %arg1, i32 %arg2) {
13 %c = icmp eq i32 %arg1, %arg2
19 define i8 @test_xor_i8(i8 %arg1, i8 %arg2) {
26 %ret = xor i8 %arg1, %arg2
30 define i16 @test_xor_i16(i16 %arg1, i16 %arg2) {
37 %ret = xor i16 %arg1, %arg2
41 define i32 @test_xor_i32(i32 %arg1, i32 %arg2) {
47 %ret = xor i32 %arg1, %arg2
51 define i64 @test_xor_i64(i64 %arg1, i64 %arg2) {
57 %ret = xor i64 %arg1, %arg2
H A Dand-scalar.ll4 define i32 @test_and_i1(i32 %arg1, i32 %arg2) {
13 %c = icmp eq i32 %arg1, %arg2
19 define i8 @test_and_i8(i8 %arg1, i8 %arg2) {
26 %ret = and i8 %arg1, %arg2
30 define i16 @test_and_i16(i16 %arg1, i16 %arg2) {
37 %ret = and i16 %arg1, %arg2
41 define i32 @test_and_i32(i32 %arg1, i32 %arg2) {
47 %ret = and i32 %arg1, %arg2
51 define i64 @test_and_i64(i64 %arg1, i64 %arg2) {
57 %ret = and i64 %arg1, %arg2
H A Dor-scalar.ll4 define i32 @test_or_i1(i32 %arg1, i32 %arg2) {
13 %c = icmp eq i32 %arg1, %arg2
19 define i8 @test_or_i8(i8 %arg1, i8 %arg2) {
26 %ret = or i8 %arg1, %arg2
30 define i16 @test_or_i16(i16 %arg1, i16 %arg2) {
37 %ret = or i16 %arg1, %arg2
41 define i32 @test_or_i32(i32 %arg1, i32 %arg2) {
47 %ret = or i32 %arg1, %arg2
51 define i64 @test_or_i64(i64 %arg1, i64 %arg2) {
57 %ret = or i64 %arg1, %arg2
H A Dmul-scalar.ll5 ;define i8 @test_mul_i8(i8 %arg1, i8 %arg2) {
6 ; %ret = mul i8 %arg1, %arg2
10 define i16 @test_mul_i16(i16 %arg1, i16 %arg2) {
17 %ret = mul i16 %arg1, %arg2
21 define i32 @test_mul_i32(i32 %arg1, i32 %arg2) {
27 %ret = mul i32 %arg1, %arg2
31 define i64 @test_mul_i64(i64 %arg1, i64 %arg2) {
37 %ret = mul i64 %arg1, %arg2
H A Dadd-vec.ll12 %ret = add <16 x i8> %arg1, %arg2
21 %ret = add <8 x i16> %arg1, %arg2
30 %ret = add <4 x i32> %arg1, %arg2
39 %ret = add <2 x i64> %arg1, %arg2
62 %ret = add <32 x i8> %arg1, %arg2
85 %ret = add <16 x i16> %arg1, %arg2
108 %ret = add <8 x i32> %arg1, %arg2
131 %ret = add <4 x i64> %arg1, %arg2
160 %ret = add <64 x i8> %arg1, %arg2
189 %ret = add <32 x i16> %arg1, %arg2
[all …]
/llvm-project-15.0.7/flang/test/Lower/OpenMP/
H A Domp-parallel-lastprivate-clause-scalar.f90107 integer :: arg1, arg2 local
112 arg2 = 3
113 print *, arg1, arg2
138 integer :: arg1, arg2 local
143 arg2 = 3
144 print *, arg1, arg2
172 integer :: arg1, arg2 local
177 arg2 = 3
178 print *, arg1, arg2
H A Domp-parallel-firstprivate-clause-scalar.f9021 complex(8) :: arg2 local
24 call foo(arg1, arg2)
56 integer(kind=1) :: arg2 local
63 call bar(arg1, arg2, arg3, arg4, arg5, arg6)
92 logical(kind=1) :: arg2 local
98 call baz(arg1, arg2, arg3, arg4, arg5)
130 real(kind=2) :: arg2 local
137 call qux(arg1, arg2, arg3, arg4, arg5, arg6)
/llvm-project-15.0.7/mlir/test/Conversion/ArithmeticToLLVM/
H A Darith-to-llvm.mlir9 // CHECK-NEXT: %2 = llvm.sdiv %arg2, %arg2 : vector<4xi64>
10 %3 = arith.divsi %arg2, %arg2 : vector<4xi64>
11 // CHECK-NEXT: %3 = llvm.udiv %arg2, %arg2 : vector<4xi64>
12 %4 = arith.divui %arg2, %arg2 : vector<4xi64>
13 // CHECK-NEXT: %4 = llvm.srem %arg2, %arg2 : vector<4xi64>
14 %5 = arith.remsi %arg2, %arg2 : vector<4xi64>
15 // CHECK-NEXT: %5 = llvm.urem %arg2, %arg2 : vector<4xi64>
16 %6 = arith.remui %arg2, %arg2 : vector<4xi64>
28 %12 = arith.shli %arg2, %arg2 : vector<4xi64>
30 %13 = arith.shrsi %arg2, %arg2 : vector<4xi64>
[all …]
/llvm-project-15.0.7/mlir/test/Analysis/
H A Dtest-liveness.mlir69 // CHECK-SAME: arg1@0 arg2@0
78 // CHECK-SAME: arg1@0 arg2@0
249 // CHECK-NEXT: LiveOut: arg2@0
252 // CHECK-SAME: arg2@0 val_9
254 // CHECK-SAME: arg2@0 val_9
256 // CHECK-SAME: arg2@0
270 // CHECK-SAME: arg2@0
272 // CHECK-SAME: arg2@0
280 // CHECK-NEXT: LiveIn: arg2@0
284 // CHECK-SAME: arg2@0
[all …]
/llvm-project-15.0.7/mlir/test/Dialect/MemRef/
H A Dsubview.mlir24 func.func @memref_subview(%arg0 : index, %arg1 : index, %arg2 : index) {
29 // CHECK: subview %0[%c0, %c0, %c0] [%arg0, %arg1, %arg2] [%c1, %c1, %c1] :
32 %1 = memref.subview %0[%c0, %c0, %c0][%arg0, %arg1, %arg2][%c1, %c1, %c1]
59 %7 = memref.alloc(%arg1, %arg2) : memref<?x?xf32>
70 %10 = memref.subview %9[%arg1, %arg1][4, 4][%arg2, %arg2]
76 %11 = memref.subview %9[%arg1, %arg2][4, 4][2, 2]
81 // CHECK-SAME: [1, 9, 1, 4, 1] [%arg2, %arg2, %arg2, %arg2, %arg2] :
83 …view %12[%arg1, %arg1, %arg1, %arg1, %arg1][1, 9, 1, 4, 1][%arg2, %arg2, %arg2, %arg2, %arg2] : me…
85 // CHECK-SAME: [1, 9, 1, 4, 1] [%arg2, %arg2, %arg2, %arg2, %arg2] :
87 …view %12[%arg1, %arg1, %arg1, %arg1, %arg1][1, 9, 1, 4, 1][%arg2, %arg2, %arg2, %arg2, %arg2] : me…
[all …]
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dptrauth-operand-bundles.ll5 define void @test_ptrauth_bundle(i64 %arg0, i32 %arg1, void()* %arg2) {
8 ; CHECK-NEXT: call void %arg2() [ "ptrauth"(i32 42, i64 100), "ptrauth"(i32 42, i64 %arg0) ]
9 call void %arg2() [ "ptrauth"(i32 42, i64 100), "ptrauth"(i32 42, i64 %arg0) ]
12 ; CHECK-NEXT: call void %arg2() [ "ptrauth"(i32 %arg1, i64 120) ]
13 call void %arg2() [ "ptrauth"(i32 %arg1, i64 120) ]
16 ; CHECK-NEXT: call void %arg2() [ "ptrauth"(i64 42, i64 120) ]
17 call void %arg2() [ "ptrauth"(i64 42, i64 120) ]
20 ; CHECK-NEXT: call void %arg2() [ "ptrauth"(i32 42, i32 120) ]
21 call void %arg2() [ "ptrauth"(i32 42, i32 120) ]
28 call void %arg2() [ "ptrauth"(i32 42, i64 120) ] ; OK
[all …]
/llvm-project-15.0.7/clang/test/Rewriter/
H A Dmethod-encoding-1.m4 - (void) MyProtoMeth : (int **) arg1 : (void*) arg2;
5 + (void) MyProtoMeth : (int **) arg1 : (void*) arg2;
9 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2;
10 - (id) address:(void *)location with:(unsigned **)arg2;
14 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2{ return 0; }
15 - (void) MyProtoMeth : (int **) arg1 : (void*) arg2 {}
16 + (void) MyProtoMeth : (int **) arg1 : (void*) arg2 {}
17 - (id) address:(void *)location with:(unsigned **)arg2{ return 0; }
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.h108 extern "C" void name(void *arg1, void *arg2) { \
111 fn(arg1, arg2); \
116 extern "C" void name(void *arg1, void *arg2, void *arg3) { \
119 fn(arg1, arg2, arg3); \
140 extern "C" void *name(void *arg1, void *arg2) { \
143 return fn(arg1, arg2); \
148 extern "C" void *name(void *arg1, void *arg2, void *arg3) { \
151 return fn(arg1, arg2, arg3); \
156 extern "C" void *name(void *arg1, void *arg2, void *arg3, void *arg4) { \
159 return fn(arg1, arg2, arg3, arg4); \
[all …]
/llvm-project-15.0.7/mlir/test/Target/SPIRV/
H A Dgl-ops.mlir4 spv.func @math(%arg0 : f32, %arg1 : f32, %arg2 : i32) "None" {
32 %14 = spv.GL.Ldexp %arg0 : f32, %arg2 : i32 -> f32
42 %2 = spv.GL.SMax %arg2, %arg3 : i32
44 %3 = spv.GL.UMax %arg2, %arg3 : i32
49 %5 = spv.GL.SMin %arg2, %arg3 : i32
51 %6 = spv.GL.UMin %arg2, %arg3 : i32
57 %13 = spv.GL.FClamp %arg0, %arg1, %arg2 : f32
63 %13 = spv.GL.UClamp %arg0, %arg1, %arg2 : ui32
69 %13 = spv.GL.SClamp %arg0, %arg1, %arg2 : si32
73 spv.func @fma(%arg0 : f32, %arg1 : f32, %arg2 : f32) "None" {
[all …]
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc-nsconsumed-errors.m6 typedef void (^blk)(id arg1, __attribute((ns_consumed)) id arg2); typedef
7 typedef void (^blk1)(__attribute((ns_consumed))id arg1, __attribute((ns_consumed)) id arg2); typedef
8 blk a = ^void (__attribute((ns_consumed)) id arg1, __attribute((ns_consumed)) id arg2){}; // expect…
10 blk b = ^void (id arg1, __attribute((ns_consumed)) id arg2){};
12 blk c = ^void (__attribute((ns_consumed)) id arg1, __attribute((ns_consumed)) id arg2){}; // expect…
14 blk d = ^void (id arg1, id arg2) {}; // expected-error {{incompatible block pointer types initializ…
16 blk1 a1 = ^void (__attribute((ns_consumed)) id arg1, id arg2){}; // expected-error {{incompatible b…
18 blk1 b2 = ^void (id arg1, __attribute((ns_consumed)) id arg2){}; // expected-error {{incompatible b…
20 blk1 c3 = ^void (__attribute((ns_consumed)) id arg1, __attribute((ns_consumed)) id arg2){};
22 blk1 d4 = ^void (id arg1, id arg2) {}; // expected-error {{incompatible block pointer types initial…
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dexedepsfix-broadcast.ll7 define <4 x float> @ExeDepsFix_broadcastss(<4 x float> %arg, <4 x float> %arg2) {
17 %max_is_x = fcmp oge <4 x float> %floatcast, %arg2
18 %max = select <4 x i1> %max_is_x, <4 x float> %floatcast, <4 x float> %arg2
32 %max_is_x = fcmp oge <8 x float> %floatcast, %arg2
33 %max = select <8 x i1> %max_is_x, <8 x float> %floatcast, <8 x float> %arg2
50 %max_is_x = fcmp oge <4 x float> %floatcast, %arg2
68 %max_is_x = fcmp oge <8 x float> %floatcast, %arg2
83 %max_is_x = fcmp oge <2 x double> %floatcast, %arg2
98 %max_is_x = fcmp oge <4 x double> %floatcast, %arg2
118 %max_is_x = fcmp oge <2 x double> %floatcast, %arg2
[all …]
H A D2013-10-14-FastISel-incorrect-vreg.ll18 ; Spill %arg2.
35 define i64 @test_bitcast(ptr %arg, i1 %bool, i64 %arg2) {
49 %res = call i64 %loaded_ptr(i64 %arg2, i64 %arg2, i64 %arg2)
58 ; Spill %arg2.
72 define i64 @test_inttoptr(ptr %arg, i1 %bool, i64 %arg2) {
88 %res = call i64 %fct_ptr(i64 %arg2, i64 %arg2, i64 %arg2)
93 ; Spill %arg2.
111 define i64 @test_ptrtoint(ptr %arg, i1 %bool, i64 %arg2) {
127 %res = call i64 %fct_ptr(i64 %arg2, i64 %arg2, i64 %arg2)
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Ddetensorize_0d.mlir8 ins(%arg1, %arg2 : tensor<f32>, tensor<f32>)
17 // CHECK-SAME: (%[[arg1:.*]]: tensor<f32>, %[[arg2:.*]]: tensor<f32>)
19 // CHECK-DAG: %[[arg2_val:.*]] = tensor.extract %[[arg2]]
27 ins(%arg1, %arg2 : tensor<f32>, tensor<f32>)
55 // CHECK-SAME: (%[[arg1:.*]]: tensor<f32>, %[[arg2:.*]]: tensor<f32>)
57 // CHECK-DAG: %[[arg2_val:.*]] = tensor.extract %[[arg2]]
67 ins(%arg1, %arg2 : tensor<f32>, tensor<f32>)
77 // CHECK-SAME: (%[[arg1:.*]]: tensor<f32>, %[[arg2:.*]]: tensor<f32>)
79 // CHECK-DAG: %[[arg2_val:.*]] = tensor.extract %[[arg2]]
88 ins(%arg1, %arg2 : tensor<f32>, tensor<f32>)
[all …]
H A Dconv-interface-invalid.mlir4 %arg2 : tensor<?xf32>) -> tensor<?xf32> {
22 ^bb0(%arg2 : f32, %arg3 : f32):
39 outs(%arg2 : tensor<?xf32>) {
57 outs(%arg2 : tensor<?xf32>) {
75 outs(%arg2 : tensor<?xf32>) {
93 outs(%arg2 : tensor<?xf32>) {
113 outs(%arg2 : tensor<?x?xf32>) {
132 outs(%arg2 : tensor<?x?xf32>) {
151 outs(%arg2 : tensor<?xf32>) {
170 outs(%arg2 : tensor<?xf32>) {
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dcombine-build-vector.mir21 ; CHECK: %arg2:_(s64) = COPY $x1
23 ; CHECK: $x1 = COPY %arg2(s64)
26 %arg2:_(s64) = COPY $x1
55 ; CHECK: %arg2:_(s64) = COPY $x1
66 %arg2:_(s64) = COPY $x1
96 ; CHECK: %arg2:_(s64) = COPY $x1
98 ; CHECK: $x1 = COPY %arg2(s64)
99 ; CHECK: $x2 = COPY %arg2(s64)
102 %arg2:_(s64) = COPY $x1
133 ; CHECK: %arg2:_(s64) = COPY $x1
[all …]
H A Dcombine-extract-vec-elt.mir24 %arg2:_(s64) = COPY $x1
26 %bv:_(<2 x s64>) = G_BUILD_VECTOR %arg1(s64), %arg2(s64)
49 ; CHECK: %arg2:_(s64) = COPY $x1
50 ; CHECK: $x0 = COPY %arg2(s64)
53 %arg2:_(s64) = COPY $x1
79 ; CHECK: %arg2:_(s64) = COPY $x1
86 %arg2:_(s64) = COPY $x1
116 %arg2:_(s64) = COPY $x1
142 ; CHECK: %arg2:_(s64) = COPY $x1
150 %arg2:_(s64) = COPY $x1
[all …]

12345678910>>...39