Home
last modified time | relevance | path

Searched refs:loop_0 (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/test/Analysis/ScalarEvolution/
Dexpander-replace-congruent-ivs.ll12 br i1 undef, label %loop_0.cond, label %for.body.us
15 br label %loop_0.cond
17 loop_0.cond:
19 br i1 true, label %loop_0.ph, label %loop_1.ph
21 loop_0.ph:
22 br label %loop_0
28 %c.lcssa = phi i32 [ 0, %loop_0.cond ], [ %val_2, %loop_1.exit ]
31 loop_0:
32 br i1 undef, label %loop_0, label %loop_1.exit
50 br i1 undef, label %loop_0.cond, label %for.body.us
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dexpander-replace-congruent-ivs.ll12 br i1 undef, label %loop_0.cond, label %for.body.us
15 br label %loop_0.cond
17 loop_0.cond:
19 br i1 true, label %loop_0.ph, label %loop_1.ph
21 loop_0.ph:
22 br label %loop_0
28 %c.lcssa = phi i32 [ 0, %loop_0.cond ], [ %val_2, %loop_1.exit ]
31 loop_0:
32 br i1 undef, label %loop_0, label %loop_1.exit
50 br i1 undef, label %loop_0.cond, label %for.body.us
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fusion_pass.cpp46 for (auto& loop_0 : ld) { in ProcessFunction() local
48 LoopFusion fusion(context(), &loop_0, &loop_1); in ProcessFunction()
53 liveness.SimulateFusion(loop_0, loop_1, &reg_pressure); in ProcessFunction()
Dloop_fusion.h33 LoopFusion(IRContext* context, Loop* loop_0, Loop* loop_1) in LoopFusion() argument
35 loop_0_(loop_0), in LoopFusion()
37 containing_function_(loop_0->GetHeaderBlock()->GetParent()) {} in LoopFusion()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fusion_pass.cpp46 for (auto& loop_0 : ld) { in ProcessFunction() local
48 LoopFusion fusion(context(), &loop_0, &loop_1); in ProcessFunction()
53 liveness.SimulateFusion(loop_0, loop_1, &reg_pressure); in ProcessFunction()
Dloop_fusion.h33 LoopFusion(IRContext* context, Loop* loop_0, Loop* loop_1) in LoopFusion() argument
35 loop_0_(loop_0), in LoopFusion()
37 containing_function_(loop_0->GetHeaderBlock()->GetParent()) {} in LoopFusion()
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dfusion_legal.cpp1649 auto loop_0 = loops[0]; in TEST_F() local
1654 LoopFusion fusion(context.get(), loop_0, loop_1); in TEST_F()
1659 LoopFusion fusion(context.get(), loop_0, loop_2); in TEST_F()
1847 auto loop_0 = loops[0]; in TEST_F() local
1853 LoopFusion fusion(context.get(), loop_0, loop_1); in TEST_F()
1873 LoopFusion fusion(context.get(), loop_0, loop_2); in TEST_F()
1905 auto loop_0 = loops[0]; in TEST_F() local
1910 LoopFusion fusion(context.get(), loop_0, loop_1); in TEST_F()
1915 LoopFusion fusion(context.get(), loop_0, loop_2); in TEST_F()
2121 auto loop_0 = loops[0]; in TEST_F() local
[all …]
Dfusion_compatibility.cpp1051 auto loop_0 = loops[0]; in TEST_F() local
1055 EXPECT_FALSE(LoopFusion(context.get(), loop_0, loop_0).AreCompatible()); in TEST_F()
1056 EXPECT_FALSE(LoopFusion(context.get(), loop_0, loop_2).AreCompatible()); in TEST_F()
1057 EXPECT_FALSE(LoopFusion(context.get(), loop_1, loop_0).AreCompatible()); in TEST_F()
1058 EXPECT_TRUE(LoopFusion(context.get(), loop_0, loop_1).AreCompatible()); in TEST_F()
1184 auto loop_0 = loops[0]; in TEST_F() local
1188 EXPECT_FALSE(LoopFusion(context.get(), loop_0, loop_0).AreCompatible()); in TEST_F()
1189 EXPECT_FALSE(LoopFusion(context.get(), loop_0, loop_2).AreCompatible()); in TEST_F()
1190 EXPECT_FALSE(LoopFusion(context.get(), loop_0, loop_1).AreCompatible()); in TEST_F()
Dfusion_illegal.cpp424 auto loop_0 = loops[0]; in TEST_F() local
430 LoopFusion fusion(context.get(), loop_0, loop_1); in TEST_F()
435 LoopFusion fusion(context.get(), loop_0, loop_2); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dfusion_legal.cpp1649 auto loop_0 = loops[0]; in TEST_F() local
1654 LoopFusion fusion(context.get(), loop_0, loop_1); in TEST_F()
1659 LoopFusion fusion(context.get(), loop_0, loop_2); in TEST_F()
1847 auto loop_0 = loops[0]; in TEST_F() local
1853 LoopFusion fusion(context.get(), loop_0, loop_1); in TEST_F()
1873 LoopFusion fusion(context.get(), loop_0, loop_2); in TEST_F()
1905 auto loop_0 = loops[0]; in TEST_F() local
1910 LoopFusion fusion(context.get(), loop_0, loop_1); in TEST_F()
1915 LoopFusion fusion(context.get(), loop_0, loop_2); in TEST_F()
2121 auto loop_0 = loops[0]; in TEST_F() local
[all …]
Dfusion_compatibility.cpp1051 auto loop_0 = loops[0]; in TEST_F() local
1055 EXPECT_FALSE(LoopFusion(context.get(), loop_0, loop_0).AreCompatible()); in TEST_F()
1056 EXPECT_FALSE(LoopFusion(context.get(), loop_0, loop_2).AreCompatible()); in TEST_F()
1057 EXPECT_FALSE(LoopFusion(context.get(), loop_1, loop_0).AreCompatible()); in TEST_F()
1058 EXPECT_TRUE(LoopFusion(context.get(), loop_0, loop_1).AreCompatible()); in TEST_F()
1184 auto loop_0 = loops[0]; in TEST_F() local
1188 EXPECT_FALSE(LoopFusion(context.get(), loop_0, loop_0).AreCompatible()); in TEST_F()
1189 EXPECT_FALSE(LoopFusion(context.get(), loop_0, loop_2).AreCompatible()); in TEST_F()
1190 EXPECT_FALSE(LoopFusion(context.get(), loop_0, loop_1).AreCompatible()); in TEST_F()
Dfusion_illegal.cpp424 auto loop_0 = loops[0]; in TEST_F() local
430 LoopFusion fusion(context.get(), loop_0, loop_1); in TEST_F()
435 LoopFusion fusion(context.get(), loop_0, loop_2); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Div-widen.ll12 ; CHECK-LABEL: @loop_0
22 define void @loop_0(i32* %a) {
49 ; CHECK-LABEL: @loop_0.dead
53 define void @loop_0.dead(i32* %a) {
/external/llvm/test/Transforms/IndVarSimplify/
Div-widen.ll10 ; CHECK-LABEL: @loop_0
20 define void @loop_0(i32* %a) {
/external/deqp/android/cts/master/src/
Dgles2-failures.txt1353 dEQP-GLES2.functional.shaders.invariance.highp.loop_0
1359 dEQP-GLES2.functional.shaders.invariance.lowp.loop_0
1365 dEQP-GLES2.functional.shaders.invariance.mediump.loop_0
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles2-master.txt7768 dEQP-GLES2.functional.shaders.invariance.highp.loop_0
7780 dEQP-GLES2.functional.shaders.invariance.mediump.loop_0
7792 dEQP-GLES2.functional.shaders.invariance.lowp.loop_0
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/
Dgles2-master.txt7792 dEQP-GLES2.functional.shaders.invariance.highp.loop_0
7804 dEQP-GLES2.functional.shaders.invariance.mediump.loop_0
7816 dEQP-GLES2.functional.shaders.invariance.lowp.loop_0
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles2-master.txt7764 dEQP-GLES2.functional.shaders.invariance.highp.loop_0
7776 dEQP-GLES2.functional.shaders.invariance.mediump.loop_0
7788 dEQP-GLES2.functional.shaders.invariance.lowp.loop_0
Dgles3-master.txt18973 dEQP-GLES3.functional.shaders.invariance.highp.loop_0
18985 dEQP-GLES3.functional.shaders.invariance.mediump.loop_0
18997 dEQP-GLES3.functional.shaders.invariance.lowp.loop_0
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/
Dgles2-master.txt7934 dEQP-GLES2.functional.shaders.invariance.highp.loop_0
7946 dEQP-GLES2.functional.shaders.invariance.mediump.loop_0
7958 dEQP-GLES2.functional.shaders.invariance.lowp.loop_0
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles2-master.txt7660 dEQP-GLES2.functional.shaders.invariance.highp.loop_0
7672 dEQP-GLES2.functional.shaders.invariance.mediump.loop_0
7684 dEQP-GLES2.functional.shaders.invariance.lowp.loop_0
Dgles3-master.txt18414 dEQP-GLES3.functional.shaders.invariance.highp.loop_0
18426 dEQP-GLES3.functional.shaders.invariance.mediump.loop_0
18438 dEQP-GLES3.functional.shaders.invariance.lowp.loop_0
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles2-master.txt7916 dEQP-GLES2.functional.shaders.invariance.highp.loop_0
7928 dEQP-GLES2.functional.shaders.invariance.mediump.loop_0
7940 dEQP-GLES2.functional.shaders.invariance.lowp.loop_0
/external/deqp/android/cts/master/
Dgles3-master.txt18992 dEQP-GLES3.functional.shaders.invariance.highp.loop_0
19004 dEQP-GLES3.functional.shaders.invariance.mediump.loop_0
19016 dEQP-GLES3.functional.shaders.invariance.lowp.loop_0
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles3-master.txt17438 dEQP-GLES3.functional.shaders.invariance.highp.loop_0
17448 dEQP-GLES3.functional.shaders.invariance.mediump.loop_0
17458 dEQP-GLES3.functional.shaders.invariance.lowp.loop_0

12