/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_opphi_synonyms.cpp | 193 for (auto synonym : in GetIdEquivalenceClasses() local 198 if (synonym->index_size() > 0) { in GetIdEquivalenceClasses() 204 synonym->object())) { in GetIdEquivalenceClasses() 209 GetIRContext()->get_def_use_mgr()->GetDef(synonym->object()); in GetIdEquivalenceClasses() 217 new_equivalence_class.emplace(synonym->object()); in GetIdEquivalenceClasses() 218 already_in_a_class.emplace(synonym->object()); in GetIdEquivalenceClasses()
|
D | transformation_add_synonym.cpp | 53 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()
|
D | transformation_flatten_conditional_branch.cpp | 517 for (auto* synonym : in GetProblematicInstructionsIfConditionalCanBeFlattened() local 519 synonym_base_objects.insert(synonym->object()); in GetProblematicInstructionsIfConditionalCanBeFlattened()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_opphi_synonyms.cpp | 193 for (auto synonym : in GetIdEquivalenceClasses() local 198 if (synonym->index_size() > 0) { in GetIdEquivalenceClasses() 204 synonym->object())) { in GetIdEquivalenceClasses() 209 GetIRContext()->get_def_use_mgr()->GetDef(synonym->object()); in GetIdEquivalenceClasses() 217 new_equivalence_class.emplace(synonym->object()); in GetIdEquivalenceClasses() 218 already_in_a_class.emplace(synonym->object()); in GetIdEquivalenceClasses()
|
D | transformation_add_synonym.cpp | 53 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()
|
D | transformation_flatten_conditional_branch.cpp | 517 for (auto* synonym : in GetProblematicInstructionsIfConditionalCanBeFlattened() local 519 synonym_base_objects.insert(synonym->object()); in GetProblematicInstructionsIfConditionalCanBeFlattened()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_add_opphi_synonyms.cpp | 191 for (auto synonym : in GetIdEquivalenceClasses() local 196 if (synonym->index_size() > 0) { in GetIdEquivalenceClasses() 202 synonym->object())) { in GetIdEquivalenceClasses() 207 GetIRContext()->get_def_use_mgr()->GetDef(synonym->object()); in GetIdEquivalenceClasses() 215 new_equivalence_class.emplace(synonym->object()); in GetIdEquivalenceClasses() 216 already_in_a_class.emplace(synonym->object()); in GetIdEquivalenceClasses()
|
D | transformation_add_synonym.cpp | 53 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()
|
D | transformation_flatten_conditional_branch.cpp | 517 for (auto* synonym : in GetProblematicInstructionsIfConditionalCanBeFlattened() local 519 synonym_base_objects.insert(synonym->object()); in GetProblematicInstructionsIfConditionalCanBeFlattened()
|
/external/strace/xlat/ |
D | msg_flags.in | 4 /* MSG_TRYHARD 0x4 - synonym for MSG_DONTROUTE for DECnet */
|
/external/llvm/test/MC/Sparc/ |
D | sparc-traps.s | 22 !! tnz should be a synonym for tne 34 !! tz should be a synonym for te
|
D | sparc-v9-traps.s | 22 !! tnz should be a synonym for tne 34 !! tz should be a synonym for te 173 !! tnz should be a synonym for tne 185 !! tz should be a synonym for te
|
/external/llvm-project/llvm/test/MC/Sparc/ |
D | sparc-traps.s | 22 !! tnz should be a synonym for tne 34 !! tz should be a synonym for te
|
D | sparc-v9-traps.s | 22 !! tnz should be a synonym for tne 34 !! tz should be a synonym for te 173 !! tnz should be a synonym for tne 185 !! tz should be a synonym for te
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 133 struct synonym struct 268 struct synonym *newp = xmalloc (sizeof (*newp)); 813 struct synonym search = { .from = fieldname }; in fillin_arg() 815 struct synonym **res = tfind (&search, &synonyms, compare_syn); in fillin_arg() 1056 const struct synonym *s1 = (const struct synonym *) p1; in compare_syn() 1057 const struct synonym *s2 = (const struct synonym *) p2; in compare_syn()
|
/external/python/cpython2/Doc/library/ |
D | stat.rst | 281 Unix V7 synonym for :data:`S_IRUSR`. 285 Unix V7 synonym for :data:`S_IWUSR`. 289 Unix V7 synonym for :data:`S_IXUSR`.
|
D | dbhash.rst | 23 Exception raised on database errors other than :exc:`KeyError`. It is a synonym
|
/external/rust/crates/libfuzzer-sys/ |
D | CHANGELOG.md | 125 `"arbitrary-derive"` cargo feature. This is a synonym for the `arbitrary`
|
/external/python/cpython3/Doc/library/ |
D | stat.rst | 341 Unix V7 synonym for :data:`S_IRUSR`. 345 Unix V7 synonym for :data:`S_IWUSR`. 349 Unix V7 synonym for :data:`S_IXUSR`.
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 936 // A transformation that uses a loop to create a synonym for an integer 966 // The id of the integer constant C that we want a synonym of. 985 // A fresh id for the synonym. 1110 // Result id of the first synonym. 1113 // Type of the synonym to apply. Some types might produce instructions 1120 // New synonym is derived by adding zero to the |result_id|. 1123 // New synonym is derived by subtracting zero from the |result_id|. 1126 // New synonym is derived by multiplying |result_id| by one. 1129 // New synonym is derived by applying OpCopyObject instruction to |result_id|. 1132 // New synonym is derived by applying OpLogicalOr to |result_id| with the second [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 7.6.rst | 44 - GL_ARB_vertex_array_bgra (ARB synonym for GL_EXT_vertex_array_bgra)
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 934 // A transformation that uses a loop to create a synonym for an integer 964 // The id of the integer constant C that we want a synonym of. 983 // A fresh id for the synonym. 1108 // Result id of the first synonym. 1111 // Type of the synonym to apply. Some types might produce instructions 1118 // New synonym is derived by adding zero to the |result_id|. 1121 // New synonym is derived by subtracting zero from the |result_id|. 1124 // New synonym is derived by multiplying |result_id| by one. 1127 // New synonym is derived by applying OpCopyObject instruction to |result_id|. 1130 // New synonym is derived by applying OpLogicalOr to |result_id| with the second [all …]
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 934 // A transformation that uses a loop to create a synonym for an integer 964 // The id of the integer constant C that we want a synonym of. 983 // A fresh id for the synonym. 1108 // Result id of the first synonym. 1111 // Type of the synonym to apply. Some types might produce instructions 1118 // New synonym is derived by adding zero to the |result_id|. 1121 // New synonym is derived by subtracting zero from the |result_id|. 1124 // New synonym is derived by multiplying |result_id| by one. 1127 // New synonym is derived by applying OpCopyObject instruction to |result_id|. 1130 // New synonym is derived by applying OpLogicalOr to |result_id| with the second [all …]
|
/external/eigen/doc/ |
D | TopicLinearAlgebraDecompositions.dox | 239 …<dd>For a real matrix, selfadjoint is a synonym for symmetric. For a complex matrix, selfadjoint i…
|
/external/eigen/Eigen/src/Core/util/ |
D | Macros.h | 682 …EIGEN_MAX_STATIC_ALIGN_BYTES!=0. Use EIGEN_MAX_STATIC_ALIGN_BYTES=0 as a synonym of EIGEN_DONT_ALI… 764 … defined with EIGEN_MAX_ALIGN_BYTES!=0. Use EIGEN_MAX_ALIGN_BYTES=0 as a synonym of EIGEN_DONT_ALI…
|