/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | def_use_manager.cpp | 176 void DefUseManager::ForEachUse( in ForEachUse() function in spvtools::opt::analysis::DefUseManager 185 void DefUseManager::ForEachUse( in ForEachUse() function in spvtools::opt::analysis::DefUseManager 187 ForEachUse(GetDef(id), f); in ForEachUse() 202 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses()
|
D | def_use_manager.h | 161 void ForEachUse( 164 void ForEachUse(
|
D | fix_storage_class.cpp | 32 get_def_use_mgr()->ForEachUse(inst, in Process() 262 get_def_use_mgr()->ForEachUse(inst, in PropagateType()
|
D | eliminate_dead_constant_pass.cpp | 40 context()->get_def_use_mgr()->ForEachUse( in Process()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | def_use_manager.cpp | 176 void DefUseManager::ForEachUse( in ForEachUse() function in spvtools::opt::analysis::DefUseManager 185 void DefUseManager::ForEachUse( in ForEachUse() function in spvtools::opt::analysis::DefUseManager 187 ForEachUse(GetDef(id), f); in ForEachUse() 202 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses()
|
D | def_use_manager.h | 161 void ForEachUse( 164 void ForEachUse(
|
D | eliminate_dead_constant_pass.cpp | 40 context()->get_def_use_mgr()->ForEachUse( in Process()
|
D | fix_storage_class.cpp | 32 get_def_use_mgr()->ForEachUse(inst, in Process() 272 get_def_use_mgr()->ForEachUse(inst, in PropagateType()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | def_use_manager.cpp | 176 void DefUseManager::ForEachUse( in ForEachUse() function in spvtools::opt::analysis::DefUseManager 185 void DefUseManager::ForEachUse( in ForEachUse() function in spvtools::opt::analysis::DefUseManager 187 ForEachUse(GetDef(id), f); in ForEachUse() 202 ForEachUse(def, [&count](Instruction*, uint32_t) { ++count; }); in NumUses()
|
D | def_use_manager.h | 161 void ForEachUse( 164 void ForEachUse(
|
D | fix_storage_class.cpp | 32 get_def_use_mgr()->ForEachUse(inst, in Process() 262 get_def_use_mgr()->ForEachUse(inst, in PropagateType()
|
D | eliminate_dead_constant_pass.cpp | 40 context()->get_def_use_mgr()->ForEachUse( in Process()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 48 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
D | fuzzer_pass_interchange_zero_like_constants.cpp | 93 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
D | fuzzer_pass_replace_irrelevant_ids.cpp | 93 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
D | fuzzer_pass_interchange_signedness_of_integer_operands.cpp | 72 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 51 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
D | fuzzer_pass_interchange_zero_like_constants.cpp | 96 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
D | fuzzer_pass_replace_irrelevant_ids.cpp | 95 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
D | fuzzer_pass_interchange_signedness_of_integer_operands.cpp | 72 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 51 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
D | fuzzer_pass_interchange_zero_like_constants.cpp | 96 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
D | fuzzer_pass_interchange_signedness_of_integer_operands.cpp | 72 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
D | fuzzer_pass_replace_irrelevant_ids.cpp | 95 GetIRContext()->get_def_use_mgr()->ForEachUse( in Apply()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | transformation_permute_phi_operands_test.cpp | 128 context->get_def_use_mgr()->ForEachUse( in TEST()
|