Home
last modified time | relevance | path

Searched refs:RemoveUnusedInstructionReductionOpportunityFinder (Results 1 – 16 of 16) sorted by relevance

/third_party/spirv-tools/source/reduce/
Dremove_unused_instruction_reduction_opportunity_finder.cpp24 RemoveUnusedInstructionReductionOpportunityFinder::
25 RemoveUnusedInstructionReductionOpportunityFinder( in RemoveUnusedInstructionReductionOpportunityFinder() function in spvtools::reduce::RemoveUnusedInstructionReductionOpportunityFinder
30 RemoveUnusedInstructionReductionOpportunityFinder::GetAvailableOpportunities( in GetAvailableOpportunities()
125 std::string RemoveUnusedInstructionReductionOpportunityFinder::GetName() const { in GetName()
129 bool RemoveUnusedInstructionReductionOpportunityFinder::
140 bool RemoveUnusedInstructionReductionOpportunityFinder::
Dremove_unused_instruction_reduction_opportunity_finder.h30 class RemoveUnusedInstructionReductionOpportunityFinder
33 explicit RemoveUnusedInstructionReductionOpportunityFinder(
36 ~RemoveUnusedInstructionReductionOpportunityFinder() override = default;
Dreducer.cpp108 spvtools::MakeUnique<RemoveUnusedInstructionReductionOpportunityFinder>( in AddDefaultReductionPasses()
139 spvtools::MakeUnique<RemoveUnusedInstructionReductionOpportunityFinder>( in AddDefaultReductionPasses()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dremove_unused_instruction_reduction_opportunity_finder.cpp24 RemoveUnusedInstructionReductionOpportunityFinder::
25 RemoveUnusedInstructionReductionOpportunityFinder( in RemoveUnusedInstructionReductionOpportunityFinder() function in spvtools::reduce::RemoveUnusedInstructionReductionOpportunityFinder
30 RemoveUnusedInstructionReductionOpportunityFinder::GetAvailableOpportunities( in GetAvailableOpportunities()
125 std::string RemoveUnusedInstructionReductionOpportunityFinder::GetName() const { in GetName()
129 bool RemoveUnusedInstructionReductionOpportunityFinder::
140 bool RemoveUnusedInstructionReductionOpportunityFinder::
Dremove_unused_instruction_reduction_opportunity_finder.h30 class RemoveUnusedInstructionReductionOpportunityFinder
33 explicit RemoveUnusedInstructionReductionOpportunityFinder(
36 ~RemoveUnusedInstructionReductionOpportunityFinder() override = default;
Dreducer.cpp108 spvtools::MakeUnique<RemoveUnusedInstructionReductionOpportunityFinder>( in AddDefaultReductionPasses()
139 spvtools::MakeUnique<RemoveUnusedInstructionReductionOpportunityFinder>( in AddDefaultReductionPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_unused_instruction_reduction_opportunity_finder.cpp24 RemoveUnusedInstructionReductionOpportunityFinder::
25 RemoveUnusedInstructionReductionOpportunityFinder( in RemoveUnusedInstructionReductionOpportunityFinder() function in spvtools::reduce::RemoveUnusedInstructionReductionOpportunityFinder
30 RemoveUnusedInstructionReductionOpportunityFinder::GetAvailableOpportunities( in GetAvailableOpportunities()
125 std::string RemoveUnusedInstructionReductionOpportunityFinder::GetName() const { in GetName()
129 bool RemoveUnusedInstructionReductionOpportunityFinder::
140 bool RemoveUnusedInstructionReductionOpportunityFinder::
Dremove_unused_instruction_reduction_opportunity_finder.h30 class RemoveUnusedInstructionReductionOpportunityFinder
33 explicit RemoveUnusedInstructionReductionOpportunityFinder(
36 ~RemoveUnusedInstructionReductionOpportunityFinder() override = default;
Dreducer.cpp108 spvtools::MakeUnique<RemoveUnusedInstructionReductionOpportunityFinder>( in AddDefaultReductionPasses()
139 spvtools::MakeUnique<RemoveUnusedInstructionReductionOpportunityFinder>( in AddDefaultReductionPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dremove_unused_instruction_test.cpp32 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST()
230 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST()
440 auto ops = RemoveUnusedInstructionReductionOpportunityFinder(true) in TEST()
489 ops = RemoveUnusedInstructionReductionOpportunityFinder(true) in TEST()
532 ops = RemoveUnusedInstructionReductionOpportunityFinder(true) in TEST()
Dreducer_test.cpp202 MakeUnique<RemoveUnusedInstructionReductionOpportunityFinder>(false)); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
Dremove_unused_instruction_test.cpp32 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST()
230 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST()
440 auto ops = RemoveUnusedInstructionReductionOpportunityFinder(true) in TEST()
489 ops = RemoveUnusedInstructionReductionOpportunityFinder(true) in TEST()
532 ops = RemoveUnusedInstructionReductionOpportunityFinder(true) in TEST()
Dreducer_test.cpp202 MakeUnique<RemoveUnusedInstructionReductionOpportunityFinder>(false)); in TEST()
/third_party/spirv-tools/test/reduce/
Dremove_unused_instruction_test.cpp32 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST()
230 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST()
440 auto ops = RemoveUnusedInstructionReductionOpportunityFinder(true) in TEST()
489 ops = RemoveUnusedInstructionReductionOpportunityFinder(true) in TEST()
532 ops = RemoveUnusedInstructionReductionOpportunityFinder(true) in TEST()
Dreducer_test.cpp202 MakeUnique<RemoveUnusedInstructionReductionOpportunityFinder>(false)); in TEST()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dspirv_reduce_mutator.cc78 spvtools::reduce::RemoveUnusedInstructionReductionOpportunityFinder>( in SpirvReduceMutator()