/third_party/node/deps/v8/src/compiler/ |
H A D | graph-reducer.cc | 32 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 D | graph-reducer.h | 62 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 D | checkpoint-elimination.h | 25 Reduction Reduce(Node* node) final;
|
H A D | add-type-assertions-reducer.h | 32 Reduction Reduce(Node* node) final;
|
H A D | branch-condition-duplicator.h | 67 void Reduce();
|
H A D | type-narrowing-reducer.h | 29 Reduction Reduce(Node* node) final;
|
H A D | value-numbering-reducer.h | 24 Reduction Reduce(Node* node) override;
|
H A D | constant-folding-reducer.h | 28 Reduction Reduce(Node* node) final;
|
H A D | select-lowering.h | 25 Reduction Reduce(Node* node) override;
|
H A D | wasm-escape-analysis.h | 30 Reduction Reduce(Node* node) final;
|
H A D | add-type-assertions-reducer.cc | 21 Reduction AddTypeAssertionsReducer::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::AddTypeAssertionsReducer
|
H A D | simplified-operator-reducer.h | 42 Reduction Reduce(Node* node) final;
|
H A D | checkpoint-elimination.cc | 62 Reduction CheckpointElimination::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::CheckpointElimination
|
H A D | decompression-optimizer.h | 47 void Reduce();
|
H A D | select-lowering.cc | 23 Reduction SelectLowering::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::SelectLowering
|
H A D | wasm-escape-analysis.cc | 14 Reduction WasmEscapeAnalysis::Reduce(Node* node) { in Reduce() function in v8::internal::compiler::WasmEscapeAnalysis
|
H A D | common-operator-reducer.h | 36 Reduction Reduce(Node* node) final;
|
H A D | branch-condition-duplicator.cc | 105 void BranchConditionDuplicator::Reduce() { ProcessGraph(); } in Reduce() function in v8::internal::compiler::BranchConditionDuplicator
|
H A D | js-context-specialization.h | 54 Reduction Reduce(Node* node) final;
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.extension_test.cpp | 1144 {"%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 D | text_to_binary.group_test.cpp | 49 CASE(Reduce),
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | simplify_pointers.cc | 90 /// 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 D | active-system-pages.h | 34 V8_EXPORT_PRIVATE size_t Reduce(ActiveSystemPages updated_value);
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.group_test.cpp | 49 CASE(Reduce),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.group_test.cpp | 49 CASE(Reduce),
|