Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 3988) sorted by relevance

12345678910>>...160

/llvm-project/llvm/test/CodeGen/Generic/
H A D2003-05-28-ManyArgs.ll45 %tmp.101 = getelementptr %struct..s_placer_opts, ptr %placer_opts, i64 0, i32 4 ; <ptr> [#uses=1]
46 %tmp.105 = getelementptr [300 x i8], ptr %net_file, i64 0, i64 0 ; <ptr> [#uses=1]
47 %tmp.106 = getelementptr [300 x i8], ptr %arch_file, i64 0, i64 0 ; <ptr> [#uses=1]
48 %tmp.107 = getelementptr [300 x i8], ptr %place_file, i64 0, i64 0 ; <ptr> [#uses=1]
49 %tmp.108 = getelementptr [300 x i8], ptr %route_file, i64 0, i64 0 ; <ptr> [#uses=1]
50 …%tmp.109 = getelementptr { i32, float, float, float, float, float, float, float, float, float, flo…
51 %tmp.112 = getelementptr %struct..s_placer_opts, ptr %placer_opts, i64 0, i32 0 ; <ptr> [#uses=1]
52 %tmp.114 = getelementptr %struct..s_placer_opts, ptr %placer_opts, i64 0, i32 6 ; <ptr> [#uses=1]
53 %tmp.118 = getelementptr %struct..s_router_opts, ptr %router_opts, i64 0, i32 7 ; <ptr> [#uses=1]
54 %tmp.135 = load i32, ptr %operation ; <i32> [#uses=1]
[all …]
H A DAPIntLoadStore.ll520 %tmp = load i1, ptr @i1_l ; <i1> [#uses=1]
521 store i1 %tmp, ptr @i1_s
526 %tmp = load i2, ptr @i2_l ; <i2> [#uses=1]
527 store i2 %tmp, ptr @i2_s
532 %tmp = load i3, ptr @i3_l ; <i3> [#uses=1]
533 store i3 %tmp, ptr @i3_s
538 %tmp = load i4, ptr @i4_l ; <i4> [#uses=1]
539 store i4 %tmp, ptr @i4_s
544 %tmp = load i5, ptr @i5_l ; <i5> [#uses=1]
545 store i5 %tmp, ptr @i5_s
[all …]
H A Dfp_to_int.ll4 %tmp.1 = fptosi double %X to i8 ; <i8> [#uses=1]
5 ret i8 %tmp.1
9 %tmp.1 = fptosi double %X to i16 ; <i16> [#uses=1]
10 ret i16 %tmp.1
14 %tmp.1 = fptosi double %X to i32 ; <i32> [#uses=1]
15 ret i32 %tmp.1
19 %tmp.1 = fptosi double %X to i64 ; <i64> [#uses=1]
20 ret i64 %tmp.1
24 %tmp.1 = fptoui double %X to i8 ; <i8> [#uses=1]
25 ret i8 %tmp.1
[all …]
/llvm-project/polly/test/ScopInfo/
H A Dpolly-timeout-parameter-bounds.ll6 ; CHECK-NEXT: [tmp] -> { Stmt_bb9[] };
8 ; CHECK-NEXT: [tmp] -> { Stmt_bb9[] -> [0] };
10 ; CHECK-NEXT: [tmp] -> { Stmt_bb9[] -> MemRef_tmp8[] };
13 ; CHECK-NEXT: [tmp] -> { Stmt_bb12[] : 1073741824*floor((536870912 + tmp)/1073741824) …
15 ; CHECK-NEXT: [tmp] -> { Stmt_bb12[] -> [1] };
17 ; CHECK-NEXT: [tmp] -> { Stmt_bb12[] -> MemRef_tmp8[] };
20 ; CHECK-NEXT: [tmp] -> { Stmt_bb15[] : -268435455 + tmp <= 1073741824*floor((536870912…
22 ; CHECK-NEXT: [tmp] -> { Stmt_bb15[] -> [2] };
24 ; CHECK-NEXT: [tmp] -> { Stmt_bb15[] -> MemRef_tmp8[] };
27 ; CHECK-NEXT: [tmp] -> { Stmt_bb18[] : -134217727 + tmp <= 1073741824*floor((536870912…
[all …]
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsafe-buffer-usage-fixits-local-var-span.cpp8 int tmp; in local_array_subscript_simple() local
17 tmp = p[5]; in local_array_subscript_simple()
18 tmp = q[5]; in local_array_subscript_simple()
35 tmp = x[5]; in local_array_subscript_simple()
36 tmp = z[5]; in local_array_subscript_simple()
37 tmp = w[5]; in local_array_subscript_simple()
41 int tmp; in local_array_subscript_auto() local
48 tmp = p[5]; in local_array_subscript_auto()
57 int tmp; in local_variable_qualifiers_specifiers() local
58 tmp = p[5]; in local_variable_qualifiers_specifiers()
[all …]
H A Dwarn-unsafe-buffer-usage-fixits-parm-unsupported.cpp50 int tmp; in A() local
51 tmp = p[5]; // expected-note{{used in buffer access here}} in A()
56 int tmp; in foo() local
57 tmp = p[5]; // expected-note{{used in buffer access here}} in foo()
62 int tmp; in operator +() local
63 tmp = p[5]; // expected-note{{used in buffer access here}} in operator +()
64 return tmp; in operator +()
72 int tmp; in foo() local
73 tmp = p[5]; // expected-note{{used in buffer access here}} in foo()
74 return tmp; in foo()
81 T tmp; template_foo() local
92 int tmp; vararg_foo() local
104 int tmp; fn_with_try_block() local
119 int tmp; isArrayDecayToPointerUPC() local
127 int tmp; parmWithDefaultValue() local
135 int tmp; parmWithDefaultValueDecl() local
[all...]
H A Dwarn-unsafe-buffer-usage-fixits-parm-span-overload.cpp15 int tmp; in foo() local
16 tmp = p[5]; in foo()
22 int tmp; in bar() local
23 tmp = p[5]; in bar()
31 int tmp; in baz() local
32 tmp = p[5]; in baz()
40 int tmp; in foo() local
41 tmp = p[5]; in foo()
54 int tmp; in bar() local
55 tmp = p[5]; in bar()
[all …]
/llvm-project/llvm/test/Transforms/Reassociate/
H A Dfast-ArrayOutOfBounds.ll27 %tmp.2 = fadd float %a4, %a3
28 %tmp.4 = fadd float %tmp.2, %a2
29 %tmp.6 = fadd float %tmp.4, %a1
30 %tmp.8 = fadd float %tmp.6, %a0
31 %tmp.11 = fadd float %a3, %a2
32 %tmp.13 = fadd float %tmp
[all...]
H A D2005-09-01-ArrayOutOfBounds.ll7 %tmp.2 = add i32 %a4, %a3
8 %tmp.4 = add i32 %tmp.2, %a2
9 %tmp.6 = add i32 %tmp.4, %a1
10 %tmp.8 = add i32 %tmp.6, %a0
11 %tmp.11 = add i32 %a3, %a2
12 %tmp.13 = add i32 %tmp.11, %a1
13 %tmp.15 = add i32 %tmp.13, %a0
14 %tmp.18 = add i32 %a2, %a1
15 %tmp.20 = add i32 %tmp.18, %a0
16 %tmp.23 = add i32 %a1, %a0
[all …]
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Drlwimi2.ll9 %tmp.1 = shl i32 %srcA, 15 ; <i32> [#uses=1]
10 %tmp.4 = and i32 %tmp.1, 32505856 ; <i32> [#uses=1]
11 %tmp.6 = and i32 %srcA, 31775 ; <i32> [#uses=1]
12 %tmp.7 = or i32 %tmp.4, %tmp.6 ; <i32> [#uses=1]
13 %tmp.9 = shl i32 %srcB, 15 ; <i32> [#uses=1]
14 %tmp.12 = and i32 %tmp.9, 32505856 ; <i32> [#uses=1]
15 %tmp.14 = and i32 %srcB, 31775 ; <i32> [#uses=1]
16 %tmp.15 = or i32 %tmp.12, %tmp.14 ; <i32> [#uses=1]
17 %tmp.18 = mul i32 %tmp.7, %alpha ; <i32> [#uses=1]
18 %tmp.20 = sub i32 32, %alpha ; <i32> [#uses=1]
[all …]
H A Drlwimi.ll11 %tmp.3 = shl i32 %x, 16
12 %tmp.7 = and i32 %y, 65535
13 %tmp.9 = or i32 %tmp.7, %tmp.3
14 ret i32 %tmp.9
23 %tmp.7 = and i32 %x, 65535
24 %tmp.3 = shl i32 %y, 16
25 %tmp.9 = or i32 %tmp.7, %tmp.3
26 ret i32 %tmp.9
36 %tmp.3 = lshr i32 %x, 16
37 %tmp.6 = and i32 %y, -65536
[all …]
H A Drotl.ll8 %tmp.7 = sub i32 32, %sh ; <i32> [#uses=1]
9 %tmp.10 = lshr i32 %x, %tmp.7 ; <i32> [#uses=2]
10 %tmp.4 = shl i32 %x, %sh ; <i32> [#uses=1]
11 %tmp.12 = or i32 %tmp.10, %tmp.4 ; <i32> [#uses=1]
12 ret i32 %tmp.12
17 %tmp.3 = trunc i32 %sh to i8 ; <i8> [#uses=1]
18 %tmp.4 = lshr i32 %x, %sh ; <i32> [#uses=2]
19 %tmp.7 = sub i32 32, %sh ; <i32> [#uses=1]
20 %tmp.10 = shl i32 %x, %tmp.7 ; <i32> [#uses=1]
21 %tmp.12 = or i32 %tmp.4, %tmp.10 ; <i32> [#uses=1]
[all …]
H A Dand_sra.ll5 %tmp.79 = bitcast i32 %mode.0.i.0 to i32 ; <i32> [#uses=1]
6 %tmp.80 = ashr i32 %tmp.79, 15 ; <i32> [#uses=1]
7 %tmp.81 = and i32 %tmp.80, 24 ; <i32> [#uses=1]
8 ret i32 %tmp.81
12 %tmp.79 = bitcast i32 %mode.0.i.0 to i32 ; <i32> [#uses=1]
13 %tmp.80 = ashr i32 %tmp.79, 15 ; <i32> [#uses=1]
14 %tmp.81 = lshr i32 %mode.0.i.0, 16 ; <i32> [#uses=1]
15 %tmp.82 = bitcast i32 %tmp.81 to i32 ; <i32> [#uses=1]
16 %tmp.83 = and i32 %tmp.80, %tmp.82 ; <i32> [#uses=1]
17 ret i32 %tmp.83
[all …]
H A Dor-addressing-mode.ll5 %tmp.2.i = ptrtoint ptr %P to i32 ; <i32> [#uses=2]
6 %tmp.4.i = and i32 %tmp.2.i, -65536 ; <i32> [#uses=1]
7 %tmp.10.i = lshr i32 %tmp.2.i, 5 ; <i32> [#uses=1]
8 %tmp.11.i = and i32 %tmp.10.i, 2040 ; <i32> [#uses=1]
9 %tmp.13.i = or i32 %tmp.11.i, %tmp.4.i ; <i32> [#uses=1]
10 %tmp.14.i = inttoptr i32 %tmp.13.i to ptr ; <ptr> [#uses=1]
11 %tmp.3 = load i32, ptr %tmp.14.i ; <i32> [#uses=1]
12 ret i32 %tmp.3
16 %tmp.2 = shl i32 %P, 4 ; <i32> [#uses=1]
17 %tmp.3 = or i32 %tmp.2, 2 ; <i32> [#uses=1]
[all …]
H A Dsmall-arguments.ll17 %tmp.0 = call signext i16 @foo() ;; no extsh!
18 %tmp.1 = icmp slt i16 %tmp.0, 1234
19 br i1 %tmp.1, label %then, label %UnifiedReturnBlock
29 %tmp.1 = load i16, ptr %P
30 %tmp.2 = zext i16 %tmp.1 to i32
31 %tmp.3 = and i32 %tmp.2, 255
32 ret i32 %tmp.3
36 %tmp.1 = load i16, ptr %P
37 %tmp.2 = bitcast i16 %tmp.1 to i16
38 %tmp.3 = zext i16 %tmp.2 to i32
[all …]
/llvm-project/llvm/test/Transforms/Mem2Reg/
H A D2005-06-30-ReadBeforeWrite.ll17 %tmp.0 = load i32, ptr %n_addr ; <i32> [#uses=1]
18 %tmp.1 = add i32 %tmp.0, 1 ; <i32> [#uses=1]
19 %tmp.2 = load i32, ptr %i ; <i32> [#uses=1]
20 %tmp.3 = icmp sgt i32 %tmp.1, %tmp.2 ; <i1> [#uses=2]
21 %tmp.4 = zext i1 %tmp.3 to i32 ; <i32> [#uses=0]
22 br i1 %tmp.3, label %no_exit, label %return
24 %tmp.5 = load i32, ptr %undef ; <i32> [#uses=1]
25 store i32 %tmp.5, ptr %out
27 %tmp.6 = load i32, ptr %i ; <i32> [#uses=1]
28 %tmp.7 = icmp sgt i32 %tmp.6, 0 ; <i1> [#uses=2]
[all …]
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dapint-add.ll11 %tmp.2 = xor i1 %x, 1
12 %tmp.4 = add i1 %tmp.2, 1
13 ret i1 %tmp.4
21 %tmp.2 = xor i47 %x, 70368744177664
22 %tmp.4 = add i47 %tmp.2, 70368744177664
23 ret i47 %tmp.4
31 %tmp.2 = xor i15 %x, 16384
32 %tmp
[all...]
/llvm-project/llvm/test/CodeGen/NVPTX/
H A DAPIntLoadStore.ll134 %tmp = load i1, ptr @i1_l ; <i1> [#uses=1]
135 store i1 %tmp, ptr @i1_s
140 %tmp = load i2, ptr @i2_l ; <i2> [#uses=1]
141 store i2 %tmp, ptr @i2_s
146 %tmp = load i3, ptr @i3_l ; <i3> [#uses=1]
147 store i3 %tmp, ptr @i3_s
152 %tmp = load i4, ptr @i4_l ; <i4> [#uses=1]
153 store i4 %tmp, ptr @i4_s
158 %tmp = load i5, ptr @i5_l ; <i5> [#uses=1]
159 store i5 %tmp, pt
[all...]
/llvm-project/lldb/test/Shell/Commands/
H A Dcommand-disassemble.s17 # CHECK-NEXT: command-disassemble.s.tmp`foo:
18 # CHECK-NEXT: command-disassemble.s.tmp[0x0] <+0>: jmp 0x2 ; <+2>
19 # CHECK-NEXT: command-disassemble.s.tmp[0x2] <+2>: int $0x11
20 # CHECK-NEXT: command-disassemble.s.tmp[0x4] <+4>: int $0x12
21 # CHECK-NEXT: command-disassemble.s.tmp[0x6] <+6>: int $0x13
22 # CHECK-NEXT: command-disassemble.s.tmp[0x8] <+8>: int $0x14
23 # CHECK-NEXT: command-disassemble.s.tmp[0xa] <+10>: int $0x15
24 # CHECK-NEXT: command-disassemble.s.tmp[0xc] <+12>: int $0x16
26 # CHECK-NEXT: command-disassemble.s.tmp`bar:
27 # CHECK-NEXT: command-disassemble.s.tmp[
[all...]
/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Drandom.c88 uint32 tmp; in random_upto_biased() local
89 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
90 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
91 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
92 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
93 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
94 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
95 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
96 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
/llvm-project/llvm/test/Transforms/LoopSimplify/
H A D2003-08-15-PreheadersFail.ll12 %tmp.35 = load ptr, ptr @yy_state_ptr ; <ptr> [#uses=2]
13 %inc.0 = getelementptr i32, ptr %tmp.35, i64 1 ; <ptr> [#uses=1]
15 %tmp.36 = load i32, ptr null ; <i32> [#uses=1]
16 store i32 %tmp.36, ptr %tmp.35
20 %tmp.91 = load i32, ptr null ; <i32> [#uses=1]
21 %tmp.92 = sext i32 %tmp.91 to i64 ; <i64> [#uses=1]
22 %tmp.93 = getelementptr [787 x i16], ptr @yy_base, i64 0, i64 %tmp.92 ; <ptr> [#uses=1]
23 %tmp.94 = load i16, ptr %tmp.93 ; <i16> [#uses=1]
24 %tmp.95 = icmp ne i16 %tmp.94, 4394 ; <i1> [#uses=1]
25 br i1 %tmp.95, label %loopexit.2, label %yy_find_action
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-string-cstr.cpp48 std::string tmp; in f5() local
49 tmp.append(s.c_str()); in f5()
52 tmp.assign(s.c_str()); in f5()
56 if (tmp.compare(s.c_str()) == 0) return; in f5()
60 if (tmp.compare(1, 2, s.c_str()) == 0) return; in f5()
64 if (tmp.find(s.c_str()) == 0) return; in f5()
68 if (tmp.find(s.c_str(), 2) == 0) return; in f5()
72 if (tmp.find(s.c_str(), 2) == 0) return; in f5()
76 tmp.insert(1, s.c_str()); in f5()
80 tmp = s.c_str(); in f5()
[all …]
/llvm-project/llvm/test/Transforms/IndVarSimplify/
H A Dvariable-stride-ivs-0.ll5 ; cycles, allowing the tmp.21 subtraction to be eliminated.
9 %tmp.1 = getelementptr i32, ptr %data, i32 3 ; <ptr> [#uses=1]
10 %tmp.2 = load i32, ptr %tmp.1 ; <i32> [#uses=2]
11 %tmp.4 = getelementptr i32, ptr %data, i32 4 ; <ptr> [#uses=1]
12 %tmp.5 = load i32, ptr %tmp.4 ; <i32> [#uses=2]
13 %tmp.8 = getelementptr i32, ptr %data, i32 2 ; <ptr> [#uses=1]
14 %tmp.9 = load i32, ptr %tmp.8 ; <i32> [#uses=3]
15 %tmp.125 = icmp sgt i32 %tmp.2, 0 ; <i1> [#uses=1]
16 br i1 %tmp.125, label %no_exit.preheader, label %return
19 %tmp.16 = getelementptr i32, ptr %data, i32 %tmp.9 ; <ptr> [#uses=1]
[all …]
/llvm-project/clang/test/SemaOpenCL/
H A Dclang-builtin-version.cl8 int tmp;
9 …enqueue_kernel(tmp, tmp, tmp, ^(void) { // expected-error{{use of undeclared identifier 'enqueue_k…
30 int tmp;
41 read_pipe(tmp, tmp); // expected-error{{use of undeclared identifier 'read_pipe'}}
43 write_pipe(tmp, tmp); // expected-error{{use of undeclared identifier 'write_pipe'}}
45 …reserve_read_pipe(tmp, tmp); // expected-error{{use of undeclared identifier 'reserve_read_pipe'}}
46 …reserve_write_pipe(tmp, tmp); // expected-error{{use of undeclared identifier 'reserve_write_pipe'…
48 …work_group_reserve_read_pipe(tmp, tmp); // expected-error{{use of undeclared identifier 'work_gro…
49 …work_group_reserve_write_pipe(tmp, tmp); // expected-error{{use of undeclared identifier 'work_gro…
51 …sub_group_reserve_write_pipe(tmp, tmp); // expected-error{{use of undeclared identifier 'sub_group…
[all …]
/llvm-project/llvm/test/CodeGen/SystemZ/
H A Dfp-libcall.ll8 %tmp = call float @llvm.powi.f32.i32(float %x, i32 %y)
9 ret float %tmp
15 %tmp = call double @llvm.powi.f64.i32(double %x, i32 %y)
16 ret double %tmp
22 %tmp = call fp128 @llvm.powi.f128.i32(fp128 %x, i32 %y)
23 ret fp128 %tmp
29 %tmp = call float @llvm.pow.f32(float %x, float %y)
30 ret float %tmp
36 %tmp = call double @llvm.pow.f64(double %x, double %y)
37 ret double %tmp
[all …]

12345678910>>...160