Home
last modified time | relevance | path

Searched refs:GetTransformationContext (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_apply_id_synonyms.cpp42 for (auto id_with_known_synonyms : GetTransformationContext() in Apply()
78 *GetTransformationContext(), use_inst, in Apply()
85 GetTransformationContext()->GetFactManager()->GetSynonymsForId( in Apply()
149 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
158 assert(!GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in Apply()
166 assert(GetTransformationContext()->GetFactManager()->IsSynonymous( in Apply()
Dfuzzer_pass.h49 TransformationContext* GetTransformationContext() const { in GetTransformationContext() function
111 *GetTransformationContext()) && in ApplyTransformation()
113 transformation.Apply(GetIRContext(), GetTransformationContext()); in ApplyTransformation()
128 *GetTransformationContext())) { in MaybeApplyTransformation()
129 transformation.Apply(GetIRContext(), GetTransformationContext()); in MaybeApplyTransformation()
Dfuzzer_pass_add_function_calls.cpp76 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
78 !GetTransformationContext()->GetFactManager()->FunctionIsLivesafe( in Apply()
122 return GetTransformationContext()->GetFactManager()->BlockIsDead( in ChooseFunctionCallArguments()
124 GetTransformationContext() in ChooseFunctionCallArguments()
Dfuzzer_pass_add_relaxed_decorations.cpp42 *GetTransformationContext())) { in Apply()
43 transformation.Apply(GetIRContext(), GetTransformationContext()); in Apply()
Dfuzzer_pass_add_opphi_synonyms.cpp53 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
163 if (GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in GetIdEquivalenceClasses()
192 GetTransformationContext()->GetFactManager()->GetSynonymsForId( in GetIdEquivalenceClasses()
201 if (GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in GetIdEquivalenceClasses()
Dfuzzer_pass_copy_objects.cpp42 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
65 ir_context, *GetTransformationContext(), inst, in Apply()
Dfuzzer_pass_interchange_zero_like_constants.cpp72 if (GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in Apply()
83 assert(!GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in Apply()
Dfuzzer_pass_add_stores.cpp83 return GetTransformationContext() in Apply()
86 GetTransformationContext() in Apply()
Dfuzzer_pass_add_synonyms.cpp37 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
65 ir_context, *GetTransformationContext(), inst, synonym_type); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_apply_id_synonyms.cpp43 for (auto id_with_known_synonyms : GetTransformationContext() in Apply()
79 *GetTransformationContext(), use_inst, in Apply()
86 GetTransformationContext()->GetFactManager()->GetSynonymsForId( in Apply()
150 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
159 assert(!GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in Apply()
167 assert(GetTransformationContext()->GetFactManager()->IsSynonymous( in Apply()
Dfuzzer_pass_add_function_calls.cpp77 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
79 !GetTransformationContext()->GetFactManager()->FunctionIsLivesafe( in Apply()
123 return GetTransformationContext()->GetFactManager()->BlockIsDead( in ChooseFunctionCallArguments()
125 GetTransformationContext() in ChooseFunctionCallArguments()
Dfuzzer_pass.cpp196 *GetTransformationContext())) { in ApplyTransformation()
203 *GetTransformationContext()) && in ApplyTransformation()
206 transformation.Apply(GetIRContext(), GetTransformationContext()); in ApplyTransformation()
218 *GetTransformationContext())) { in MaybeApplyTransformation()
219 transformation.Apply(GetIRContext(), GetTransformationContext()); in MaybeApplyTransformation()
358 GetIRContext(), *GetTransformationContext(), words, int_type_id, in FindOrCreateIntegerConstant()
372 GetIRContext(), *GetTransformationContext(), words, float_type_id, in FindOrCreateFloatConstant()
385 GetIRContext(), *GetTransformationContext(), {value ? 1u : 0u}, in FindOrCreateBoolConstant()
423 GetIRContext(), *GetTransformationContext(), component_ids, type_id, in FindOrCreateCompositeConstant()
727 if (GetTransformationContext()->GetFactManager()->PointeeValueIsIrrelevant( in FindOrCreateLocalVariable()
[all …]
Dfuzzer_pass_wrap_vector_synonym.cpp69 *GetTransformationContext(), in Apply()
74 GetIRContext(), *GetTransformationContext(), *operand1)) { in Apply()
78 GetIRContext(), *GetTransformationContext(), *operand2)) { in Apply()
Dfuzzer_pass_add_relaxed_decorations.cpp43 *GetTransformationContext())) { in Apply()
44 transformation.Apply(GetIRContext(), GetTransformationContext()); in Apply()
Dfuzzer_pass_add_opphi_synonyms.cpp54 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
164 if (GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in GetIdEquivalenceClasses()
193 GetTransformationContext()->GetFactManager()->GetSynonymsForId( in GetIdEquivalenceClasses()
202 if (GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in GetIdEquivalenceClasses()
Dfuzzer_pass_copy_objects.cpp43 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
66 ir_context, *GetTransformationContext(), inst, in Apply()
Dfuzzer_pass_interchange_zero_like_constants.cpp73 if (GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in Apply()
84 assert(!GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_apply_id_synonyms.cpp43 for (auto id_with_known_synonyms : GetTransformationContext() in Apply()
79 *GetTransformationContext(), use_inst, in Apply()
86 GetTransformationContext()->GetFactManager()->GetSynonymsForId( in Apply()
150 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
159 assert(!GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in Apply()
167 assert(GetTransformationContext()->GetFactManager()->IsSynonymous( in Apply()
Dfuzzer_pass_add_function_calls.cpp77 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
79 !GetTransformationContext()->GetFactManager()->FunctionIsLivesafe( in Apply()
123 return GetTransformationContext()->GetFactManager()->BlockIsDead( in ChooseFunctionCallArguments()
125 GetTransformationContext() in ChooseFunctionCallArguments()
Dfuzzer_pass.cpp196 *GetTransformationContext())) { in ApplyTransformation()
203 *GetTransformationContext()) && in ApplyTransformation()
206 transformation.Apply(GetIRContext(), GetTransformationContext()); in ApplyTransformation()
218 *GetTransformationContext())) { in MaybeApplyTransformation()
219 transformation.Apply(GetIRContext(), GetTransformationContext()); in MaybeApplyTransformation()
358 GetIRContext(), *GetTransformationContext(), words, int_type_id, in FindOrCreateIntegerConstant()
372 GetIRContext(), *GetTransformationContext(), words, float_type_id, in FindOrCreateFloatConstant()
385 GetIRContext(), *GetTransformationContext(), {value ? 1u : 0u}, in FindOrCreateBoolConstant()
423 GetIRContext(), *GetTransformationContext(), component_ids, type_id, in FindOrCreateCompositeConstant()
727 if (GetTransformationContext()->GetFactManager()->PointeeValueIsIrrelevant( in FindOrCreateLocalVariable()
[all …]
Dfuzzer_pass_wrap_vector_synonym.cpp69 *GetTransformationContext(), in Apply()
74 GetIRContext(), *GetTransformationContext(), *operand1)) { in Apply()
78 GetIRContext(), *GetTransformationContext(), *operand2)) { in Apply()
Dfuzzer_pass_add_relaxed_decorations.cpp43 *GetTransformationContext())) { in Apply()
44 transformation.Apply(GetIRContext(), GetTransformationContext()); in Apply()
Dfuzzer_pass_add_opphi_synonyms.cpp54 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
164 if (GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in GetIdEquivalenceClasses()
193 GetTransformationContext()->GetFactManager()->GetSynonymsForId( in GetIdEquivalenceClasses()
202 if (GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in GetIdEquivalenceClasses()
Dfuzzer_pass_copy_objects.cpp43 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
66 ir_context, *GetTransformationContext(), inst, in Apply()
Dfuzzer_pass_interchange_zero_like_constants.cpp73 if (GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in Apply()
84 assert(!GetTransformationContext()->GetFactManager()->IdIsIrrelevant( in Apply()

1234