HomeSort by relevance Sort by last modified time
    Searched refs:NoChange (Results 1 - 25 of 32) sorted by null

1 2

  /external/eigen/doc/snippets/
Matrix_resize_NoChange_int.cpp 2 m.resize(NoChange, 5);
Matrix_resize_int_NoChange.cpp 2 m.resize(5, NoChange);
  /external/v8/src/compiler/
js-inlining-heuristic.cc 16 if (!IrOpcode::IsInlineeOpcode(node->opcode())) return NoChange();
19 if (seen_.find(node->id()) != seen_.end()) return NoChange();
24 if (!match.HasValue() || !match.Value()->IsJSFunction()) return NoChange();
37 return NoChange();
49 if (function->shared()->HasBuiltinFunctionId()) return NoChange();
52 if (function->shared()->IsBuiltin()) return NoChange();
56 return NoChange();
61 return NoChange();
65 if (info_->shared_info()->asm_function()) return NoChange();
66 if (function->shared()->asm_function()) return NoChange();
    [all...]
checkpoint-elimination.cc 34 if (node->opcode() != IrOpcode::kCheckpoint) return NoChange();
38 return NoChange();
load-elimination.cc 25 return NoChange();
67 return NoChange();
86 if (object == effect) return NoChange();
92 return NoChange();
99 return NoChange();
js-context-specialization.cc 28 return NoChange();
46 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange();
58 return NoChange();
74 return NoChange();
91 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange();
96 return NoChange();
js-builtin-reducer.cc 103 return NoChange();
115 return NoChange();
130 return NoChange();
141 return NoChange();
153 return NoChange();
165 return NoChange();
177 return NoChange();
189 return NoChange();
200 return NoChange();
212 return NoChange();
    [all...]
js-global-object-specialization.cc 48 return NoChange();
59 if (!GetGlobalObject(node).ToHandle(&global_object)) return NoChange();
64 if (result.context->is_the_hole(result.index)) return NoChange();
76 if (it.state() != LookupIterator::DATA) return NoChange();
77 if (!it.GetHolder<JSObject>()->IsJSGlobalObject()) return NoChange();
140 if (!GetGlobalObject(node).ToHandle(&global_object)) return NoChange();
145 if (result.context->is_the_hole(result.index)) return NoChange();
146 if (result.immutable) return NoChange();
157 if (it.state() != LookupIterator::DATA) return NoChange();
158 if (!it.GetHolder<JSObject>()->IsJSGlobalObject()) return NoChange();
    [all...]
tail-call-optimization.cc 17 if (node->opcode() != IrOpcode::kReturn) return NoChange();
78 return NoChange();
dead-code-elimination.cc 35 return NoChange();
60 return NoChange();
121 return NoChange();
129 if (control_input_count == 0) return NoChange();
133 return NoChange();
redundancy-elimination.cc 40 return NoChange();
134 if (checks == nullptr) return NoChange();
158 if (node_checks_.Get(effect) == nullptr) return NoChange();
182 return NoChange();
187 return NoChange();
196 if (checks == nullptr) return NoChange();
211 return NoChange();
js-call-reducer.cc 49 return NoChange();
120 if (arg_array->opcode() != IrOpcode::kJSCreateArguments) return NoChange();
125 return NoChange();
133 if (outer_state->opcode() != IrOpcode::kFrameState) return NoChange();
144 if (!state_info.shared_info().ToHandle(&shared)) return NoChange();
145 if (shared->internal_formal_parameter_count() != 0) return NoChange();
148 if (!state_info.shared_info().ToHandle(&shared)) return NoChange();
164 return NoChange();
299 return NoChange();
303 if (!(flags() & kDeoptimizationEnabled)) return NoChange();
    [all...]
select-lowering.cc 24 if (node->opcode() != IrOpcode::kSelect) return NoChange();
value-numbering-reducer.cc 53 if (!node->op()->HasProperty(Operator::kIdempotent)) return NoChange();
65 return NoChange();
89 return NoChange();
100 // Now we are called again to reduce node1, and we would return NoChange
107 return NoChange();
escape-analysis-reducer.cc 37 return NoChange();
86 return NoChange();
97 return NoChange();
114 return NoChange();
130 return NoChange();
145 return NoChange();
173 return NoChange();
198 return NoChange();
210 return NoChange();
232 return NoChange();
    [all...]
branch-elimination.cc 29 return NoChange();
51 return NoChange();
96 return NoChange();
127 return NoChange();
149 return NoChange();
217 return NoChange();
js-inlining.cc 260 if (!IrOpcode::IsInlineeOpcode(node->opcode())) return NoChange();
267 if (!match.HasValue() || !match.Value()->IsJSFunction()) return NoChange();
284 return NoChange();
293 return NoChange();
303 return NoChange();
311 return NoChange();
327 return NoChange();
343 return NoChange();
352 return NoChange();
368 return NoChange();
    [all...]
js-native-context-specialization.cc 53 return NoChange();
69 return NoChange();
86 if (!(flags() & kDeoptimizationEnabled)) return NoChange();
90 if (!GetNativeContext(node).ToHandle(&native_context)) return NoChange();
98 return NoChange();
102 if (access_infos.empty()) return NoChange();
423 return NoChange();
429 return NoChange();
435 return NoChange();
475 if (!p.feedback().IsValid()) return NoChange();
    [all...]
common-operator-reducer.cc 70 return NoChange();
104 if (decision == Decision::kUnknown) return NoChange();
141 if (decision == Decision::kUnknown) return NoChange();
167 if (IrOpcode::IsPhiOpcode(use->opcode())) return NoChange();
186 return NoChange();
206 if (input != effect) return NoChange();
235 if (branch->opcode() != IrOpcode::kBranch) return NoChange();
293 if (input != value) return NoChange();
330 return NoChange();
388 return NoChange();
    [all...]
js-frame-specialization.cc 24 return NoChange();
machine-operator-reducer.cc 471 return NoChange();
505 return NoChange();
536 return NoChange();
555 return NoChange();
603 return NoChange();
632 return NoChange();
670 return NoChange();
700 return NoChange();
747 return NoChange();
784 return NoChange();
    [all...]
js-typed-lowering.cc 419 if (flags() & kDisableBinaryOpReduction) return NoChange();
470 return NoChange();
475 if (flags() & kDisableBinaryOpReduction) return NoChange();
487 return NoChange();
491 if (flags() & kDisableBinaryOpReduction) return NoChange();
514 if (flags() & kDisableBinaryOpReduction) return NoChange();
529 if (flags() & kDisableBinaryOpReduction) return NoChange();
543 if (flags() & kDisableBinaryOpReduction) return NoChange();
556 if (flags() & kDisableBinaryOpReduction) return NoChange();
567 if (flags() & kDisableBinaryOpReduction) return NoChange();
    [all...]
simplified-operator-reducer.cc 183 return NoChange();
199 return NoChange();
208 return NoChange();
  /external/v8/test/unittests/compiler/
graph-reducer-unittest.cc 78 return NoChange();
101 return NoChange();
120 return NoChange();
139 return NoChange();
156 return NoChange();
170 return NoChange();
193 return NoChange();
214 return NoChange();
238 return NoChange();
257 return NoChange();
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 286 * EIGEN_UNUSED NoChange_t NoChange;
294 enum NoChange_t { NoChange };

Completed in 803 milliseconds

1 2