Home
last modified time | relevance | path

Searched refs:GetBasicBlock (Results 1 – 24 of 24) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/dominator_tree/
Dgenerated.cpp47 EXPECT_TRUE(dom_tree.Dominates(spvtest::GetBasicBlock(fn, x), in check_dominance()
48 spvtest::GetBasicBlock(fn, y))); in check_dominance()
64 EXPECT_FALSE(dom_tree.Dominates(spvtest::GetBasicBlock(fn, x), in check_no_dominance()
65 spvtest::GetBasicBlock(fn, y))); in check_no_dominance()
67 EXPECT_FALSE(dom_tree.StrictlyDominates(spvtest::GetBasicBlock(fn, x), in check_no_dominance()
68 spvtest::GetBasicBlock(fn, y))); in check_no_dominance()
71 EXPECT_FALSE(dom_tree.Dominates(spvtest::GetBasicBlock(fn, y), in check_no_dominance()
72 spvtest::GetBasicBlock(fn, x))); in check_no_dominance()
74 EXPECT_FALSE(dom_tree.StrictlyDominates(spvtest::GetBasicBlock(fn, y), in check_no_dominance()
75 spvtest::GetBasicBlock(fn, x))); in check_no_dominance()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp48 EXPECT_TRUE(dom_tree.Dominates(spvtest::GetBasicBlock(fn, x), in check_dominance()
49 spvtest::GetBasicBlock(fn, y))); in check_dominance()
65 EXPECT_FALSE(dom_tree.Dominates(spvtest::GetBasicBlock(fn, x), in check_no_dominance()
66 spvtest::GetBasicBlock(fn, y))); in check_no_dominance()
68 EXPECT_FALSE(dom_tree.StrictlyDominates(spvtest::GetBasicBlock(fn, x), in check_no_dominance()
69 spvtest::GetBasicBlock(fn, y))); in check_no_dominance()
72 EXPECT_FALSE(dom_tree.Dominates(spvtest::GetBasicBlock(fn, y), in check_no_dominance()
73 spvtest::GetBasicBlock(fn, x))); in check_no_dominance()
75 EXPECT_FALSE(dom_tree.StrictlyDominates(spvtest::GetBasicBlock(fn, y), in check_no_dominance()
76 spvtest::GetBasicBlock(fn, x))); in check_no_dominance()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp48 EXPECT_TRUE(dom_tree.Dominates(spvtest::GetBasicBlock(fn, x), in check_dominance()
49 spvtest::GetBasicBlock(fn, y))); in check_dominance()
65 EXPECT_FALSE(dom_tree.Dominates(spvtest::GetBasicBlock(fn, x), in check_no_dominance()
66 spvtest::GetBasicBlock(fn, y))); in check_no_dominance()
68 EXPECT_FALSE(dom_tree.StrictlyDominates(spvtest::GetBasicBlock(fn, x), in check_no_dominance()
69 spvtest::GetBasicBlock(fn, y))); in check_no_dominance()
72 EXPECT_FALSE(dom_tree.Dominates(spvtest::GetBasicBlock(fn, y), in check_no_dominance()
73 spvtest::GetBasicBlock(fn, x))); in check_no_dominance()
75 EXPECT_FALSE(dom_tree.StrictlyDominates(spvtest::GetBasicBlock(fn, y), in check_no_dominance()
76 spvtest::GetBasicBlock(fn, x))); in check_no_dominance()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dnested_loops.cpp173 EXPECT_EQ(parent_loop.GetHeaderBlock(), spvtest::GetBasicBlock(f, 21)); in TEST_F()
174 EXPECT_EQ(parent_loop.GetLatchBlock(), spvtest::GetBasicBlock(f, 23)); in TEST_F()
175 EXPECT_EQ(parent_loop.GetMergeBlock(), spvtest::GetBasicBlock(f, 22)); in TEST_F()
182 EXPECT_EQ(child_loop_1.GetHeaderBlock(), spvtest::GetBasicBlock(f, 28)); in TEST_F()
183 EXPECT_EQ(child_loop_1.GetLatchBlock(), spvtest::GetBasicBlock(f, 30)); in TEST_F()
184 EXPECT_EQ(child_loop_1.GetMergeBlock(), spvtest::GetBasicBlock(f, 29)); in TEST_F()
191 EXPECT_EQ(child_loop_2.GetHeaderBlock(), spvtest::GetBasicBlock(f, 37)); in TEST_F()
192 EXPECT_EQ(child_loop_2.GetLatchBlock(), spvtest::GetBasicBlock(f, 39)); in TEST_F()
193 EXPECT_EQ(child_loop_2.GetMergeBlock(), spvtest::GetBasicBlock(f, 38)); in TEST_F()
369 EXPECT_EQ(loop->GetPreHeaderBlock(), spvtest::GetBasicBlock(f, 22)); in TEST_F()
[all …]
Ddependence_analysis.cpp137 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 13)) { in TEST()
294 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 22)) { in TEST()
530 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 17)) { in TEST()
603 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 68)) { in TEST()
924 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 29)) { in TEST()
980 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 114)) { in TEST()
1422 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 29)) { in TEST()
1443 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 54)) { in TEST()
1465 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 75)) { in TEST()
1486 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 99)) { in TEST()
[all …]
Dloop_descriptions.cpp104 EXPECT_EQ(loop.GetHeaderBlock(), spvtest::GetBasicBlock(f, 18)); in TEST_F()
105 EXPECT_EQ(loop.GetLatchBlock(), spvtest::GetBasicBlock(f, 20)); in TEST_F()
106 EXPECT_EQ(loop.GetMergeBlock(), spvtest::GetBasicBlock(f, 19)); in TEST_F()
Ddependence_analysis_helpers.cpp174 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 16)) { in TEST()
201 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 47)) { in TEST()
1497 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 30)) { in TEST()
1578 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 65)) { in TEST()
1657 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 96)) { in TEST()
1736 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 126)) { in TEST()
2069 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 30)) { in TEST()
2150 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 66)) { in TEST()
2231 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 96)) { in TEST()
2312 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 127)) { in TEST()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/
Dnested_loops.cpp173 EXPECT_EQ(parent_loop.GetHeaderBlock(), spvtest::GetBasicBlock(f, 21)); in TEST_F()
174 EXPECT_EQ(parent_loop.GetLatchBlock(), spvtest::GetBasicBlock(f, 23)); in TEST_F()
175 EXPECT_EQ(parent_loop.GetMergeBlock(), spvtest::GetBasicBlock(f, 22)); in TEST_F()
182 EXPECT_EQ(child_loop_1.GetHeaderBlock(), spvtest::GetBasicBlock(f, 28)); in TEST_F()
183 EXPECT_EQ(child_loop_1.GetLatchBlock(), spvtest::GetBasicBlock(f, 30)); in TEST_F()
184 EXPECT_EQ(child_loop_1.GetMergeBlock(), spvtest::GetBasicBlock(f, 29)); in TEST_F()
191 EXPECT_EQ(child_loop_2.GetHeaderBlock(), spvtest::GetBasicBlock(f, 37)); in TEST_F()
192 EXPECT_EQ(child_loop_2.GetLatchBlock(), spvtest::GetBasicBlock(f, 39)); in TEST_F()
193 EXPECT_EQ(child_loop_2.GetMergeBlock(), spvtest::GetBasicBlock(f, 38)); in TEST_F()
369 EXPECT_EQ(loop->GetPreHeaderBlock(), spvtest::GetBasicBlock(f, 22)); in TEST_F()
[all …]
Ddependence_analysis.cpp131 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 13)) { in TEST()
288 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 22)) { in TEST()
524 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 17)) { in TEST()
597 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 68)) { in TEST()
918 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 29)) { in TEST()
974 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 114)) { in TEST()
1416 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 29)) { in TEST()
1437 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 54)) { in TEST()
1459 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 75)) { in TEST()
1480 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 99)) { in TEST()
[all …]
Dloop_descriptions.cpp103 EXPECT_EQ(loop.GetHeaderBlock(), spvtest::GetBasicBlock(f, 18)); in TEST_F()
104 EXPECT_EQ(loop.GetLatchBlock(), spvtest::GetBasicBlock(f, 20)); in TEST_F()
105 EXPECT_EQ(loop.GetMergeBlock(), spvtest::GetBasicBlock(f, 19)); in TEST_F()
Ddependence_analysis_helpers.cpp168 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 16)) { in TEST()
195 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 47)) { in TEST()
1491 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 30)) { in TEST()
1572 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 65)) { in TEST()
1651 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 96)) { in TEST()
1730 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 126)) { in TEST()
2063 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 30)) { in TEST()
2144 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 66)) { in TEST()
2225 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 96)) { in TEST()
2306 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 127)) { in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dnested_loops.cpp173 EXPECT_EQ(parent_loop.GetHeaderBlock(), spvtest::GetBasicBlock(f, 21)); in TEST_F()
174 EXPECT_EQ(parent_loop.GetLatchBlock(), spvtest::GetBasicBlock(f, 23)); in TEST_F()
175 EXPECT_EQ(parent_loop.GetMergeBlock(), spvtest::GetBasicBlock(f, 22)); in TEST_F()
182 EXPECT_EQ(child_loop_1.GetHeaderBlock(), spvtest::GetBasicBlock(f, 28)); in TEST_F()
183 EXPECT_EQ(child_loop_1.GetLatchBlock(), spvtest::GetBasicBlock(f, 30)); in TEST_F()
184 EXPECT_EQ(child_loop_1.GetMergeBlock(), spvtest::GetBasicBlock(f, 29)); in TEST_F()
191 EXPECT_EQ(child_loop_2.GetHeaderBlock(), spvtest::GetBasicBlock(f, 37)); in TEST_F()
192 EXPECT_EQ(child_loop_2.GetLatchBlock(), spvtest::GetBasicBlock(f, 39)); in TEST_F()
193 EXPECT_EQ(child_loop_2.GetMergeBlock(), spvtest::GetBasicBlock(f, 38)); in TEST_F()
369 EXPECT_EQ(loop->GetPreHeaderBlock(), spvtest::GetBasicBlock(f, 22)); in TEST_F()
[all …]
Ddependence_analysis.cpp137 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 13)) { in TEST()
294 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 22)) { in TEST()
530 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 17)) { in TEST()
603 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 68)) { in TEST()
924 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 29)) { in TEST()
980 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 114)) { in TEST()
1422 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 29)) { in TEST()
1443 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 54)) { in TEST()
1465 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 75)) { in TEST()
1486 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 99)) { in TEST()
[all …]
Dloop_descriptions.cpp104 EXPECT_EQ(loop.GetHeaderBlock(), spvtest::GetBasicBlock(f, 18)); in TEST_F()
105 EXPECT_EQ(loop.GetLatchBlock(), spvtest::GetBasicBlock(f, 20)); in TEST_F()
106 EXPECT_EQ(loop.GetMergeBlock(), spvtest::GetBasicBlock(f, 19)); in TEST_F()
Ddependence_analysis_helpers.cpp174 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 16)) { in TEST()
201 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 47)) { in TEST()
1497 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 30)) { in TEST()
1578 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 65)) { in TEST()
1657 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 96)) { in TEST()
1736 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 126)) { in TEST()
2069 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 30)) { in TEST()
2150 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 66)) { in TEST()
2231 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 96)) { in TEST()
2312 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 127)) { in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dscalar_analysis.cpp111 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 11)) { in TEST_F()
238 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 28)) { in TEST_F()
354 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 21)) { in TEST_F()
508 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 22)) { in TEST_F()
747 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 31)) { in TEST_F()
882 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 29)) { in TEST_F()
1027 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 30)) { in TEST_F()
1196 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 21)) { in TEST_F()
Dcontrol_dependence.cpp114 const BasicBlock* entry = spvtest::GetBasicBlock(fn, 10); in TEST()
267 const BasicBlock* entry = spvtest::GetBasicBlock(fn, 1); in TEST()
Dfunction_utils.h43 inline const spvtools::opt::BasicBlock* GetBasicBlock( in GetBasicBlock() function
/external/deqp-deps/SPIRV-Tools/test/opt/
Dscalar_analysis.cpp111 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 11)) { in TEST_F()
238 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 28)) { in TEST_F()
354 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 21)) { in TEST_F()
508 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 22)) { in TEST_F()
747 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 31)) { in TEST_F()
882 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 29)) { in TEST_F()
1027 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 30)) { in TEST_F()
1196 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 21)) { in TEST_F()
Dcontrol_dependence.cpp114 const BasicBlock* entry = spvtest::GetBasicBlock(fn, 10); in TEST()
267 const BasicBlock* entry = spvtest::GetBasicBlock(fn, 1); in TEST()
Dfunction_utils.h43 inline const spvtools::opt::BasicBlock* GetBasicBlock( in GetBasicBlock() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dscalar_analysis.cpp107 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 11)) { in TEST_F()
234 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 28)) { in TEST_F()
350 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 21)) { in TEST_F()
504 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 22)) { in TEST_F()
743 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 31)) { in TEST_F()
878 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 29)) { in TEST_F()
1023 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 30)) { in TEST_F()
1192 for (const Instruction& inst : *spvtest::GetBasicBlock(f, 21)) { in TEST_F()
Dcontrol_dependence.cpp114 const BasicBlock* entry = spvtest::GetBasicBlock(fn, 10); in TEST()
267 const BasicBlock* entry = spvtest::GetBasicBlock(fn, 1); in TEST()
Dfunction_utils.h43 inline const spvtools::opt::BasicBlock* GetBasicBlock( in GetBasicBlock() function