Home
last modified time | relevance | path

Searched refs:transformation_context (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/external/angle/third_party/spirv-tools/src/test/fuzz/
Dtransformation_move_block_down_test.cpp57 TransformationContext transformation_context(&fact_manager, in TEST() local
62 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
98 TransformationContext transformation_context(&fact_manager, in TEST() local
103 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
141 TransformationContext transformation_context(&fact_manager, in TEST() local
146 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
188 TransformationContext transformation_context(&fact_manager, in TEST() local
193 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
297 TransformationContext transformation_context(&fact_manager, in TEST() local
328 ASSERT_FALSE(move_down_5.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_set_loop_control_test.cpp260 TransformationContext transformation_context(&fact_manager, in TEST() local
281 .IsApplicable(context.get(), transformation_context)); in TEST()
283 .IsApplicable(context.get(), transformation_context)); in TEST()
286 .IsApplicable(context.get(), transformation_context)); in TEST()
289 .IsApplicable(context.get(), transformation_context)); in TEST()
292 .IsApplicable(context.get(), transformation_context)); in TEST()
295 .IsApplicable(context.get(), transformation_context)); in TEST()
298 .IsApplicable(context.get(), transformation_context)); in TEST()
301 .IsApplicable(context.get(), transformation_context)); in TEST()
304 .IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_vector_shuffle_test.cpp90 TransformationContext transformation_context(&fact_manager, in TEST() local
93 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
95 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
98 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
100 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
102 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
105 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
107 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
109 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
111 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
[all …]
Ddata_synonym_transformation_test.cpp127 TransformationContext transformation_context(&fact_manager, in TEST() local
130 transformation_context.GetFactManager()->AddFact( in TEST()
132 transformation_context.GetFactManager()->AddFact( in TEST()
134 transformation_context.GetFactManager()->AddFact( in TEST()
136 transformation_context.GetFactManager()->AddFact( in TEST()
138 transformation_context.GetFactManager()->AddFact( in TEST()
140 transformation_context.GetFactManager()->AddFact( in TEST()
142 transformation_context.GetFactManager()->AddFact( in TEST()
154 good_extract_1.IsApplicable(context.get(), transformation_context)); in TEST()
156 bad_extract_1.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_composite_construct_test.cpp133 TransformationContext transformation_context(&fact_manager, in TEST() local
145 transformation_context)); in TEST()
147 context.get(), transformation_context)); in TEST()
148 make_vec2_array_length_3.Apply(context.get(), &transformation_context); in TEST()
150 ASSERT_TRUE(transformation_context.GetFactManager()->IsSynonymous( in TEST()
152 ASSERT_TRUE(transformation_context.GetFactManager()->IsSynonymous( in TEST()
154 ASSERT_TRUE(transformation_context.GetFactManager()->IsSynonymous( in TEST()
164 transformation_context)); in TEST()
166 context.get(), transformation_context)); in TEST()
167 make_float_array_length_2.Apply(context.get(), &transformation_context); in TEST()
[all …]
Dtransformation_function_call_test.cpp138 TransformationContext transformation_context(&fact_manager, in TEST() local
141 transformation_context.GetFactManager()->AddFactBlockIsDead(59); in TEST()
142 transformation_context.GetFactManager()->AddFactBlockIsDead(11); in TEST()
143 transformation_context.GetFactManager()->AddFactBlockIsDead(18); in TEST()
144 transformation_context.GetFactManager()->AddFactBlockIsDead(25); in TEST()
145 transformation_context.GetFactManager()->AddFactBlockIsDead(96); in TEST()
146 transformation_context.GetFactManager()->AddFactBlockIsDead(205); in TEST()
147 transformation_context.GetFactManager()->AddFactFunctionIsLivesafe(21); in TEST()
148 transformation_context.GetFactManager()->AddFactFunctionIsLivesafe(200); in TEST()
149 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
[all …]
Dtransformation_add_dead_break_test.cpp104 TransformationContext transformation_context(&fact_manager, in TEST() local
111 .IsApplicable(context.get(), transformation_context)); in TEST()
113 .IsApplicable(context.get(), transformation_context)); in TEST()
115 .IsApplicable(context.get(), transformation_context)); in TEST()
117 .IsApplicable(context.get(), transformation_context)); in TEST()
119 .IsApplicable(context.get(), transformation_context)); in TEST()
121 .IsApplicable(context.get(), transformation_context)); in TEST()
123 .IsApplicable(context.get(), transformation_context)); in TEST()
125 .IsApplicable(context.get(), transformation_context)); in TEST()
127 .IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_access_chain_test.cpp122 TransformationContext transformation_context(&fact_manager, in TEST() local
125 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
131 .IsApplicable(context.get(), transformation_context)); in TEST()
136 .IsApplicable(context.get(), transformation_context)); in TEST()
141 .IsApplicable(context.get(), transformation_context)); in TEST()
146 .IsApplicable(context.get(), transformation_context)); in TEST()
151 .IsApplicable(context.get(), transformation_context)); in TEST()
156 .IsApplicable(context.get(), transformation_context)); in TEST()
162 .IsApplicable(context.get(), transformation_context)); in TEST()
168 .IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_copy_object_test.cpp55 TransformationContext transformation_context(&fact_manager, in TEST() local
58 ASSERT_EQ(0, transformation_context.GetFactManager() in TEST()
65 ASSERT_TRUE(copy_true.IsApplicable(context.get(), transformation_context)); in TEST()
66 copy_true.Apply(context.get(), &transformation_context); in TEST()
69 transformation_context.GetFactManager() in TEST()
76 2, transformation_context.GetFactManager()->GetSynonymsForId(7).size()); in TEST()
78 ASSERT_TRUE(transformation_context.GetFactManager()->IsSynonymous( in TEST()
85 ASSERT_TRUE(copy_false.IsApplicable(context.get(), transformation_context)); in TEST()
86 copy_false.Apply(context.get(), &transformation_context); in TEST()
88 transformation_context.GetFactManager() in TEST()
[all …]
Dtransformation_replace_id_with_synonym_test.cpp224 TransformationContext transformation_context(&fact_manager, in TEST() local
227 SetUpIdSynonyms(transformation_context.GetFactManager(), context.get()); in TEST()
235 context.get(), transformation_context)); in TEST()
245 context.get(), transformation_context)); in TEST()
253 context.get(), transformation_context)); in TEST()
260 id_has_no_synonyms.IsApplicable(context.get(), transformation_context)); in TEST()
269 context.get(), transformation_context)); in TEST()
278 transformation_context)); in TEST()
287 bad_access_chain.IsApplicable(context.get(), transformation_context)); in TEST()
299 TransformationContext transformation_context(&fact_manager, in TEST() local
[all …]
Dtransformation_store_test.cpp98 TransformationContext transformation_context(&fact_manager, in TEST() local
101 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
103 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
105 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
107 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
109 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
111 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
113 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
116 transformation_context.GetFactManager()->AddFactBlockIsDead(36); in TEST()
152 .IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_equation_instruction_test.cpp52 TransformationContext transformation_context(&fact_manager, in TEST() local
61 .IsApplicable(context.get(), transformation_context)); in TEST()
67 .IsApplicable(context.get(), transformation_context)); in TEST()
72 .IsApplicable(context.get(), transformation_context)); in TEST()
77 .IsApplicable(context.get(), transformation_context)); in TEST()
83 .IsApplicable(context.get(), transformation_context)); in TEST()
88 .IsApplicable(context.get(), transformation_context)); in TEST()
93 .IsApplicable(context.get(), transformation_context)); in TEST()
98 .IsApplicable(context.get(), transformation_context)); in TEST()
103 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_replace_constant_with_uniform_test.cpp25 TransformationContext* transformation_context, opt::IRContext* context, in AddFactHelper() argument
34 return transformation_context->GetFactManager()->AddFact(fact, context); in AddFactHelper()
109 TransformationContext transformation_context(&fact_manager, in TEST() local
120 AddFactHelper(&transformation_context, context.get(), 1, blockname_a)); in TEST()
122 AddFactHelper(&transformation_context, context.get(), 2, blockname_b)); in TEST()
124 AddFactHelper(&transformation_context, context.get(), 3, blockname_c)); in TEST()
139 context.get(), transformation_context)); in TEST()
144 context.get(), transformation_context)); in TEST()
149 context.get(), transformation_context)); in TEST()
155 .IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_move_block_down_test.cpp57 TransformationContext transformation_context(&fact_manager, in TEST() local
62 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
98 TransformationContext transformation_context(&fact_manager, in TEST() local
103 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
141 TransformationContext transformation_context(&fact_manager, in TEST() local
146 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
188 TransformationContext transformation_context(&fact_manager, in TEST() local
193 transformation.IsApplicable(context.get(), transformation_context)); in TEST()
297 TransformationContext transformation_context(&fact_manager, in TEST() local
328 ASSERT_FALSE(move_down_5.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_set_loop_control_test.cpp260 TransformationContext transformation_context(&fact_manager, in TEST() local
281 .IsApplicable(context.get(), transformation_context)); in TEST()
283 .IsApplicable(context.get(), transformation_context)); in TEST()
286 .IsApplicable(context.get(), transformation_context)); in TEST()
289 .IsApplicable(context.get(), transformation_context)); in TEST()
292 .IsApplicable(context.get(), transformation_context)); in TEST()
295 .IsApplicable(context.get(), transformation_context)); in TEST()
298 .IsApplicable(context.get(), transformation_context)); in TEST()
301 .IsApplicable(context.get(), transformation_context)); in TEST()
304 .IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_vector_shuffle_test.cpp90 TransformationContext transformation_context(&fact_manager, in TEST() local
93 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
95 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
98 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
100 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
102 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
105 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
107 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
109 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
111 transformation_context.GetFactManager()->AddFactDataSynonym( in TEST()
[all …]
Ddata_synonym_transformation_test.cpp127 TransformationContext transformation_context(&fact_manager, in TEST() local
130 transformation_context.GetFactManager()->AddFact( in TEST()
132 transformation_context.GetFactManager()->AddFact( in TEST()
134 transformation_context.GetFactManager()->AddFact( in TEST()
136 transformation_context.GetFactManager()->AddFact( in TEST()
138 transformation_context.GetFactManager()->AddFact( in TEST()
140 transformation_context.GetFactManager()->AddFact( in TEST()
142 transformation_context.GetFactManager()->AddFact( in TEST()
154 good_extract_1.IsApplicable(context.get(), transformation_context)); in TEST()
156 bad_extract_1.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_function_call_test.cpp138 TransformationContext transformation_context(&fact_manager, in TEST() local
141 transformation_context.GetFactManager()->AddFactBlockIsDead(59); in TEST()
142 transformation_context.GetFactManager()->AddFactBlockIsDead(11); in TEST()
143 transformation_context.GetFactManager()->AddFactBlockIsDead(18); in TEST()
144 transformation_context.GetFactManager()->AddFactBlockIsDead(25); in TEST()
145 transformation_context.GetFactManager()->AddFactBlockIsDead(96); in TEST()
146 transformation_context.GetFactManager()->AddFactBlockIsDead(205); in TEST()
147 transformation_context.GetFactManager()->AddFactFunctionIsLivesafe(21); in TEST()
148 transformation_context.GetFactManager()->AddFactFunctionIsLivesafe(200); in TEST()
149 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
[all …]
Dtransformation_composite_construct_test.cpp133 TransformationContext transformation_context(&fact_manager, in TEST() local
145 transformation_context)); in TEST()
147 context.get(), transformation_context)); in TEST()
148 make_vec2_array_length_3.Apply(context.get(), &transformation_context); in TEST()
150 ASSERT_TRUE(transformation_context.GetFactManager()->IsSynonymous( in TEST()
152 ASSERT_TRUE(transformation_context.GetFactManager()->IsSynonymous( in TEST()
154 ASSERT_TRUE(transformation_context.GetFactManager()->IsSynonymous( in TEST()
164 transformation_context)); in TEST()
166 context.get(), transformation_context)); in TEST()
167 make_float_array_length_2.Apply(context.get(), &transformation_context); in TEST()
[all …]
Dtransformation_add_dead_break_test.cpp104 TransformationContext transformation_context(&fact_manager, in TEST() local
111 .IsApplicable(context.get(), transformation_context)); in TEST()
113 .IsApplicable(context.get(), transformation_context)); in TEST()
115 .IsApplicable(context.get(), transformation_context)); in TEST()
117 .IsApplicable(context.get(), transformation_context)); in TEST()
119 .IsApplicable(context.get(), transformation_context)); in TEST()
121 .IsApplicable(context.get(), transformation_context)); in TEST()
123 .IsApplicable(context.get(), transformation_context)); in TEST()
125 .IsApplicable(context.get(), transformation_context)); in TEST()
127 .IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_access_chain_test.cpp122 TransformationContext transformation_context(&fact_manager, in TEST() local
125 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
131 .IsApplicable(context.get(), transformation_context)); in TEST()
136 .IsApplicable(context.get(), transformation_context)); in TEST()
141 .IsApplicable(context.get(), transformation_context)); in TEST()
146 .IsApplicable(context.get(), transformation_context)); in TEST()
151 .IsApplicable(context.get(), transformation_context)); in TEST()
156 .IsApplicable(context.get(), transformation_context)); in TEST()
162 .IsApplicable(context.get(), transformation_context)); in TEST()
168 .IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_replace_id_with_synonym_test.cpp224 TransformationContext transformation_context(&fact_manager, in TEST() local
227 SetUpIdSynonyms(transformation_context.GetFactManager(), context.get()); in TEST()
235 context.get(), transformation_context)); in TEST()
245 context.get(), transformation_context)); in TEST()
253 context.get(), transformation_context)); in TEST()
260 id_has_no_synonyms.IsApplicable(context.get(), transformation_context)); in TEST()
269 context.get(), transformation_context)); in TEST()
278 transformation_context)); in TEST()
287 bad_access_chain.IsApplicable(context.get(), transformation_context)); in TEST()
299 TransformationContext transformation_context(&fact_manager, in TEST() local
[all …]
Dtransformation_store_test.cpp98 TransformationContext transformation_context(&fact_manager, in TEST() local
101 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
103 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
105 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
107 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
109 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
111 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
113 transformation_context.GetFactManager()->AddFactValueOfPointeeIsIrrelevant( in TEST()
116 transformation_context.GetFactManager()->AddFactBlockIsDead(36); in TEST()
152 .IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_equation_instruction_test.cpp52 TransformationContext transformation_context(&fact_manager, in TEST() local
61 .IsApplicable(context.get(), transformation_context)); in TEST()
67 .IsApplicable(context.get(), transformation_context)); in TEST()
72 .IsApplicable(context.get(), transformation_context)); in TEST()
77 .IsApplicable(context.get(), transformation_context)); in TEST()
83 .IsApplicable(context.get(), transformation_context)); in TEST()
88 .IsApplicable(context.get(), transformation_context)); in TEST()
93 .IsApplicable(context.get(), transformation_context)); in TEST()
98 .IsApplicable(context.get(), transformation_context)); in TEST()
103 transformation1.IsApplicable(context.get(), transformation_context)); in TEST()
[all …]
Dtransformation_copy_object_test.cpp55 TransformationContext transformation_context(&fact_manager, in TEST() local
58 ASSERT_EQ(0, transformation_context.GetFactManager() in TEST()
65 ASSERT_TRUE(copy_true.IsApplicable(context.get(), transformation_context)); in TEST()
66 copy_true.Apply(context.get(), &transformation_context); in TEST()
69 transformation_context.GetFactManager()->GetIdsForWhichSynonymsAreKnown( in TEST()
75 ASSERT_EQ(2, transformation_context.GetFactManager() in TEST()
79 ASSERT_TRUE(transformation_context.GetFactManager()->IsSynonymous( in TEST()
86 ASSERT_TRUE(copy_false.IsApplicable(context.get(), transformation_context)); in TEST()
87 copy_false.Apply(context.get(), &transformation_context); in TEST()
89 transformation_context.GetFactManager()->GetIdsForWhichSynonymsAreKnown( in TEST()
[all …]

12345678910>>...15