Home
last modified time | relevance | path

Searched refs:kPhi (Results 1 - 25 of 38) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Ddecompression-optimizer.cc33 if (node->opcode() == IrOpcode::kPhi) { in IsTaggedPhi()
129 case IrOpcode::kPhi: { in MarkNodeInputs()
240 case IrOpcode::kPhi: in ChangeNodes()
H A Dadd-type-assertions-reducer.cc26 node->opcode() == IrOpcode::kPhi || !NodeProperties::IsTyped(node) || in Reduce()
H A Dloop-variable-optimizer.cc103 if (constraint.left->opcode() == IrOpcode::kPhi && in VisitBackedge()
110 if (constraint.right->opcode() == IrOpcode::kPhi && in VisitBackedge()
272 edge.from()->opcode() == IrOpcode::kPhi) { in DetectInductionVariables()
H A Dcommon-operator-reducer.cc51 case IrOpcode::kPhi: in Reduce()
240 DCHECK_EQ(IrOpcode::kPhi, node->opcode()); in ReducePhi()
322 if (value->opcode() == IrOpcode::kPhi && in ReduceReturn()
H A Dbasic-block-instrumentor.cc31 case IrOpcode::kPhi: in FindInsertionPoint()
H A Ddead-code-elimination.cc60 case IrOpcode::kPhi: in Reduce()
215 DCHECK_EQ(IrOpcode::kPhi, node->opcode()); in ReducePhi()
H A Dcommon-operator.cc139 DCHECK_EQ(IrOpcode::kPhi, op->opcode()); in PhiRepresentationOf()
797 IrOpcode::kPhi, Operator::kPure, // opcode in PhiOperator()
804 kPhi##rep##input_count##Operator;
1296 return &cache_.kPhi##kRep##kValueInputCount##Operator; \ in Phi()
1302 IrOpcode::kPhi, Operator::kPure, // opcode in Phi()
1545 if (op->opcode() == IrOpcode::kPhi) { in ResizeMergeOrPhi()
H A Dloop-unrolling.cc191 int count = use->opcode() == IrOpcode::kPhi in UnrollLoop()
H A Dschedule.cc365 if (node->opcode() == IrOpcode::kPhi) { in EliminateRedundantPhiNodes()
401 if (node->opcode() == IrOpcode::kPhi) { in MovePhis()
H A Dgraph-visualizer.cc624 if ((*it)->opcode() == IrOpcode::kPhi) total++; in PrintSchedule()
631 if ((*it)->opcode() != IrOpcode::kPhi) continue; in PrintSchedule()
647 if (node->opcode() == IrOpcode::kPhi) continue; in PrintSchedule()
H A Dmemory-optimizer.cc153 if (object_position->opcode() == IrOpcode::kPhi) { in WriteBarrierAssertFailed()
H A Dverifier.cc473 case IrOpcode::kPhi: { in Check()
506 use->opcode() != IrOpcode::kPhi) { in Check()
1937 if (node->opcode() == IrOpcode::kPhi) { in CheckInputsDominate()
2099 if (phi->opcode() != IrOpcode::kPhi) continue; in Run()
H A Dmachine-graph-verifier.cc148 case IrOpcode::kPhi: in Run()
638 case IrOpcode::kPhi: in Run()
H A Draw-machine-assembler.cc173 if (phi->opcode() != IrOpcode::kPhi) continue; in OptimizeControlFlow()
370 if (node->opcode() == IrOpcode::kPhi) { in MakeReschedulable()
H A Dtyped-optimization.cc70 case IrOpcode::kPhi: in Reduce()
377 DCHECK_EQ(IrOpcode::kPhi, node->opcode()); in ReducePhi()
H A Djs-inlining-heuristic.cc505 if (callee->opcode() != IrOpcode::kPhi) return false; in TryReuseDispatch()
H A Dint64-lowering.cc64 if (input->opcode() == IrOpcode::kPhi) { in LowerGraph()
885 case IrOpcode::kPhi: { in LowerNode()
H A Dscheduler.cc101 case IrOpcode::kPhi: in InitializePlacement()
138 case IrOpcode::kPhi: in UpdatePlacement()
H A Descape-analysis.cc455 if (old_value && old_value->opcode() == IrOpcode::kPhi && in MergeInputs()
H A Dgraph-assembler.h649 DCHECK_EQ(IrOpcode::kPhi, label->bindings_[i]->opcode()); in MergeState()
H A Dopcodes.h1070 return value == kPhi || value == kEffectPhi; in IsPhiOpcode()
/third_party/node/deps/v8/src/torque/
H A Dinstructions.h85 kPhi, member in v8::internal::torque::DefinitionLocation::Kind
96 return DefinitionLocation(Kind::kPhi, block, index); in Phi()
107 bool IsPhi() const { return kind_ == Kind::kPhi; } in IsPhi()
176 case DefinitionLocation::Kind::kPhi: in operator <<()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-verifier.h126 case Opcode::kPhi: in Process()
/third_party/protobuf/src/google/protobuf/
H A Dmap.h948 // the hash value. The constant kPhi (suggested by Knuth) is roughly in BucketNumber()
950 constexpr uint64 kPhi = uint64{0x9e3779b97f4a7c15}; in BucketNumber() local
951 return ((kPhi * h) >> 32) & (num_buckets_ - 1); in BucketNumber()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc105 if (phi->opcode() != IrOpcode::kPhi) continue; in SelectInstructions()
1396 case IrOpcode::kPhi: { in VisitNode()
3241 if (node->opcode() == IrOpcode::kPhi) { in ZeroExtendsWord32ToWord64()

Completed in 41 milliseconds

12