Home
last modified time | relevance | path

Searched refs:opportunities (Results 1 – 25 of 114) sorted by relevance

12345

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
Dreduction_pass.cpp36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local
41 if (granularity_ > opportunities.size()) { in TryApplyReduction()
42 granularity_ = std::max((uint32_t)1, (uint32_t)opportunities.size()); in TryApplyReduction()
47 if (index_ >= opportunities.size()) { in TryApplyReduction()
58 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction()
60 opportunities[i]->TryToApply(); in TryApplyReduction()
Doperand_to_dominating_id_reduction_opportunity_finder.cpp59 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument
99 opportunities->push_back( in GetOpportunitiesForDominatingInst()
Doperand_to_dominating_id_reduction_opportunity_finder.h47 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities,
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreduction_pass.cpp36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local
41 if (granularity_ > opportunities.size()) { in TryApplyReduction()
42 granularity_ = std::max((uint32_t)1, (uint32_t)opportunities.size()); in TryApplyReduction()
47 if (index_ >= opportunities.size()) { in TryApplyReduction()
58 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction()
60 opportunities[i]->TryToApply(); in TryApplyReduction()
Doperand_to_dominating_id_reduction_opportunity_finder.cpp59 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument
99 opportunities->push_back( in GetOpportunitiesForDominatingInst()
Doperand_to_dominating_id_reduction_opportunity_finder.h47 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities,
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_pass.cpp36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local
41 if (granularity_ > opportunities.size()) { in TryApplyReduction()
42 granularity_ = std::max((uint32_t)1, (uint32_t)opportunities.size()); in TryApplyReduction()
47 if (index_ >= opportunities.size()) { in TryApplyReduction()
58 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction()
60 opportunities[i]->TryToApply(); in TryApplyReduction()
Doperand_to_dominating_id_reduction_opportunity_finder.cpp59 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument
99 opportunities->push_back( in GetOpportunitiesForDominatingInst()
Doperand_to_dominating_id_reduction_opportunity_finder.h47 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities,
/external/deqp-deps/SPIRV-Tools/test/reduce/
Dmerge_blocks_test.cpp557 auto opportunities = in MergeBlocksReductionPassTest_LoopReturn_Helper() local
562 ASSERT_EQ(opportunities.size(), 2); in MergeBlocksReductionPassTest_LoopReturn_Helper()
566 std::reverse(opportunities.begin(), opportunities.end()); in MergeBlocksReductionPassTest_LoopReturn_Helper()
570 for (auto& ri : opportunities) { in MergeBlocksReductionPassTest_LoopReturn_Helper()
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dmerge_blocks_test.cpp557 auto opportunities = in MergeBlocksReductionPassTest_LoopReturn_Helper() local
562 ASSERT_EQ(opportunities.size(), 2); in MergeBlocksReductionPassTest_LoopReturn_Helper()
566 std::reverse(opportunities.begin(), opportunities.end()); in MergeBlocksReductionPassTest_LoopReturn_Helper()
570 for (auto& ri : opportunities) { in MergeBlocksReductionPassTest_LoopReturn_Helper()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/reduce/
Dmerge_blocks_test.cpp557 auto opportunities = in MergeBlocksReductionPassTest_LoopReturn_Helper() local
562 ASSERT_EQ(opportunities.size(), 2); in MergeBlocksReductionPassTest_LoopReturn_Helper()
566 std::reverse(opportunities.begin(), opportunities.end()); in MergeBlocksReductionPassTest_LoopReturn_Helper()
570 for (auto& ri : opportunities) { in MergeBlocksReductionPassTest_LoopReturn_Helper()
/external/llvm-project/llvm/test/CodeGen/RISCV/
Drv64i-demanded-bits.ll4 ; This test has multiple opportunities for SimplifyDemandedBits after type
5 ; legalization. There are 2 opportunities on the chain feeding the LHS of the
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-convert-member-functions-to-static.rst10 might find more opportunities to mark member functions ``static``.
Dmodernize-use-equals-default.rst8 opportunities in optimization, because the compiler might treat explicitly
/external/llvm/test/CodeGen/PowerPC/
Dfma-mutate.ll1 ; Test several VSX FMA mutation opportunities. The first one isn't a
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dfma-mutate.ll6 ; Test several VSX FMA mutation opportunities.
/external/llvm-project/llvm/test/Transforms/EarlyCSE/
Dmemoryssa.ll38 ;; more load CSE opportunities.
74 ;; happens during EarlyCSE, enabling more load CSE opportunities.
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dundo-dag-shift.ll4 ; optimization opportunities. For example
/external/llvm/test/Transforms/LoopUnroll/
D2011-08-09-IVSimplify.ll4 ; expose nice opportunities for GVN.
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
D2011-08-09-IVSimplify.ll4 ; expose nice opportunities for GVN.
/external/llvm-project/clang/lib/CodeGen/
DREADME.txt1 IRgen optimization opportunities.
/external/clang/lib/CodeGen/
DREADME.txt1 IRgen optimization opportunities.
/external/zopfli/
DREADME.zopflipng30 a new image format, but the opportunities for optimization within PNG are
/external/llvm-project/mlir/test/Dialect/Vector/
Dvector-flat-transforms.mlir7 // patterns misses opportunities to fold shape casts!

12345