Home
last modified time | relevance | path

Searched refs:PhiRepresentationOf (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Ddecompression-optimizer.cc34 return CanBeTaggedPointer(PhiRepresentationOf(node->op())); in IsTaggedPhi()
181 MachineRepresentation mach_rep = PhiRepresentationOf(node->op()); in ChangePhi()
H A Dloop-variable-optimizer.cc290 PhiRepresentationOf(induction_var->phi()->op())); in ChangeToInductionVariablePhis()
H A Ddead-code-elimination.cc218 MachineRepresentation rep = PhiRepresentationOf(node->op()); in ReducePhi()
H A Dcommon-operator.h138 PhiRepresentationOf(const Operator* const) V8_WARN_UNUSED_RESULT;
H A Dcommon-operator.cc138 MachineRepresentation PhiRepresentationOf(const Operator* const op) { in PhiRepresentationOf() function
1546 return Phi(PhiRepresentationOf(op), size); in ResizeMergeOrPhi()
H A Dint64-lowering.cc886 MachineRepresentation rep = PhiRepresentationOf(node->op()); in LowerNode()
1134 MachineRepresentation rep = PhiRepresentationOf(phi->op()); in PreparePhiReplacement()
H A Dmachine-graph-verifier.cc150 PhiRepresentationOf(node->op()); in Run()
H A Draw-machine-assembler.cc404 MachineRepresentation rep = PhiRepresentationOf(phi->op()); in MakePhiBinary()
H A Dsimplified-lowering.cc1195 if (output != PhiRepresentationOf(node->op())) { in VisitPhi()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc1397 MachineRepresentation rep = PhiRepresentationOf(node->op()); in VisitNode()

Completed in 43 milliseconds