Home
last modified time | relevance | path

Searched refs:EffectPhi (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/compiler/
Ddiamond.h56 Node* EffectPhi(Node* tv, Node* fv) { in EffectPhi() function
57 return graph->NewNode(common->EffectPhi(2), tv, fv, merge); in EffectPhi()
Draw-machine-assembler.cc257 graph()->NewNode(common()->EffectPhi(2), graph()->start(), in MakeReschedulable()
287 common()->EffectPhi(predecessor_count), in MakeReschedulable()
359 loop_entries, block_final_effect, common()->EffectPhi(entrance_count), in MakeReschedulable()
362 loop_backedges, block_final_effect, common()->EffectPhi(backedge_count), in MakeReschedulable()
Djs-native-context-specialization.cc1267 graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceNamedAccess()
1369 this_effect = graph()->NewNode(common()->EffectPhi(2), this_effect, in ReduceNamedAccess()
1430 effect = graph()->NewNode(common()->EffectPhi(control_count), in ReduceNamedAccess()
1444 graph()->NewNode(common()->EffectPhi(if_exception_count), in ReduceNamedAccess()
1555 Node* effect_phi = graph()->NewNode(common()->EffectPhi(2), dead_node, in ReduceJSGetIterator()
1917 effect = graph()->NewNode(common()->EffectPhi(control_count), in ReduceElementAccess()
2833 graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in BuildElementAccess()
2902 graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in BuildElementAccess()
3064 graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in BuildElementAccess()
3170 graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in BuildElementAccess()
[all …]
Djs-inlining.cc177 graph()->NewNode(common()->EffectPhi(subcall_count), in InlineCall()
223 graph()->NewNode(common()->EffectPhi(input_count), in InlineCall()
Dgraph-assembler.h579 label->effect_ = graph()->NewNode(common()->EffectPhi(2), effect(), in MergeState()
613 label->effect_ = graph()->NewNode(common()->EffectPhi(2), label->effect_, in MergeState()
631 common()->EffectPhi(merged_count + 1)); in MergeState()
Djs-inlining-heuristic.cc717 Node* exception_effect = graph()->NewNode(common()->EffectPhi(num_calls), in InlineCandidate()
731 graph()->NewNode(common()->EffectPhi(num_calls), num_calls + 1, calls); in InlineCandidate()
Djs-call-reducer.cc392 Node* ephi = gasm_->graph()->NewNode(gasm_->common()->EffectPhi(size), in MergeExceptionalPaths()
2550 Node* ephi = graph()->NewNode(common()->EffectPhi(2), if_exception0, in ReduceFunctionPrototypeApply()
2561 graph()->NewNode(common()->EffectPhi(2), effect0, effect1, control); in ReduceFunctionPrototypeApply()
3107 graph()->NewNode(common()->EffectPhi(2), extrue, exfalse, merge); in ReduceReflectGet()
3173 graph()->NewNode(common()->EffectPhi(2), extrue, exfalse, merge); in ReduceReflectHas()
3955 Node* ephi = graph()->NewNode(common()->EffectPhi(2), if_exception, in ReduceCallOrConstructWithArrayLikeOrSpread()
4917 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceStringPrototypeSubstr()
4969 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceStringPrototypeSubstr()
5206 effect = graph()->NewNode(common()->EffectPhi(count), count + 1, in ReduceArrayPrototypePush()
5321 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceArrayPrototypePop()
[all …]
Dloop-peeling.cc297 NodeProperties::ChangeOp(exit, common_->EffectPhi(2)); in Peel()
Djs-typed-lowering.cc1149 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceJSToObject()
1208 graph()->NewNode(common()->EffectPhi(2), effect, effect, loop); in ReduceJSHasInPrototypeChain()
1302 effect = graph()->NewNode(common()->EffectPhi(5), etrue0, etrue1, etrue2, in ReduceJSHasInPrototypeChain()
1952 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceJSCall()
2056 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceJSCall()
2327 effect = graph()->NewNode(common()->EffectPhi(count), count + 1, effects); in ReduceJSCall()
Djs-intrinsic-lowering.cc263 Node* ephi = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, merge); in ReduceIsInstanceType()
Dcommon-operator.h523 const Operator* EffectPhi(int effect_input_count); in NON_EXPORTED_BASE()
Dcommon-operator.cc1330 const Operator* CommonOperatorBuilder::EffectPhi(int effect_input_count) { in EffectPhi() function in v8::internal::compiler::CommonOperatorBuilder
1555 return EffectPhi(size); in ResizeMergeOrPhi()
Dwasm-compiler.cc281 Node* WasmGraphBuilder::EffectPhi(unsigned count, Node** effects_and_control) { in EffectPhi() function in v8::internal::compiler::WasmGraphBuilder
283 return graph()->NewNode(mcgraph()->common()->EffectPhi(count), count + 1, in EffectPhi()
377 Node* ephi = stack_check.EffectPhi(effect(), call); in StackCheck()
3369 tnode = graph()->NewNode(mcgraph()->common()->EffectPhi(count), count + 1, in CreateOrMergeIntoEffectPhi()
4257 SetEffectControl(bounds_check.EffectPhi(load, effect()), bounds_check.merge); in BuildAsmjsLoadMem()
4304 SetEffectControl(bounds_check.EffectPhi(store, effect()), bounds_check.merge); in BuildAsmjsStoreMem()
5809 *no_match_effect = EffectPhi(count, merge_effects.data()); in BrOnCast()
6276 SetEffectControl(type_check.EffectPhi(old_effect, effect()), in BuildCheckValidRefValue()
6421 SetEffectControl(flag_check.EffectPhi(old_effect, effect()), in BuildModifyThreadInWasmFlag()
6696 SetEffectControl(strict_d.EffectPhi(old_effect, global_proxy), in BuildReceiverNode()
Dwasm-compiler.h207 Node* EffectPhi(unsigned count, Node** effects_and_control);
Dopcodes.h54 V(EffectPhi) \
Dsimplified-lowering.cc4122 graph()->NewNode(common()->EffectPhi(2), etrue1, efalse1, if_false0); in DoJSToNumberOrNumericTruncatesToFloat64()
4129 effect = graph()->NewNode(common()->EffectPhi(2), etrue0, efalse0, control); in DoJSToNumberOrNumericTruncatesToFloat64()
4218 graph()->NewNode(common()->EffectPhi(2), etrue1, efalse1, if_false0); in DoJSToNumberOrNumericTruncatesToWord32()
4224 effect = graph()->NewNode(common()->EffectPhi(2), etrue0, efalse0, control); in DoJSToNumberOrNumericTruncatesToWord32()
Djs-generic-lowering.cc1371 Node* ephi = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, merge); in LowerJSStackCheck()
Dbytecode-graph-builder.cc4440 const Operator* phi_op = common()->EffectPhi(count); in NewEffectPhi()
4476 NodeProperties::ChangeOp(value, common()->EffectPhi(inputs)); in MergeEffect()
Deffect-control-linearizer.cc694 common()->EffectPhi(static_cast<int>(block->PredecessorCount())), in Run()
/external/v8/src/wasm/
Dgraph-builder-interface.cc1037 to->effect = builder_->EffectPhi(2, inputs); in Goto()
1082 builder_->SetEffect(builder_->EffectPhi(1, effect_inputs)); in PrepareForLoop()
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp356 Node EffectPhi(uint32_t Count, Node *Effects, Node Control) { in EffectPhi() function in IceBuilder