Lines Matching refs:input
44 Node* input = projection->InputAt(0);
45 switch (input->opcode()) {
64 auto call_descriptor = CallDescriptorOf(input->op());
740 Node const* input = node->InputAt(index);
742 inferrer_->GetRepresentation(input);
746 << " uses node #" << input->id() << ":" << *input->op() << ":"
755 Node const* input = node->InputAt(index);
756 switch (inferrer_->GetRepresentation(input)) {
766 << " uses node #" << input->id() << ":" << *input->op()
773 Node const* input = node->InputAt(index);
774 switch (inferrer_->GetRepresentation(input)) {
786 << " uses node #" << input->id() << ":" << *input->op()
793 Node const* input = node->InputAt(index);
794 switch (inferrer_->GetRepresentation(input)) {
812 << " uses node #" << input->id() << ":" << *input->op()
819 Node const* input = node->InputAt(index);
820 switch (inferrer_->GetRepresentation(input)) {
841 if (inferrer_->GetRepresentation(input) !=
845 << " uses node #" << input->id() << ":" << *input->op()
853 Node const* input = node->InputAt(index);
854 switch (inferrer_->GetRepresentation(input)) {
862 str << "TypeError: node #" << input->id() << ":" << *input->op()
872 << " uses node #" << input->id() << ":" << *input->op()
879 Node const* input = node->InputAt(index);
880 switch (inferrer_->GetRepresentation(input)) {
894 << " uses node #" << input->id() << ":" << *input->op()
902 Node const* input = node->InputAt(index);
904 inferrer_->GetRepresentation(input);
910 str << "TypeError: node #" << input->id() << ":" << *input->op()
921 << " uses node #" << input->id() << ":" << *input->op() << ":"
929 Node const* input = node->InputAt(index);
931 inferrer_->GetRepresentation(input)) {
936 << " uses node #" << input->id() << ":" << *input->op()
943 Node const* input = node->InputAt(index);
945 inferrer_->GetRepresentation(input)) {
950 << " uses node #" << input->id() << ":" << *input->op()
961 Node const* input = node->InputAt(static_cast<int>(i));
963 inferrer_->GetRepresentation(input);
974 str << " * input " << i << " (" << input->id() << ":" << *input->op()