Home
last modified time | relevance | path

Searched refs:PhiRepresentationOf (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dcommon-operator.h98 MachineRepresentation PhiRepresentationOf(const Operator* const);
Dcommon-operator.cc108 MachineRepresentation PhiRepresentationOf(const Operator* const op) { in PhiRepresentationOf() function
852 return Phi(PhiRepresentationOf(op), size); in ResizeMergeOrPhi()
Dmachine-operator-reducer.cc654 DCHECK_EQ(MachineRepresentation::kFloat64, PhiRepresentationOf(phi->op())); in ReduceTruncateFloat64ToInt32()
Dinstruction-selector.cc815 MachineRepresentation rep = PhiRepresentationOf(node->op()); in VisitNode()
Dsimplified-lowering.cc739 if (output.representation() != PhiRepresentationOf(node->op())) { in VisitPhi()
/external/v8/test/unittests/compiler/
Dnode-test-utils.cc485 PrintMatchAndExplain(PhiRepresentationOf(node->op()), in MatchAndExplain()
534 PrintMatchAndExplain(PhiRepresentationOf(node->op()), in MatchAndExplain()
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc1592 CHECK_EQ(kMachineTypes[i].representation(), PhiRepresentationOf(phi->op())); in TEST()
1966 CHECK_EQ(d.expected, PhiRepresentationOf(phi->op())); in TEST()