Home
last modified time | relevance | path

Searched refs:phi2 (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/PhiValues/
Dbasic.ll21 ; CHECK: PHI %phi2 has values:
24 %phi2 = phi i32* [ @X, %if ], [ %ptr, %else ]
53 ; CHECK: PHI %phi2 has values:
57 %phi2 = phi i32 [ %phi1, %if2 ], [ 2, %else2 ]
97 %phi1 = phi i32 [ 0, %entry ], [ %phi2, %then ]
107 ; CHECK: PHI %phi2 has values:
110 %phi2 = phi i32 [ %phi1, %if ], [ 1, %else ]
118 %phi3 = phi i32 [ 2, %entry ], [ %phi2, %then ]
133 %phi1 = phi i32 [ %phi3, %if ], [ 0, %else ], [ %phi2, %inloop ]
137 ; CHECK: PHI %phi2 has values:
[all …]
Dbig_phi.ll16 %phi1 = phi i8* [ %arg, %entry ], [ %phi2, %end ]
73 ; CHECK: PHI %phi2 has values:
76 …%phi2 = phi i8* [ %phi1, %for.body ], [ %phi1, %bb1 ], [ %phi1, %bb2 ], [ %phi1, %bb3 ], [ %phi1, …
Dlong_phi_chain.ll14 %phi1 = phi i32* [ %arg, %entry ], [ %phi2, %while1.then ]
24 ; CHECK: PHI %phi2 has values:
26 %phi2 = phi i32* [ %arg, %while1.if ], [ %phi1, %while1.body ]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Ddifferent-loops-recs.ll12 ; CHECK: %sum1 = add i32 %phi1, %phi2
22 ; CHECK: %s2 = add i32 %phi5, %phi2
38 %phi2 = phi i32 [ 4, %entry ], [ %phi2.inc, %loop1 ]
41 %phi2.inc = add i32 %phi2, 2
43 %sum1 = add i32 %phi1, %phi2
62 %s2 = add i32 %phi5, %phi2
76 ; CHECK: %sum1 = add i32 %phi1, %phi2
96 ; CHECK: %s4 = add i32 %phi2, %is2
108 %phi2 = phi i32 [ %b, %entry ], [ %phi2.inc, %loop1 ]
111 %phi2.inc = add i32 %phi2, 2
[all …]
/external/llvm/test/Transforms/LoopStrengthReduce/
Dfunclet.ll22 %phi2 = phi i8* [ %tmp96, %throw ]
34 %tmp99 = phi i8* [ %tmp101, %iter ], [ %phi2, %blah2 ]
48 ; CHECK-NEXT: ptrtoint i8* %phi2 to i32
60 %phi2 = phi i8* [ %tmp96, %throw ]
78 %tmp99 = phi i8* [ %tmp101, %iter ], [ %phi2, %blah ]
90 ; CHECK-NEXT: ptrtoint i8* %phi2 to i32
110 %phi2 = phi i8* [ %tmp96, %pad ]
121 %tmp99 = phi i8* [ %tmp101, %iter ], [ %phi2, %blug ]
133 ; CHECK-NEXT: ptrtoint i8* %phi2 to i32
145 %phi2 = phi i8* [ %tmp96, %throw ]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/
Dfunclet.ll22 %phi2 = phi i8* [ %tmp96, %throw ]
34 %tmp99 = phi i8* [ %tmp101, %iter ], [ %phi2, %blah2 ]
48 ; CHECK-NEXT: ptrtoint i8* %phi2 to i32
60 %phi2 = phi i8* [ %tmp96, %throw ]
78 %tmp99 = phi i8* [ %tmp101, %iter ], [ %phi2, %blah ]
90 ; CHECK-NEXT: ptrtoint i8* %phi2 to i32
110 %phi2 = phi i8* [ %tmp96, %pad ]
121 %tmp99 = phi i8* [ %tmp101, %iter ], [ %phi2, %blug ]
133 ; CHECK-NEXT: ptrtoint i8* %phi2 to i32
145 %phi2 = phi i8* [ %tmp96, %throw ]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Coroutines/
Dcoro-spill-after-phi.ll16 %phi2 = phi i32 [ 1, %entry ], [ 3, %alt ]
23 call i32 @print(i32 %phi2)
40 ; CHECK: %phi2 = select i1 %n, i32 1, i32 3
41 ; CHECK: %phi2.spill.addr = getelementptr inbounds %f.Frame, %f.Frame* %FramePtr, i32 0, i32 5
42 ; CHECK: store i32 %phi2, i32* %phi2.spill.addr
/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_builder.cpp121 Instruction* phi2 = builder.AddPhi(10, {16, 14}); in TEST_F() local
125 EXPECT_EQ(context->get_def_use_mgr()->GetDef(phi2->result_id()), nullptr); in TEST_F()
127 EXPECT_EQ(context->get_instr_block(phi2), nullptr); in TEST_F()
145 Instruction* phi2 = builder.AddPhi(10, {16, 14}); in TEST_F() local
149 EXPECT_NE(context->get_def_use_mgr()->GetDef(phi2->result_id()), nullptr); in TEST_F()
151 EXPECT_NE(context->get_instr_block(phi2), nullptr); in TEST_F()
Dvalue_table_test.cpp584 Instruction* phi2 = context->get_def_use_mgr()->GetDef(18); in TEST_F() local
585 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(phi2)); in TEST_F()
586 EXPECT_NE(vtable.GetValueNumber(phi1), vtable.GetValueNumber(phi2)); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_builder.cpp121 Instruction* phi2 = builder.AddPhi(10, {16, 14}); in TEST_F() local
125 EXPECT_EQ(context->get_def_use_mgr()->GetDef(phi2->result_id()), nullptr); in TEST_F()
127 EXPECT_EQ(context->get_instr_block(phi2), nullptr); in TEST_F()
145 Instruction* phi2 = builder.AddPhi(10, {16, 14}); in TEST_F() local
149 EXPECT_NE(context->get_def_use_mgr()->GetDef(phi2->result_id()), nullptr); in TEST_F()
151 EXPECT_NE(context->get_instr_block(phi2), nullptr); in TEST_F()
Dvalue_table_test.cpp584 Instruction* phi2 = context->get_def_use_mgr()->GetDef(18); in TEST_F() local
585 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(phi2)); in TEST_F()
586 EXPECT_NE(vtable.GetValueNumber(phi1), vtable.GetValueNumber(phi2)); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dpr12338.ll9 %local = phi <1 x i32> [ <i32 0>, %entry ], [ %phi2, %cond.end47 ]
22 %phi2 = sub <1 x i32> zeroinitializer, %sum
Dfold-phi.ll36 %phi2 = phi i64 [ %and, %if.else ], [ undef, %while.body ]
37 %or2 = or i64 %phi2, %zext
/external/llvm/test/Transforms/InstCombine/
Dpr12338.ll9 %local = phi <1 x i32> [ <i32 0>, %entry ], [ %phi2, %cond.end47 ]
22 %phi2 = sub <1 x i32> zeroinitializer, %sum
Dfold-phi.ll36 %phi2 = phi i64 [ %and, %if.else ], [ undef, %while.body ]
37 %or2 = or i64 %phi2, %zext
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
D2012-10-19-congruent-constant.ll10 %phi2 = phi i1 [ false, %entry ], [ %cmpb, %for.body ]
12 tail call void @aux(i1 %phi1, i1 %phi2) nounwind
/external/llvm/test/Transforms/IndVarSimplify/
D2012-10-19-congruent-constant.ll10 %phi2 = phi i1 [ false, %entry ], [ %cmpb, %for.body ]
12 tail call void @aux(i1 %phi1, i1 %phi2) nounwind
/external/llvm/test/Transforms/LoopVectorize/
Div_outside_user.ll117 ; CHECK: %phi2 = phi i32 [ {{.*}}, %for.body ], [ %n.vec, %middle.block ]
118 ; CHECK: store i32 %phi2, i32* %p
132 %phi2 = phi i32 [ %inc, %for.body ]
133 store i32 %phi2, i32* %p
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dldst-opt.ll1124 %phi2 = phi i32* [ %gep3, %for.body ], [ %a, %0 ]
1128 %gep2 = getelementptr i32, i32* %phi2, i64 -1
1131 store i32 %load2, i32* %phi2
1133 %gep3 = getelementptr i32, i32* %phi2, i64 -2
1148 %phi2 = phi i64* [ %gep3, %for.body ], [ %a, %0 ]
1152 %gep2 = getelementptr i64, i64* %phi2, i64 -1
1155 store i64 %load2, i64* %phi2
1157 %gep3 = getelementptr i64, i64* %phi2, i64 -2
1172 %phi2 = phi <2 x i64>* [ %gep3, %for.body ], [ %a, %0 ]
1176 %gep2 = getelementptr <2 x i64>, <2 x i64>* %phi2, i64 -1
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Div_outside_user.ll117 ; CHECK: %phi2 = phi i32 [ {{.*}}, %for.body ], [ %n.vec, %middle.block ]
118 ; CHECK: store i32 %phi2, i32* %p
132 %phi2 = phi i32 [ %inc, %for.body ]
133 store i32 %phi2, i32* %p
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Drelocation.ll27 ; CHECK: %phi2 = phi i64 addrspace(1)* [ %obj.relocated.casted, %use ], [ %obj2.relocated.casted, %…
29 %phi2 = phi i64 addrspace(1)* [ %obj, %use ], [ %obj2, %joint ]
272 ; CHECK: phi2 = phi i64 addrspace(1)*
275 %phi2 = phi i64 addrspace(1)* [ %obj, %join ], [ %obj2, %branch2 ]
276 ret i64 addrspace(1)* %phi2
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/
Drelocation.ll28 ; CHECK: %phi2 = phi i64 addrspace(1)* [ %obj.relocated.casted, %use ], [ %obj2.relocated.casted, %…
30 %phi2 = phi i64 addrspace(1)* [ %obj, %use ], [ %obj2, %joint ]
279 ; CHECK: phi2 = phi i64 addrspace(1)*
282 %phi2 = phi i64 addrspace(1)* [ %obj, %join ], [ %obj2, %branch2 ]
283 ret i64 addrspace(1)* %phi2
/external/llvm/test/CodeGen/AArch64/
Dldst-opt.ll1123 %phi2 = phi i32* [ %gep3, %for.body ], [ %a, %0 ]
1127 %gep2 = getelementptr i32, i32* %phi2, i64 -1
1130 store i32 %load2, i32* %phi2
1132 %gep3 = getelementptr i32, i32* %phi2, i64 -2
1147 %phi2 = phi i64* [ %gep3, %for.body ], [ %a, %0 ]
1151 %gep2 = getelementptr i64, i64* %phi2, i64 -1
1154 store i64 %load2, i64* %phi2
1156 %gep3 = getelementptr i64, i64* %phi2, i64 -2
1171 %phi2 = phi <2 x i64>* [ %gep3, %for.body ], [ %a, %0 ]
1175 %gep2 = getelementptr <2 x i64>, <2 x i64>* %phi2, i64 -1
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
Dinvoke.ll112 %phi2 = phi i8* [%a, %x], [%b, %y]
116 tail call void @__cxa_call_unexpected(i8* %phi2) noreturn nounwind
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dinvoke.ll133 %phi2 = phi i8* [%a, %x], [%b, %y]
137 tail call void @__cxa_call_unexpected(i8* %phi2) noreturn nounwind

12