/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reduction_pass.cpp | 36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local 42 granularity_ = (uint32_t)opportunities.size(); in TryApplyReduction() 45 if (opportunities.empty()) { in TryApplyReduction() 52 if (index_ >= opportunities.size()) { in TryApplyReduction() 59 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction() 61 opportunities[i]->TryToApply(); in TryApplyReduction()
|
D | operand_to_dominating_id_reduction_pass.cpp | 59 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument 99 opportunities->push_back( in GetOpportunitiesForDominatingInst()
|
D | operand_to_dominating_id_reduction_pass.h | 50 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities,
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | reduction_pass.cpp | 36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local 42 granularity_ = (uint32_t)opportunities.size(); in TryApplyReduction() 45 if (opportunities.empty()) { in TryApplyReduction() 52 if (index_ >= opportunities.size()) { in TryApplyReduction() 59 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction() 61 opportunities[i]->TryToApply(); in TryApplyReduction()
|
D | operand_to_dominating_id_reduction_pass.cpp | 59 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument 99 opportunities->push_back( in GetOpportunitiesForDominatingInst()
|
D | operand_to_dominating_id_reduction_pass.h | 53 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities,
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fma-mutate.ll | 1 ; Test several VSX FMA mutation opportunities. The first one isn't a
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | fma-mutate.ll | 1 ; Test several VSX FMA mutation opportunities. The first one isn't a
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/ |
D | memoryssa.ll | 38 ;; more load CSE opportunities. 74 ;; happens during EarlyCSE, enabling more load CSE opportunities.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | undo-dag-shift.ll | 4 ; optimization opportunities. For example
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | 2011-08-09-IVSimplify.ll | 4 ; expose nice opportunities for GVN.
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | 2011-08-09-IVSimplify.ll | 4 ; expose nice opportunities for GVN.
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/ |
D | 2011-08-09-IVSimplify.ll | 4 ; expose nice opportunities for GVN.
|
/external/clang/lib/CodeGen/ |
D | README.txt | 1 IRgen optimization opportunities.
|
/external/zopfli/ |
D | README.zopflipng | 30 a new image format, but the opportunities for optimization within PNG are
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | lea-recursion.ll | 5 ; expression reassociation which causes it to miss opportunities for
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 32 extra code motion opportunities could also be exploited though...
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 32 extra code motion opportunities could also be exploited though...
|
/external/llvm/test/CodeGen/X86/ |
D | lea-recursion.ll | 5 ; expression reassociation which causes it to miss opportunities for
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 32 extra code motion opportunities could also be exploited though...
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | lea-recursion.ll | 5 ; expression reassociation which causes it to miss opportunities for
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNHoist/ |
D | hoist-pr20242.ll | 2 ; Test to demonstrate that newgvn creates opportunities for
|
/external/llvm/test/CodeGen/ARM/ |
D | fp16.ll | 10 ;; This exposes unsafe-fp-math optimization opportunities; test that.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | fp16.ll | 10 ;; This exposes unsafe-fp-math optimization opportunities; test that.
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | rmw.ll | 108 ; Test for commutativity opportunities. This is the same as rmw_add_i32_var
|