Home
last modified time | relevance | path

Searched refs:synonym (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms.cpp178 // synonym of another id. in GetIdEquivalenceClasses()
192 for (auto synonym : in GetIdEquivalenceClasses()
195 // The synonym must be a plain id - it cannot be an indexed access into a in GetIdEquivalenceClasses()
197 if (synonym->index_size() > 0) { in GetIdEquivalenceClasses()
201 // The synonym must not be irrelevant. in GetIdEquivalenceClasses()
203 synonym->object())) { in GetIdEquivalenceClasses()
208 GetIRContext()->get_def_use_mgr()->GetDef(synonym->object()); in GetIdEquivalenceClasses()
209 // The synonym must exist and have the same type as the id we are in GetIdEquivalenceClasses()
215 // We can add this synonym to the new equivalence class. in GetIdEquivalenceClasses()
216 new_equivalence_class.emplace(synonym in GetIdEquivalenceClasses()
[all...]
H A Dtransformation_add_synonym.cpp53 auto* synonym = ir_context->get_def_use_mgr()->GetDef(message_.result_id()); in IsApplicable() local
54 if (!synonym) { in IsApplicable()
59 if (!IsInstructionValid(ir_context, transformation_context, synonym, in IsApplicable()
84 // instruction that can produce a synonym. in IsApplicable()
122 assert(new_synonym_type && "New synonym should have a valid type"); in Apply()
251 assert(false && "Unhandled synonym type"); in MakeSynonymousInstruction()
H A Dtransformation_flatten_conditional_branch.cpp515 // The base objects for all data descriptors involved in synonym facts. in GetProblematicInstructionsIfConditionalCanBeFlattened()
517 for (auto* synonym : in GetProblematicInstructionsIfConditionalCanBeFlattened()
519 synonym_base_objects.insert(synonym->object()); in GetProblematicInstructionsIfConditionalCanBeFlattened()
531 // If the instruction is the base object of some synonym then we in GetProblematicInstructionsIfConditionalCanBeFlattened()
532 // conservatively bail out: if a synonym ends up depending on an in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms.cpp178 // synonym of another id. in GetIdEquivalenceClasses()
192 for (auto synonym : in GetIdEquivalenceClasses()
195 // The synonym must be a plain id - it cannot be an indexed access into a in GetIdEquivalenceClasses()
197 if (synonym->index_size() > 0) { in GetIdEquivalenceClasses()
201 // The synonym must not be irrelevant. in GetIdEquivalenceClasses()
203 synonym->object())) { in GetIdEquivalenceClasses()
208 GetIRContext()->get_def_use_mgr()->GetDef(synonym->object()); in GetIdEquivalenceClasses()
209 // The synonym must exist and have the same type as the id we are in GetIdEquivalenceClasses()
215 // We can add this synonym to the new equivalence class. in GetIdEquivalenceClasses()
216 new_equivalence_class.emplace(synonym in GetIdEquivalenceClasses()
[all...]
H A Dtransformation_add_synonym.cpp53 auto* synonym = ir_context->get_def_use_mgr()->GetDef(message_.result_id()); in IsApplicable() local
54 if (!synonym) { in IsApplicable()
59 if (!IsInstructionValid(ir_context, transformation_context, synonym, in IsApplicable()
84 // instruction that can produce a synonym. in IsApplicable()
122 assert(new_synonym_type && "New synonym should have a valid type"); in Apply()
251 assert(false && "Unhandled synonym type"); in MakeSynonymousInstruction()
H A Dtransformation_flatten_conditional_branch.cpp515 // The base objects for all data descriptors involved in synonym facts. in GetProblematicInstructionsIfConditionalCanBeFlattened()
517 for (auto* synonym : in GetProblematicInstructionsIfConditionalCanBeFlattened()
519 synonym_base_objects.insert(synonym->object()); in GetProblematicInstructionsIfConditionalCanBeFlattened()
531 // If the instruction is the base object of some synonym then we in GetProblematicInstructionsIfConditionalCanBeFlattened()
532 // conservatively bail out: if a synonym ends up depending on an in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms.cpp178 // synonym of another id. in GetIdEquivalenceClasses()
192 for (auto synonym : in GetIdEquivalenceClasses()
195 // The synonym must be a plain id - it cannot be an indexed access into a in GetIdEquivalenceClasses()
197 if (synonym->index_size() > 0) { in GetIdEquivalenceClasses()
201 // The synonym must not be irrelevant. in GetIdEquivalenceClasses()
203 synonym->object())) { in GetIdEquivalenceClasses()
208 GetIRContext()->get_def_use_mgr()->GetDef(synonym->object()); in GetIdEquivalenceClasses()
209 // The synonym must exist and have the same type as the id we are in GetIdEquivalenceClasses()
215 // We can add this synonym to the new equivalence class. in GetIdEquivalenceClasses()
216 new_equivalence_class.emplace(synonym in GetIdEquivalenceClasses()
[all...]
H A Dtransformation_add_synonym.cpp53 auto* synonym = ir_context->get_def_use_mgr()->GetDef(message_.result_id()); in IsApplicable() local
54 if (!synonym) { in IsApplicable()
59 if (!IsInstructionValid(ir_context, transformation_context, synonym, in IsApplicable()
84 // instruction that can produce a synonym. in IsApplicable()
122 assert(new_synonym_type && "New synonym should have a valid type"); in Apply()
252 assert(false && "Unhandled synonym type"); in MakeSynonymousInstruction()
H A Dtransformation_flatten_conditional_branch.cpp515 // The base objects for all data descriptors involved in synonym facts. in GetProblematicInstructionsIfConditionalCanBeFlattened()
517 for (auto* synonym : in GetProblematicInstructionsIfConditionalCanBeFlattened()
519 synonym_base_objects.insert(synonym->object()); in GetProblematicInstructionsIfConditionalCanBeFlattened()
531 // If the instruction is the base object of some synonym then we in GetProblematicInstructionsIfConditionalCanBeFlattened()
532 // conservatively bail out: if a synonym ends up depending on an in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/elfutils/libcpu/
H A Di386_parse.y132 struct synonym
267 struct synonym *newp = xmalloc (sizeof (*newp));
272 "%d: duplicate definition for synonym '%s'",
812 struct synonym search = { .from = fieldname };
814 struct synonym **res = tfind (&search, &synonyms, compare_syn);
1055 const struct synonym *s1 = (const struct synonym *) p1;
1056 const struct synonym *s2 = (const struct synonym *) p2;
/third_party/toybox/toys/pending/
H A Dstty.c119 static const struct synonym { struct
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex2676 % @url synonym for @uref, since that's how everyone uses it.

Completed in 20 milliseconds