Home
last modified time | relevance | path

Searched refs:WhileEachUse (Results 1 – 25 of 42) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddef_use_manager.cpp146 bool DefUseManager::WhileEachUse( in WhileEachUse() function in spvtools::opt::analysis::DefUseManager
169 bool DefUseManager::WhileEachUse( in WhileEachUse() function in spvtools::opt::analysis::DefUseManager
171 return WhileEachUse(GetDef(id), f); in WhileEachUse()
177 WhileEachUse(def, [&f](Instruction* user, uint32_t index) { in ForEachUse()
Ddef_use_manager.h175 bool WhileEachUse(
178 bool WhileEachUse(
Dblock_merge_util.cpp36 return !context->get_def_use_mgr()->WhileEachUse( in IsMerge()
54 return !context->get_def_use_mgr()->WhileEachUse( in IsContinue()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Ddef_use_manager.cpp146 bool DefUseManager::WhileEachUse( in WhileEachUse() function in spvtools::opt::analysis::DefUseManager
169 bool DefUseManager::WhileEachUse( in WhileEachUse() function in spvtools::opt::analysis::DefUseManager
171 return WhileEachUse(GetDef(id), f); in WhileEachUse()
177 WhileEachUse(def, [&f](Instruction* user, uint32_t index) { in ForEachUse()
Ddef_use_manager.h175 bool WhileEachUse(
178 bool WhileEachUse(
Dblock_merge_util.cpp36 return !context->get_def_use_mgr()->WhileEachUse( in IsMerge()
54 return !context->get_def_use_mgr()->WhileEachUse( in IsContinue()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddef_use_manager.cpp146 bool DefUseManager::WhileEachUse( in WhileEachUse() function in spvtools::opt::analysis::DefUseManager
169 bool DefUseManager::WhileEachUse( in WhileEachUse() function in spvtools::opt::analysis::DefUseManager
171 return WhileEachUse(GetDef(id), f); in WhileEachUse()
177 WhileEachUse(def, [&f](Instruction* user, uint32_t index) { in ForEachUse()
Dblock_merge_util.cpp37 return !context->get_def_use_mgr()->WhileEachUse(id, [](Instruction* user, in IsMerge()
54 return !context->get_def_use_mgr()->WhileEachUse( in IsContinue()
Ddef_use_manager.h175 bool WhileEachUse(
178 bool WhileEachUse(
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_swap_conditional_branch_operands_test.cpp109 context->get_def_use_mgr()->WhileEachUse( in TEST()
Dtransformation_permute_phi_operands_test.cpp115 context->get_def_use_mgr()->WhileEachUse( in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_swap_conditional_branch_operands_test.cpp111 context->get_def_use_mgr()->WhileEachUse( in TEST()
Dtransformation_permute_phi_operands_test.cpp115 context->get_def_use_mgr()->WhileEachUse( in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_swap_conditional_branch_operands_test.cpp111 context->get_def_use_mgr()->WhileEachUse( in TEST()
Dtransformation_permute_phi_operands_test.cpp115 context->get_def_use_mgr()->WhileEachUse( in TEST()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dremove_unused_instruction_reduction_opportunity_finder.cpp132 return context->get_def_use_mgr()->WhileEachUse( in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
Dstructured_construct_to_block_reduction_opportunity_finder.cpp136 if (!context->get_def_use_mgr()->WhileEachUse( in DefinitionsRestrictedToRegion()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
Dstructured_construct_to_block_reduction_opportunity_finder.cpp136 if (!context->get_def_use_mgr()->WhileEachUse( in DefinitionsRestrictedToRegion()
Dremove_unused_instruction_reduction_opportunity_finder.cpp132 return context->get_def_use_mgr()->WhileEachUse( in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dstructured_construct_to_block_reduction_opportunity_finder.cpp136 if (!context->get_def_use_mgr()->WhileEachUse( in DefinitionsRestrictedToRegion()
Dremove_unused_instruction_reduction_opportunity_finder.cpp132 return context->get_def_use_mgr()->WhileEachUse( in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_outline_function.cpp437 ir_context->get_def_use_mgr()->WhileEachUse( in GetRegionInputIds()
471 ir_context->get_def_use_mgr()->WhileEachUse( in GetRegionInputIds()
519 ir_context->get_def_use_mgr()->WhileEachUse( in GetRegionOutputIds()
Dadded_function_reducer.cpp139 if (!ir_context->get_def_use_mgr()->WhileEachUse( in InterestingnessFunctionForReducingAddedFunction()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_outline_function.cpp437 ir_context->get_def_use_mgr()->WhileEachUse( in GetRegionInputIds()
471 ir_context->get_def_use_mgr()->WhileEachUse( in GetRegionInputIds()
519 ir_context->get_def_use_mgr()->WhileEachUse( in GetRegionOutputIds()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_outline_function.cpp437 ir_context->get_def_use_mgr()->WhileEachUse( in GetRegionInputIds()
471 ir_context->get_def_use_mgr()->WhileEachUse( in GetRegionInputIds()
519 ir_context->get_def_use_mgr()->WhileEachUse( in GetRegionOutputIds()

12