Home
last modified time | relevance | path

Searched defs:Reduce (Results 1 – 25 of 51) sorted by relevance

123

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dreduce_to_column.hpp59 …IZE, typename work_type, typename work_elem_type, class Reductor> struct Reduce<BLOCK_SIZE, work_t… struct
61 … __device__ __forceinline__ static void call(work_elem_type smem[1][BLOCK_SIZE], work_type& myVal) in call()
68 …IZE, typename work_type, typename work_elem_type, class Reductor> struct Reduce<BLOCK_SIZE, work_t… struct
70 … __device__ __forceinline__ static void call(work_elem_type smem[2][BLOCK_SIZE], work_type& myVal) in call()
77 …IZE, typename work_type, typename work_elem_type, class Reductor> struct Reduce<BLOCK_SIZE, work_t… struct
79 … __device__ __forceinline__ static void call(work_elem_type smem[3][BLOCK_SIZE], work_type& myVal) in call()
86 …IZE, typename work_type, typename work_elem_type, class Reductor> struct Reduce<BLOCK_SIZE, work_t… struct
88 … __device__ __forceinline__ static void call(work_elem_type smem[4][BLOCK_SIZE], work_type& myVal) in call()
/external/v8/test/unittests/compiler/
Dgraph-reducer-unittest.cc63 Reduction Reduce(Node* node) final { in Reduce() function in v8::internal::compiler::__anon7f7f225f0111::InPlaceABReducer
88 Reduction Reduce(Node* node) final { in Reduce() function in v8::internal::compiler::__anon7f7f225f0111::NewABReducer
114 Reduction Reduce(Node* node) final { in Reduce() function in v8::internal::compiler::__anon7f7f225f0111::A0Wrapper
133 Reduction Reduce(Node* node) final { in Reduce() function in v8::internal::compiler::__anon7f7f225f0111::B0Wrapper
150 Reduction Reduce(Node* node) final { in Reduce() function in v8::internal::compiler::__anon7f7f225f0111::A1Forwarder
164 Reduction Reduce(Node* node) final { in Reduce() function in v8::internal::compiler::__anon7f7f225f0111::B1Forwarder
178 Reduction Reduce(Node* node) final { in Reduce() function in v8::internal::compiler::__anon7f7f225f0111::InPlaceBCReducer
201 Reduction Reduce(Node* node) final { in Reduce() function in v8::internal::compiler::__anon7f7f225f0111::AB2Sorter
236 Reduction Reduce(Node* node) final { in TEST_F() function
255 Reduction Reduce(Node* node) final { in TEST_F() function
[all …]
Dselect-lowering-unittest.cc24 Reduction Reduce(Node* node) { return lowering_.Reduce(node); } in Reduce() function in v8::internal::compiler::SelectLoweringTest
Dload-elimination-unittest.cc21 Reduction Reduce(Node* node) { in Reduce() function in v8::internal::compiler::LoadEliminationTest
Dvalue-numbering-reducer-unittest.cc34 Reduction Reduce(Node* node) { return reducer_.Reduce(node); } in Reduce() function in v8::internal::compiler::ValueNumberingReducerTest
Ddead-code-elimination-unittest.cc25 Reduction Reduce(AdvancedReducer::Editor* editor, Node* node) { in Reduce() function in v8::internal::compiler::DeadCodeEliminationTest
30 Reduction Reduce(Node* node) { in Reduce() function in v8::internal::compiler::DeadCodeEliminationTest
Dbranch-elimination-unittest.cc26 void Reduce() { in Reduce() function in v8::internal::compiler::BranchEliminationTest
Djs-builtin-reducer-unittest.cc27 Reduction Reduce(Node* node, MachineOperatorBuilder::Flags flags = in Reduce() function in v8::internal::compiler::JSBuiltinReducerTest
Dtail-call-optimization-unittest.cc21 Reduction Reduce(Node* node) { in Reduce() function in v8::internal::compiler::TailCallOptimizationTest
/external/v8/src/compiler/
Dtail-call-optimization.cc16 Reduction TailCallOptimization::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::TailCallOptimization
Djs-context-relaxation.cc15 Reduction JSContextRelaxation::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSContextRelaxation
Dload-elimination.cc17 Reduction LoadElimination::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::LoadElimination
Djs-frame-specialization.cc15 Reduction JSFrameSpecialization::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSFrameSpecialization
Djs-inlining-heuristic.cc15 Reduction JSInliningHeuristic::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSInliningHeuristic
Djs-context-specialization.cc19 Reduction JSContextSpecialization::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSContextSpecialization
Dselect-lowering.cc26 Reduction SelectLowering::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::SelectLowering
Ddead-code-elimination.cc24 Reduction DeadCodeElimination::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::DeadCodeElimination
Dvalue-numbering-reducer.cc52 Reduction ValueNumberingReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::ValueNumberingReducer
Dsimplified-operator-reducer.cc24 Reduction SimplifiedOperatorReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::SimplifiedOperatorReducer
Djs-builtin-reducer.cc145 Reduction JSBuiltinReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSBuiltinReducer
Descape-analysis-reducer.cc24 Reduction EscapeAnalysisReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::EscapeAnalysisReducer
Dbranch-elimination.cc26 Reduction BranchElimination::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::BranchElimination
Dgraph-reducer.cc79 Reduction GraphReducer::Reduce(Node* const node) { in Reduce() function in v8::internal::compiler::GraphReducer
Djs-global-object-specialization.cc40 Reduction JSGlobalObjectSpecialization::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSGlobalObjectSpecialization
Dcommon-operator-reducer.cc56 Reduction CommonOperatorReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::CommonOperatorReducer

123