HomeSort by relevance Sort by last modified time
    Searched refs:EffectPhi (Results 1 - 23 of 23) sorted by null

  /external/v8/src/compiler/
js-inlining-heuristic.cc 248 Node* exception_effect = graph()->NewNode(common()->EffectPhi(num_calls),
262 graph()->NewNode(common()->EffectPhi(num_calls), num_calls + 1, calls);
common-operator.h 354 const Operator* EffectPhi(int effect_input_count);
loop-peeling.cc 292 NodeProperties::ChangeOp(exit, common->EffectPhi(2));
js-builtin-reducer.cc 464 graph()->NewNode(common()->EffectPhi(2), etrue1, efalse1, if_false0);
483 effect = graph()->NewNode(common()->EffectPhi(2), efalse0, etrue0, control);
632 graph()->NewNode(common()->EffectPhi(2), etrue2, efalse2, if_false0);
651 effect = graph()->NewNode(common()->EffectPhi(2), efalse0, etrue0, control);
    [all...]
js-inlining.cc 167 graph()->NewNode(common()->EffectPhi(subcall_count),
213 graph()->NewNode(common()->EffectPhi(input_count),
js-native-context-specialization.cc 652 // Merge+Phi+EffectPhi at the bottom.
743 graph()->NewNode(common()->EffectPhi(this_control_count),
    [all...]
js-typed-lowering.cc 477 graph()->NewNode(common()->EffectPhi(2), left_exception,
    [all...]
graph-assembler.h 148 // construct EffectPhi.
377 current_effect_ = graph()->NewNode(common()->EffectPhi(merge_count),
js-intrinsic-lowering.cc 216 Node* ephi = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, merge);
wasm-compiler.h 143 Node* EffectPhi(unsigned count, Node** effects, Node* control);
common-operator.cc 557 "EffectPhi", // name
    [all...]
wasm-compiler.cc 324 graph()->NewNode(common()->EffectPhi(1), *effect_ptr, *control_ptr);
454 Node* WasmGraphBuilder::EffectPhi(unsigned count, Node** effects,
459 return graph()->NewNode(jsgraph()->common()->EffectPhi(count), count + 1,
515 Node* ephi = graph()->NewNode(jsgraph()->common()->EffectPhi(2), effect_true,
    [all...]
simplified-lowering.cc     [all...]
opcodes.h 54 V(EffectPhi) \
bytecode-graph-builder.cc     [all...]
js-generic-lowering.cc 671 Node* ephi = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, merge);
js-create-lowering.cc 692 Node* effect_phi = graph()->NewNode(common()->EffectPhi(2), call_holey,
    [all...]
ast-graph-builder.cc     [all...]
effect-control-linearizer.cc 164 // EffectPhi nodes whose uses have either the IfTrue or IfFalse as control
186 // The resulting graph (modulo the Phi and EffectPhi nodes) looks like this:
218 // Check/collect other Phi/EffectPhi nodes hanging off the Merge.
222 // We cannot currently deal with non-Phi/EffectPhi nodes hanging off the
228 // Right now we can only handle Phi/EffectPhi nodes whose uses are
395 common()->EffectPhi(static_cast<int>(block->PredecessorCount())),
    [all...]
  /external/v8/tools/turbolizer/
node.js 144 ((this.opcode == "Phi" || this.opcode == "EffectPhi") &&
graph-layout.js 298 if (n.opcode == 'Phi' || n.opcode == 'EffectPhi') {
343 if (n.opcode != "Start" && n.opcode != "Phi" && n.opcode != "EffectPhi") {
  /external/v8/src/wasm/
function-body-decoder.cc     [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 356 Node EffectPhi(uint32_t Count, Node *Effects, Node Control) {
358 LOG(out << "EffectPhi(" << Count << ", " << Control << "):\n");
    [all...]

Completed in 422 milliseconds