Home
last modified time | relevance | path

Searched refs:EffectInputCount (Results 1 – 25 of 29) sorted by relevance

12

/external/v8/test/unittests/compiler/
Dcommon-operator-unittest.cc82 EXPECT_EQ(sop.effect_input_count, op->EffectInputCount()); in TEST_P()
179 EXPECT_EQ(0, op->EffectInputCount()); in TEST_F()
196 EXPECT_EQ(1, op->EffectInputCount()); in TEST_F()
213 EXPECT_EQ(0, op->EffectInputCount()); in TEST_F()
231 EXPECT_EQ(1, op->EffectInputCount()); in TEST_F()
247 EXPECT_EQ(0, op->EffectInputCount()); in TEST_F()
264 EXPECT_EQ(0, op->EffectInputCount()); in TEST_F()
290 EXPECT_EQ(0, op->EffectInputCount()); in TEST_F()
368 EXPECT_EQ(1, op->EffectInputCount()); in TEST_F()
377 EXPECT_EQ(1, op->EffectInputCount()); in TEST_F()
[all …]
Dsimplified-operator-unittest.cc96 EXPECT_EQ(0, op->EffectInputCount()); in TEST_P()
164 EXPECT_EQ(1, op->EffectInputCount()); in TEST_P()
185 EXPECT_EQ(1, op->EffectInputCount()); in TEST_P()
268 EXPECT_EQ(1, op->EffectInputCount()); in TEST_P()
289 EXPECT_EQ(1, op->EffectInputCount()); in TEST_P()
Djs-operator-unittest.cc85 EXPECT_EQ(sop.effect_input_count, op->EffectInputCount()); in TEST_P()
Dmachine-operator-unittest.cc76 EXPECT_EQ(1, op->EffectInputCount()); in TEST_P()
137 EXPECT_EQ(1, op->EffectInputCount()); in TEST_P()
Dtyper-unittest.cc74 for (int i = 0; i < op->EffectInputCount(); i++) { in TypeBinaryOp()
/external/v8/src/compiler/
Dnode-properties.cc40 return FirstEffectIndex(node) + node->op()->EffectInputCount(); in PastEffectIndex()
73 DCHECK(0 <= index && index < node->op()->EffectInputCount()); in GetEffectInput()
113 node->op()->EffectInputCount()); in IsEffectEdge()
169 DCHECK(index < node->op()->EffectInputCount()); in ReplaceEffectInput()
244 DCHECK_EQ(1, effect->op()->EffectInputCount()); in FindFrameStateBefore()
Dredundancy-elimination.cc155 int const input_count = node->op()->EffectInputCount(); in ReduceEffectPhi()
177 if (node->op()->EffectInputCount() == 1) { in ReduceOtherNode()
185 DCHECK_EQ(0, node->op()->EffectInputCount()); in ReduceOtherNode()
Dcheckpoint-elimination.cc24 effect->op()->EffectInputCount() == 1) { in IsRedundantCheckpoint()
Dgraph-replay.cc70 PrintF("%d", op->EffectInputCount()); in PrintReplayOpCreator()
Dload-elimination.cc91 effect->op()->EffectInputCount() != 1) { in ReduceLoadField()
Doperator-properties.cc117 GetFrameStateInputCount(op) + op->EffectInputCount() + in GetTotalInputCount()
Descape-analysis-reducer.cc92 if (exists_virtual_allocate_ && node->op()->EffectInputCount() > 0) { in Reduce()
215 DCHECK_GE(node->op()->EffectInputCount(), 1); in ReduceFrameStateUses()
Descape-analysis.cc485 ? at->op()->EffectInputCount() in MergeFrom()
811 if (use->op()->EffectInputCount() == 0 && in CheckUsesForEscape()
812 uses->op()->EffectInputCount() > 0 && in CheckUsesForEscape()
992 if (node->op()->EffectInputCount() == 0 || in IsDanglingEffectNode()
994 (node->op()->EffectInputCount() == 1 && in IsDanglingEffectNode()
1068 if (node->op()->EffectInputCount() > 0) { in Process()
1135 DCHECK_EQ(node->op()->EffectInputCount(), 1); in ForwardVirtualState()
1192 for (int i = 0; i < node->op()->EffectInputCount(); ++i) { in ProcessEffectPhi()
Dstore-store-elimination.cc165 DCHECK_EQ(node->op()->EffectInputCount(), 1); in PreviousEffectBeforeStoreField()
Doperator.h94 int EffectInputCount() const { return effect_in_; } in EffectInputCount() function
Dgraph-reducer.cc206 if (effect == nullptr && node->op()->EffectInputCount() > 0) { in ReplaceWithValue()
Djs-typed-lowering.cc115 DCHECK_EQ(0, op->EffectInputCount()); in ChangeToPureOperator()
121 if (node_->op()->EffectInputCount() > 0) { in ChangeToPureOperator()
146 DCHECK_EQ(1, op->EffectInputCount()); in ChangeToSpeculativeOperator()
154 DCHECK_EQ(1, node_->op()->EffectInputCount()); in ChangeToSpeculativeOperator()
635 if (comparison->EffectInputCount() > 0) { in ReduceJSComparison()
Deffect-control-linearizer.cc57 DCHECK_EQ(node->op()->EffectInputCount(), block->PredecessorCount()); in UpdateEffectPhi()
58 for (int i = 0; i < node->op()->EffectInputCount(); i++) { in UpdateEffectPhi()
358 if (node->op()->EffectInputCount() > 0) { in ProcessNode()
359 DCHECK_EQ(1, node->op()->EffectInputCount()); in ProcessNode()
Dgraph-visualizer.cc376 PrintInputs(&i, node->op()->EffectInputCount(), " Eff:"); in PrintInputs()
Dmemory-optimizer.cc74 DCHECK_LT(0, node->op()->EffectInputCount()); in VisitNode()
Dverifier.cc115 int effect_count = node->op()->EffectInputCount(); in Check()
1468 for (int i = 0; i < node->op()->EffectInputCount(); i++) { in VerifyNode()
Dbytecode-graph-builder.cc1601 bool has_effect = op->EffectInputCount() == 1; in MakeNode()
1604 DCHECK_LT(op->EffectInputCount(), 2); in MakeNode()
/external/v8/test/cctest/compiler/
Dgraph-builder-tester.h243 bool has_effect = op->EffectInputCount() == 1; in MakeNode()
246 CHECK_LT(op->EffectInputCount(), 2); in MakeNode()
Dtest-operator.cc276 CHECK_EQ(22, op.EffectInputCount()); in TEST()
Dtest-js-typed-lowering.cc132 if (op->EffectInputCount() > 0) { in Binop()
791 CHECK_LT(0, node->op()->EffectInputCount()); in CheckConverted()
793 CHECK_EQ(0, node->op()->EffectInputCount()); in CheckConverted()

12