All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdk.graal.compiler.replacements.nodes.PluginFactory_ArrayRegionCompareToNode Maven / Gradle / Ivy

There is a newer version: 24.1.1
Show newest version
// CheckStyle: stop header check
// CheckStyle: stop line length check
// GENERATED CONTENT - DO NOT EDIT
// GENERATORS: jdk.graal.compiler.replacements.processor.ReplacementsAnnotationProcessor, jdk.graal.compiler.replacements.processor.PluginGenerator
package jdk.graal.compiler.replacements.nodes;


import java.lang.annotation.Annotation;
import jdk.graal.compiler.core.common.type.Stamp;
import jdk.graal.compiler.graph.NodeInputList;
import jdk.graal.compiler.nodes.PluginReplacementNode;
import jdk.graal.compiler.nodes.ValueNode;
import jdk.graal.compiler.nodes.graphbuilderconf.GeneratedNodeIntrinsicInvocationPlugin;
import jdk.graal.compiler.nodes.graphbuilderconf.GeneratedPluginFactory;
import jdk.graal.compiler.nodes.graphbuilderconf.GeneratedPluginInjectionProvider;
import jdk.graal.compiler.nodes.graphbuilderconf.GraphBuilderContext;
import jdk.graal.compiler.nodes.graphbuilderconf.InvocationPlugin;
import jdk.graal.compiler.nodes.graphbuilderconf.InvocationPlugins;
import jdk.graal.compiler.options.ExcludeFromJacocoGeneratedReport;
import jdk.vm.ci.meta.JavaKind;
import jdk.vm.ci.meta.ResolvedJavaMethod;

//        class: jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode
//       method: compare(java.lang.Object,long,java.lang.Object,long,int,jdk.graal.compiler.core.common.Stride,jdk.graal.compiler.core.common.Stride)
// generated-by: jdk.graal.compiler.replacements.processor.GeneratedNodeIntrinsicPlugin$ConstructorPlugin
final class Plugin_ArrayRegionCompareToNode_compare__0 extends GeneratedNodeIntrinsicInvocationPlugin {

    @Override
    public boolean execute(GraphBuilderContext b, ResolvedJavaMethod targetMethod, InvocationPlugin.Receiver receiver, ValueNode[] args) {
        if (!b.isPluginEnabled(this)) {
            return false;
        }
        ValueNode arg0 = args[0];
        ValueNode arg1 = args[1];
        ValueNode arg2 = args[2];
        ValueNode arg3 = args[3];
        ValueNode arg4 = args[4];
        jdk.graal.compiler.core.common.Stride arg5;
        if (args[5].isConstant()) {
            arg5 = snippetReflection/* A SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args[5].asJavaConstant());
            assert arg5 != null;
        } else {
            if (b.shouldDeferPlugin(this)) {
                b.replacePlugin(this, targetMethod, args, PluginReplacementNode_ArrayRegionCompareToNode_compare__0.FUNCTION);
                return true;
            }
            assert b.canDeferPlugin(this) : b.getClass().toString() + " " + args[5];
            return false;
        }
        jdk.graal.compiler.core.common.Stride arg6;
        if (args[6].isConstant()) {
            arg6 = snippetReflection/* A SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args[6].asJavaConstant());
            assert arg6 != null;
        } else {
            if (b.shouldDeferPlugin(this)) {
                b.replacePlugin(this, targetMethod, args, PluginReplacementNode_ArrayRegionCompareToNode_compare__0.FUNCTION);
                return true;
            }
            assert b.canDeferPlugin(this) : b.getClass().toString() + " " + args[6];
            return false;
        }
        jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode node = new jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode(arg0, arg1, arg2, arg3, arg4, arg5, arg6);
        b.addPush(JavaKind.Int, node);
        return true;
    }
    @Override
    public Class getSource() {
        return jdk.graal.compiler.graph.Node.NodeIntrinsic.class;
    }

    private final jdk.graal.compiler.api.replacements.SnippetReflectionProvider snippetReflection;

    Plugin_ArrayRegionCompareToNode_compare__0(GeneratedPluginInjectionProvider injection) {
        super("compare", java.lang.Object.class, long.class, java.lang.Object.class, long.class, int.class, jdk.graal.compiler.core.common.Stride.class, jdk.graal.compiler.core.common.Stride.class);
        this.snippetReflection = injection.getInjectedArgument(jdk.graal.compiler.api.replacements.SnippetReflectionProvider.class);
    }
}
//        class: jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode
//       method: compare(java.lang.Object,long,java.lang.Object,long,int,jdk.graal.compiler.core.common.Stride,jdk.graal.compiler.core.common.Stride)
// generated-by: jdk.graal.compiler.replacements.processor.GeneratedNodeIntrinsicPlugin$ConstructorPlugin
@ExcludeFromJacocoGeneratedReport("deferred plugin support that is only called in libgraal")
final class PluginReplacementNode_ArrayRegionCompareToNode_compare__0 implements PluginReplacementNode.ReplacementFunction {
    static PluginReplacementNode.ReplacementFunction FUNCTION = new PluginReplacementNode_ArrayRegionCompareToNode_compare__0();

    @Override
    public boolean replace(GraphBuilderContext b, GeneratedPluginInjectionProvider injection, Stamp stamp, NodeInputList args) {
        ValueNode arg0 = args.get(0);
        ValueNode arg1 = args.get(1);
        ValueNode arg2 = args.get(2);
        ValueNode arg3 = args.get(3);
        ValueNode arg4 = args.get(4);
        jdk.graal.compiler.core.common.Stride arg5;
        if (args.get(5).isConstant()) {
            arg5 = injection.getInjectedArgument(jdk.graal.compiler.api.replacements.SnippetReflectionProvider.class)/* B SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args.get(5).asJavaConstant());
            assert arg5 != null;
        } else {
            return false;
        }
        jdk.graal.compiler.core.common.Stride arg6;
        if (args.get(6).isConstant()) {
            arg6 = injection.getInjectedArgument(jdk.graal.compiler.api.replacements.SnippetReflectionProvider.class)/* B SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args.get(6).asJavaConstant());
            assert arg6 != null;
        } else {
            return false;
        }
        jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode node = new jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode(arg0, arg1, arg2, arg3, arg4, arg5, arg6);
        b.addPush(JavaKind.Int, node);
        return true;
    }
}

//        class: jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode
//       method: compare(java.lang.Object,long,java.lang.Object,long,int,jdk.graal.compiler.core.common.Stride,jdk.graal.compiler.core.common.Stride,java.util.EnumSet)
// generated-by: jdk.graal.compiler.replacements.processor.GeneratedNodeIntrinsicPlugin$ConstructorPlugin
final class Plugin_ArrayRegionCompareToNode_compare__1 extends GeneratedNodeIntrinsicInvocationPlugin {

    @Override
    public boolean execute(GraphBuilderContext b, ResolvedJavaMethod targetMethod, InvocationPlugin.Receiver receiver, ValueNode[] args) {
        if (!b.isPluginEnabled(this)) {
            return false;
        }
        ValueNode arg0 = args[0];
        ValueNode arg1 = args[1];
        ValueNode arg2 = args[2];
        ValueNode arg3 = args[3];
        ValueNode arg4 = args[4];
        jdk.graal.compiler.core.common.Stride arg5;
        if (args[5].isConstant()) {
            arg5 = snippetReflection/* A SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args[5].asJavaConstant());
            assert arg5 != null;
        } else {
            if (b.shouldDeferPlugin(this)) {
                b.replacePlugin(this, targetMethod, args, PluginReplacementNode_ArrayRegionCompareToNode_compare__1.FUNCTION);
                return true;
            }
            assert b.canDeferPlugin(this) : b.getClass().toString() + " " + args[5];
            return false;
        }
        jdk.graal.compiler.core.common.Stride arg6;
        if (args[6].isConstant()) {
            arg6 = snippetReflection/* A SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args[6].asJavaConstant());
            assert arg6 != null;
        } else {
            if (b.shouldDeferPlugin(this)) {
                b.replacePlugin(this, targetMethod, args, PluginReplacementNode_ArrayRegionCompareToNode_compare__1.FUNCTION);
                return true;
            }
            assert b.canDeferPlugin(this) : b.getClass().toString() + " " + args[6];
            return false;
        }
        @SuppressWarnings({"rawtypes"})
        java.util.EnumSet arg7;
        if (args[7].isConstant()) {
            arg7 = snippetReflection/* A SNIPPET_REFLECTION */.asObject(java.util.EnumSet.class, args[7].asJavaConstant());
            assert arg7 != null;
        } else {
            if (b.shouldDeferPlugin(this)) {
                b.replacePlugin(this, targetMethod, args, PluginReplacementNode_ArrayRegionCompareToNode_compare__1.FUNCTION);
                return true;
            }
            assert b.canDeferPlugin(this) : b.getClass().toString() + " " + args[7];
            return false;
        }
        jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode node = new jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
        b.addPush(JavaKind.Int, node);
        return true;
    }
    @Override
    public Class getSource() {
        return jdk.graal.compiler.graph.Node.NodeIntrinsic.class;
    }

    private final jdk.graal.compiler.api.replacements.SnippetReflectionProvider snippetReflection;

    Plugin_ArrayRegionCompareToNode_compare__1(GeneratedPluginInjectionProvider injection) {
        super("compare", java.lang.Object.class, long.class, java.lang.Object.class, long.class, int.class, jdk.graal.compiler.core.common.Stride.class, jdk.graal.compiler.core.common.Stride.class, java.util.EnumSet.class);
        this.snippetReflection = injection.getInjectedArgument(jdk.graal.compiler.api.replacements.SnippetReflectionProvider.class);
    }
}
//        class: jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode
//       method: compare(java.lang.Object,long,java.lang.Object,long,int,jdk.graal.compiler.core.common.Stride,jdk.graal.compiler.core.common.Stride,java.util.EnumSet)
// generated-by: jdk.graal.compiler.replacements.processor.GeneratedNodeIntrinsicPlugin$ConstructorPlugin
@ExcludeFromJacocoGeneratedReport("deferred plugin support that is only called in libgraal")
final class PluginReplacementNode_ArrayRegionCompareToNode_compare__1 implements PluginReplacementNode.ReplacementFunction {
    static PluginReplacementNode.ReplacementFunction FUNCTION = new PluginReplacementNode_ArrayRegionCompareToNode_compare__1();

    @Override
    public boolean replace(GraphBuilderContext b, GeneratedPluginInjectionProvider injection, Stamp stamp, NodeInputList args) {
        ValueNode arg0 = args.get(0);
        ValueNode arg1 = args.get(1);
        ValueNode arg2 = args.get(2);
        ValueNode arg3 = args.get(3);
        ValueNode arg4 = args.get(4);
        jdk.graal.compiler.core.common.Stride arg5;
        if (args.get(5).isConstant()) {
            arg5 = injection.getInjectedArgument(jdk.graal.compiler.api.replacements.SnippetReflectionProvider.class)/* B SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args.get(5).asJavaConstant());
            assert arg5 != null;
        } else {
            return false;
        }
        jdk.graal.compiler.core.common.Stride arg6;
        if (args.get(6).isConstant()) {
            arg6 = injection.getInjectedArgument(jdk.graal.compiler.api.replacements.SnippetReflectionProvider.class)/* B SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args.get(6).asJavaConstant());
            assert arg6 != null;
        } else {
            return false;
        }
        @SuppressWarnings({"rawtypes"})
        java.util.EnumSet arg7;
        if (args.get(7).isConstant()) {
            arg7 = injection.getInjectedArgument(jdk.graal.compiler.api.replacements.SnippetReflectionProvider.class)/* B SNIPPET_REFLECTION */.asObject(java.util.EnumSet.class, args.get(7).asJavaConstant());
            assert arg7 != null;
        } else {
            return false;
        }
        jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode node = new jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
        b.addPush(JavaKind.Int, node);
        return true;
    }
}

//        class: jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode
//       method: compare(java.lang.Object,long,java.lang.Object,long,int,int)
// generated-by: jdk.graal.compiler.replacements.processor.GeneratedNodeIntrinsicPlugin$ConstructorPlugin
final class Plugin_ArrayRegionCompareToNode_compare__2 extends GeneratedNodeIntrinsicInvocationPlugin {

    @Override
    public boolean execute(GraphBuilderContext b, ResolvedJavaMethod targetMethod, InvocationPlugin.Receiver receiver, ValueNode[] args) {
        if (!b.isPluginEnabled(this)) {
            return false;
        }
        ValueNode arg0 = args[0];
        ValueNode arg1 = args[1];
        ValueNode arg2 = args[2];
        ValueNode arg3 = args[3];
        ValueNode arg4 = args[4];
        ValueNode arg5 = args[5];
        jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode node = new jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode(arg0, arg1, arg2, arg3, arg4, arg5);
        b.addPush(JavaKind.Int, node);
        return true;
    }
    @Override
    public Class getSource() {
        return jdk.graal.compiler.graph.Node.NodeIntrinsic.class;
    }

    Plugin_ArrayRegionCompareToNode_compare__2() {
        super("compare", java.lang.Object.class, long.class, java.lang.Object.class, long.class, int.class, int.class);
    }
}

//        class: jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode
//       method: compare(java.lang.Object,long,java.lang.Object,long,int,int,java.util.EnumSet)
// generated-by: jdk.graal.compiler.replacements.processor.GeneratedNodeIntrinsicPlugin$ConstructorPlugin
final class Plugin_ArrayRegionCompareToNode_compare__3 extends GeneratedNodeIntrinsicInvocationPlugin {

    @Override
    public boolean execute(GraphBuilderContext b, ResolvedJavaMethod targetMethod, InvocationPlugin.Receiver receiver, ValueNode[] args) {
        if (!b.isPluginEnabled(this)) {
            return false;
        }
        ValueNode arg0 = args[0];
        ValueNode arg1 = args[1];
        ValueNode arg2 = args[2];
        ValueNode arg3 = args[3];
        ValueNode arg4 = args[4];
        ValueNode arg5 = args[5];
        @SuppressWarnings({"rawtypes"})
        java.util.EnumSet arg6;
        if (args[6].isConstant()) {
            arg6 = snippetReflection/* A SNIPPET_REFLECTION */.asObject(java.util.EnumSet.class, args[6].asJavaConstant());
            assert arg6 != null;
        } else {
            if (b.shouldDeferPlugin(this)) {
                b.replacePlugin(this, targetMethod, args, PluginReplacementNode_ArrayRegionCompareToNode_compare__3.FUNCTION);
                return true;
            }
            assert b.canDeferPlugin(this) : b.getClass().toString() + " " + args[6];
            return false;
        }
        jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode node = new jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode(arg0, arg1, arg2, arg3, arg4, arg5, arg6);
        b.addPush(JavaKind.Int, node);
        return true;
    }
    @Override
    public Class getSource() {
        return jdk.graal.compiler.graph.Node.NodeIntrinsic.class;
    }

    private final jdk.graal.compiler.api.replacements.SnippetReflectionProvider snippetReflection;

    Plugin_ArrayRegionCompareToNode_compare__3(GeneratedPluginInjectionProvider injection) {
        super("compare", java.lang.Object.class, long.class, java.lang.Object.class, long.class, int.class, int.class, java.util.EnumSet.class);
        this.snippetReflection = injection.getInjectedArgument(jdk.graal.compiler.api.replacements.SnippetReflectionProvider.class);
    }
}
//        class: jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode
//       method: compare(java.lang.Object,long,java.lang.Object,long,int,int,java.util.EnumSet)
// generated-by: jdk.graal.compiler.replacements.processor.GeneratedNodeIntrinsicPlugin$ConstructorPlugin
@ExcludeFromJacocoGeneratedReport("deferred plugin support that is only called in libgraal")
final class PluginReplacementNode_ArrayRegionCompareToNode_compare__3 implements PluginReplacementNode.ReplacementFunction {
    static PluginReplacementNode.ReplacementFunction FUNCTION = new PluginReplacementNode_ArrayRegionCompareToNode_compare__3();

    @Override
    public boolean replace(GraphBuilderContext b, GeneratedPluginInjectionProvider injection, Stamp stamp, NodeInputList args) {
        ValueNode arg0 = args.get(0);
        ValueNode arg1 = args.get(1);
        ValueNode arg2 = args.get(2);
        ValueNode arg3 = args.get(3);
        ValueNode arg4 = args.get(4);
        ValueNode arg5 = args.get(5);
        @SuppressWarnings({"rawtypes"})
        java.util.EnumSet arg6;
        if (args.get(6).isConstant()) {
            arg6 = injection.getInjectedArgument(jdk.graal.compiler.api.replacements.SnippetReflectionProvider.class)/* B SNIPPET_REFLECTION */.asObject(java.util.EnumSet.class, args.get(6).asJavaConstant());
            assert arg6 != null;
        } else {
            return false;
        }
        jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode node = new jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode(arg0, arg1, arg2, arg3, arg4, arg5, arg6);
        b.addPush(JavaKind.Int, node);
        return true;
    }
}

public class PluginFactory_ArrayRegionCompareToNode implements GeneratedPluginFactory {
    @Override
    public void registerPlugins(InvocationPlugins plugins, GeneratedPluginInjectionProvider injection) {
        plugins.register(jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode.class, new Plugin_ArrayRegionCompareToNode_compare__0(injection));
        plugins.register(jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode.class, new Plugin_ArrayRegionCompareToNode_compare__1(injection));
        plugins.register(jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode.class, new Plugin_ArrayRegionCompareToNode_compare__2());
        plugins.register(jdk.graal.compiler.replacements.nodes.ArrayRegionCompareToNode.class, new Plugin_ArrayRegionCompareToNode_compare__3(injection));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy