Home | History | Annotate | Download | only in compiler

Lines Matching full:output_info

499   void SetOutput(Node* node, NodeOutputInfo output_info) {
503 Type* output_type = output_info.type();
506 output_info.type(), jsgraph_->zone());
511 output_info.representation()));
513 output_info.representation() != info->representation()) {
517 NodeOutputInfo(output_info.representation(), output_type));
1175 NodeOutputInfo output_info;
1180 output_info = NodeOutputInfo(access.machine_type().representation(),
1188 output_info =
1192 output_info = NodeOutputInfo::Float64();
1198 output_info = NodeOutputInfo::AnyTagged();
1200 SetOutput(node, output_info);
1202 lowering->DoLoadBuffer(node, output_info.representation(), changer_);