Lines Matching refs:InputAt

149       return ReduceProjection(ProjectionIndexOf(node->op()), node->InputAt(0));  in Reduce()
339 if (m.right().InputAt(0)->opcode() == IrOpcode::kFloat32Sub) { in Reduce()
340 Float32BinopMatcher mright0(m.right().InputAt(0)); in Reduce()
382 if (m.right().InputAt(0)->opcode() == IrOpcode::kFloat64Sub) { in Reduce()
383 Float64BinopMatcher mright0(m.right().InputAt(0)); in Reduce()
469 Float64Matcher m(node->InputAt(0)); in Reduce()
474 Float64Matcher m(node->InputAt(0)); in Reduce()
479 Float64Matcher m(node->InputAt(0)); in Reduce()
484 Float64Matcher m(node->InputAt(0)); in Reduce()
489 Float64Matcher m(node->InputAt(0)); in Reduce()
494 Float64Matcher m(node->InputAt(0)); in Reduce()
513 Float64Matcher m(node->InputAt(0)); in Reduce()
518 Float64Matcher m(node->InputAt(0)); in Reduce()
523 Float64Matcher m(node->InputAt(0)); in Reduce()
528 Float64Matcher m(node->InputAt(0)); in Reduce()
533 Float64Matcher m(node->InputAt(0)); in Reduce()
538 Float64Matcher m(node->InputAt(0)); in Reduce()
543 Float64Matcher m(node->InputAt(0)); in Reduce()
548 Float64Matcher m(node->InputAt(0)); in Reduce()
553 Float64Matcher m(node->InputAt(0)); in Reduce()
585 Float64Matcher m(node->InputAt(0)); in Reduce()
590 Float64Matcher m(node->InputAt(0)); in Reduce()
595 Float64Matcher m(node->InputAt(0)); in Reduce()
600 Float64Matcher m(node->InputAt(0)); in Reduce()
605 Float32Matcher m(node->InputAt(0)); in Reduce()
616 Float64Matcher m(node->InputAt(0)); in Reduce()
618 if (m.IsChangeInt32ToFloat64()) return Replace(m.node()->InputAt(0)); in Reduce()
622 Float64Matcher m(node->InputAt(0)); in Reduce()
624 if (m.IsChangeUint32ToFloat64()) return Replace(m.node()->InputAt(0)); in Reduce()
628 Int32Matcher m(node->InputAt(0)); in Reduce()
633 Int32Matcher m(node->InputAt(0)); in Reduce()
638 Uint32Matcher m(node->InputAt(0)); in Reduce()
643 Uint32Matcher m(node->InputAt(0)); in Reduce()
648 Float64Matcher m(node->InputAt(0)); in Reduce()
650 if (m.IsChangeInt32ToFloat64()) return Replace(m.node()->InputAt(0)); in Reduce()
654 Int64Matcher m(node->InputAt(0)); in Reduce()
656 if (m.IsChangeInt32ToInt64()) return Replace(m.node()->InputAt(0)); in Reduce()
660 Float64Matcher m(node->InputAt(0)); in Reduce()
669 return Replace(m.node()->InputAt(0)); in Reduce()
673 Float64Matcher m(node->InputAt(0)); in Reduce()
677 if (m.IsChangeInt32ToFloat64()) return Replace(m.node()->InputAt(0)); in Reduce()
879 DCHECK_EQ(dividend, node->InputAt(0)); in ReduceInt32Mod()
909 DCHECK_EQ(dividend, node->InputAt(0)); in ReduceUint32Mod()
933 Node* const value = node->InputAt(value_input); in ReduceStore()
1338 Float64Matcher mlhs(node->InputAt(0)); in ReduceFloat64InsertLowWord32()
1339 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertLowWord32()
1351 Float64Matcher mlhs(node->InputAt(0)); in ReduceFloat64InsertHighWord32()
1352 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertHighWord32()
1408 : m.left().InputAt(0)); in ReduceFloat64Compare()
1412 : m.right().InputAt(0)); in ReduceFloat64Compare()
1420 Float64Matcher m(node->InputAt(0)); in ReduceFloat64RoundDown()