Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_pass.cpp36 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()
Doperand_to_dominating_id_reduction_pass.cpp59 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument
99 opportunities->push_back( in GetOpportunitiesForDominatingInst()
Doperand_to_dominating_id_reduction_pass.h50 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
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()
Doperand_to_dominating_id_reduction_pass.cpp59 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument
99 opportunities->push_back( in GetOpportunitiesForDominatingInst()
Doperand_to_dominating_id_reduction_pass.h53 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities,
/external/llvm/test/CodeGen/PowerPC/
Dfma-mutate.ll1 ; Test several VSX FMA mutation opportunities. The first one isn't a
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfma-mutate.ll1 ; Test several VSX FMA mutation opportunities. The first one isn't a
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/
Dmemoryssa.ll38 ;; more load CSE opportunities.
74 ;; happens during EarlyCSE, enabling more load CSE opportunities.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dundo-dag-shift.ll4 ; optimization opportunities. For example
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
D2011-08-09-IVSimplify.ll4 ; expose nice opportunities for GVN.
/external/llvm/test/Transforms/LoopUnroll/
D2011-08-09-IVSimplify.ll4 ; expose nice opportunities for GVN.
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
D2011-08-09-IVSimplify.ll4 ; expose nice opportunities for GVN.
/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/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dlea-recursion.ll5 ; expression reassociation which causes it to miss opportunities for
/external/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt32 extra code motion opportunities could also be exploited though...
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt32 extra code motion opportunities could also be exploited though...
/external/llvm/test/CodeGen/X86/
Dlea-recursion.ll5 ; expression reassociation which causes it to miss opportunities for
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt32 extra code motion opportunities could also be exploited though...
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dlea-recursion.ll5 ; expression reassociation which causes it to miss opportunities for
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNHoist/
Dhoist-pr20242.ll2 ; Test to demonstrate that newgvn creates opportunities for
/external/llvm/test/CodeGen/ARM/
Dfp16.ll10 ;; This exposes unsafe-fp-math optimization opportunities; test that.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dfp16.ll10 ;; This exposes unsafe-fp-math optimization opportunities; test that.
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Drmw.ll108 ; Test for commutativity opportunities. This is the same as rmw_add_i32_var

1234