Home
last modified time | relevance | path

Searched refs:Reduce (Results 1 - 25 of 94) sorted by relevance

1234

/third_party/node/deps/v8/src/compiler/
H A Dgraph-reducer.cc32 Reduction Reducer::Reduce(Node* node, in Reduce() function in v8::internal::compiler::Reducer
34 Reduction reduction = Reduce(node); in Reduce()
100 Reduction GraphReducer::Reduce(Node* const node) { in Reduce() function in v8::internal::compiler::GraphReducer
105 Reduction reduction = (*i)->Reduce(node, observe_node_manager_); in Reduce()
178 Reduction reduction = Reduce(node); in ReduceTop()
H A Dgraph-reducer.h62 Reduction Reduce(Node* node, ObserveNodeManager* observe_node_manager);
75 virtual Reduction Reduce(Node* node) = 0;
154 // Reduce a single node.
156 // Reduce the whole graph.
166 // Reduce a single node.
167 Reduction Reduce(Node* const);
168 // Reduce the node on top of the stack.
H A Dcheckpoint-elimination.h25 Reduction Reduce(Node* node) final;
H A Dadd-type-assertions-reducer.h32 Reduction Reduce(Node* node) final;
H A Dbranch-condition-duplicator.h67 void Reduce();
H A Dtype-narrowing-reducer.h29 Reduction Reduce(Node* node) final;
H A Dvalue-numbering-reducer.h24 Reduction Reduce(Node* node) override;
H A Dconstant-folding-reducer.h28 Reduction Reduce(Node* node) final;
H A Dselect-lowering.h25 Reduction Reduce(Node* node) override;
H A Dwasm-escape-analysis.h30 Reduction Reduce(Node* node) final;
H A Dadd-type-assertions-reducer.cc21 Reduction AddTypeAssertionsReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::AddTypeAssertionsReducer
H A Dsimplified-operator-reducer.h42 Reduction Reduce(Node* node) final;
H A Dcheckpoint-elimination.cc62 Reduction CheckpointElimination::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::CheckpointElimination
H A Ddecompression-optimizer.h47 void Reduce();
H A Dselect-lowering.cc23 Reduction SelectLowering::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::SelectLowering
H A Dwasm-escape-analysis.cc14 Reduction WasmEscapeAnalysis::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::WasmEscapeAnalysis
H A Dcommon-operator-reducer.h36 Reduction Reduce(Node* node) final;
H A Dbranch-condition-duplicator.cc105 void BranchConditionDuplicator::Reduce() { ProcessGraph(); } in Reduce() function in v8::internal::compiler::BranchConditionDuplicator
H A Djs-context-specialization.h54 Reduction Reduce(Node* node) final;
/third_party/spirv-tools/test/
H A Dtext_to_binary.extension_test.cpp1144 {"%2 = OpGroupIMulKHR %1 %3 Reduce %4\n", in TEST_F()
1146 {1, 2, 3, (uint32_t)spv::GroupOperation::Reduce, in TEST_F()
1148 {"%2 = OpGroupFMulKHR %1 %3 Reduce %4\n", in TEST_F()
1150 {1, 2, 3, (uint32_t)spv::GroupOperation::Reduce, in TEST_F()
1152 {"%2 = OpGroupBitwiseAndKHR %1 %3 Reduce %4\n", in TEST_F()
1154 {1, 2, 3, (uint32_t)spv::GroupOperation::Reduce, in TEST_F()
1156 {"%2 = OpGroupBitwiseOrKHR %1 %3 Reduce %4\n", in TEST_F()
1158 {1, 2, 3, (uint32_t)spv::GroupOperation::Reduce, in TEST_F()
1160 {"%2 = OpGroupBitwiseXorKHR %1 %3 Reduce %4\n", in TEST_F()
1162 {1, 2, 3, (uint32_t)spv::GroupOperation::Reduce, in TEST_F()
[all...]
H A Dtext_to_binary.group_test.cpp49 CASE(Reduce),
/third_party/skia/third_party/externals/tint/src/transform/
H A Dsimplify_pointers.cc90 /// Reduce walks the expression chain, collapsing all address-of and
94 PointerOp Reduce(const ast::Expression* in) const { in Reduce() function
144 // Reduce the expression, folding away chains of address-of / indirections in Run()
145 auto op = Reduce(expr); in Run()
/third_party/node/deps/v8/src/heap/base/
H A Dactive-system-pages.h34 V8_EXPORT_PRIVATE size_t Reduce(ActiveSystemPages updated_value);
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.group_test.cpp49 CASE(Reduce),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.group_test.cpp49 CASE(Reduce),

Completed in 8 milliseconds

1234