Searched refs:phi_op (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-lowering.cc | 4660 const Operator* const phi_op = in Int32Div() local 4692 false1 = graph()->NewNode(phi_op, true2, false2, if_false1); in Int32Div() 4696 false0 = graph()->NewNode(phi_op, true1, false1, if_false0); in Int32Div() 4700 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Div() 4737 const Operator* const phi_op = in Int32Mod() local 4773 false1 = graph()->NewNode(phi_op, true2, false2, if_false1); in Int32Mod() 4777 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in Int32Mod() 4794 false0 = graph()->NewNode(phi_op, true1, false1, if_false0); in Int32Mod() 4798 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Mod() 4863 const Operator* const phi_op in Uint32Mod() local [all...] |
H A D | bytecode-graph-builder.cc | 4326 const Operator* phi_op = common()->Phi(MachineRepresentation::kTagged, count); in NewPhi() local 4330 return graph()->NewNode(phi_op, count + 1, buffer, true); in NewPhi() 4335 const Operator* phi_op = common()->EffectPhi(count); in NewEffectPhi() local 4339 return graph()->NewNode(phi_op, count + 1, buffer, true); in NewEffectPhi()
|
H A D | wasm-compiler.cc | 2800 const Operator* const phi_op = c->Phi(MachineRepresentation::kWord32, 2); in BuildI32AsmjsRemS() local 2834 false1 = graph()->NewNode(phi_op, true2, false2, if_false1); in BuildI32AsmjsRemS() 2838 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in BuildI32AsmjsRemS() 2855 false0 = graph()->NewNode(phi_op, true1, false1, if_false0); in BuildI32AsmjsRemS() 2859 return graph()->NewNode(phi_op, true0, false0, merge0); in BuildI32AsmjsRemS()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 2729 Definition phi_op( in register_allocation() 2731 phi_op.setFixed(ctx.assignments[phi_op.tempId()].reg); in register_allocation() 2732 register_file.clear(phi_op); in register_allocation()
|
Completed in 33 milliseconds