/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | reduce_to_column.hpp | 59 …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/ |
D | graph-reducer-unittest.cc | 63 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 …]
|
D | select-lowering-unittest.cc | 24 Reduction Reduce(Node* node) { return lowering_.Reduce(node); } in Reduce() function in v8::internal::compiler::SelectLoweringTest
|
D | load-elimination-unittest.cc | 21 Reduction Reduce(Node* node) { in Reduce() function in v8::internal::compiler::LoadEliminationTest
|
D | value-numbering-reducer-unittest.cc | 34 Reduction Reduce(Node* node) { return reducer_.Reduce(node); } in Reduce() function in v8::internal::compiler::ValueNumberingReducerTest
|
D | dead-code-elimination-unittest.cc | 25 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
|
D | branch-elimination-unittest.cc | 26 void Reduce() { in Reduce() function in v8::internal::compiler::BranchEliminationTest
|
D | js-builtin-reducer-unittest.cc | 27 Reduction Reduce(Node* node, MachineOperatorBuilder::Flags flags = in Reduce() function in v8::internal::compiler::JSBuiltinReducerTest
|
D | tail-call-optimization-unittest.cc | 21 Reduction Reduce(Node* node) { in Reduce() function in v8::internal::compiler::TailCallOptimizationTest
|
/external/v8/src/compiler/ |
D | tail-call-optimization.cc | 16 Reduction TailCallOptimization::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::TailCallOptimization
|
D | js-context-relaxation.cc | 15 Reduction JSContextRelaxation::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSContextRelaxation
|
D | load-elimination.cc | 17 Reduction LoadElimination::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::LoadElimination
|
D | js-frame-specialization.cc | 15 Reduction JSFrameSpecialization::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSFrameSpecialization
|
D | js-inlining-heuristic.cc | 15 Reduction JSInliningHeuristic::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSInliningHeuristic
|
D | js-context-specialization.cc | 19 Reduction JSContextSpecialization::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSContextSpecialization
|
D | select-lowering.cc | 26 Reduction SelectLowering::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::SelectLowering
|
D | dead-code-elimination.cc | 24 Reduction DeadCodeElimination::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::DeadCodeElimination
|
D | value-numbering-reducer.cc | 52 Reduction ValueNumberingReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::ValueNumberingReducer
|
D | simplified-operator-reducer.cc | 24 Reduction SimplifiedOperatorReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::SimplifiedOperatorReducer
|
D | js-builtin-reducer.cc | 145 Reduction JSBuiltinReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSBuiltinReducer
|
D | escape-analysis-reducer.cc | 24 Reduction EscapeAnalysisReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::EscapeAnalysisReducer
|
D | branch-elimination.cc | 26 Reduction BranchElimination::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::BranchElimination
|
D | graph-reducer.cc | 79 Reduction GraphReducer::Reduce(Node* const node) { in Reduce() function in v8::internal::compiler::GraphReducer
|
D | js-global-object-specialization.cc | 40 Reduction JSGlobalObjectSpecialization::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::JSGlobalObjectSpecialization
|
D | common-operator-reducer.cc | 56 Reduction CommonOperatorReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::CommonOperatorReducer
|