jdk.graal.compiler.replacements.nodes.PluginFactory_ArrayCompareToNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
The GraalVM compiler and the Graal-truffle optimizer.
// 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.nodes.spi.Replacements;
import jdk.graal.compiler.options.ExcludeFromJacocoGeneratedReport;
import jdk.vm.ci.meta.JavaKind;
import jdk.vm.ci.meta.ResolvedJavaMethod;
// class: jdk.graal.compiler.replacements.nodes.ArrayCompareToNode
// method: compareTo(org.graalvm.word.Pointer,int,org.graalvm.word.Pointer,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_ArrayCompareToNode_compareTo__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];
jdk.graal.compiler.core.common.Stride arg4;
if (args[4].isConstant()) {
arg4 = snippetReflection/* A SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args[4].asJavaConstant());
assert arg4 != null;
} else {
if (b.shouldDeferPlugin(this)) {
b.replacePlugin(this, targetMethod, args, PluginReplacementNode_ArrayCompareToNode_compareTo__0.FUNCTION);
return true;
}
assert b.canDeferPlugin(this) : b.getClass().toString() + " " + args[4];
return false;
}
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_ArrayCompareToNode_compareTo__0.FUNCTION);
return true;
}
assert b.canDeferPlugin(this) : b.getClass().toString() + " " + args[5];
return false;
}
jdk.graal.compiler.replacements.nodes.ArrayCompareToNode node = new jdk.graal.compiler.replacements.nodes.ArrayCompareToNode(arg0, arg1, arg2, arg3, arg4, arg5);
b.addPush(JavaKind.Int, node);
return true;
}
@Override
public Class extends Annotation> getSource() {
return jdk.graal.compiler.graph.Node.NodeIntrinsic.class;
}
private final jdk.graal.compiler.api.replacements.SnippetReflectionProvider snippetReflection;
Plugin_ArrayCompareToNode_compareTo__0(GeneratedPluginInjectionProvider injection) {
super("compareTo", org.graalvm.word.Pointer.class, int.class, org.graalvm.word.Pointer.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.ArrayCompareToNode
// method: compareTo(org.graalvm.word.Pointer,int,org.graalvm.word.Pointer,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_ArrayCompareToNode_compareTo__0 implements PluginReplacementNode.ReplacementFunction {
static PluginReplacementNode.ReplacementFunction FUNCTION = new PluginReplacementNode_ArrayCompareToNode_compareTo__0();
@Override
public boolean replace(GraphBuilderContext b, Replacements 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);
jdk.graal.compiler.core.common.Stride arg4;
if (args.get(4).isConstant()) {
arg4 = injection.getInjectedArgument(jdk.graal.compiler.api.replacements.SnippetReflectionProvider.class)/* B SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args.get(4).asJavaConstant());
assert arg4 != null;
} else {
return false;
}
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.replacements.nodes.ArrayCompareToNode node = new jdk.graal.compiler.replacements.nodes.ArrayCompareToNode(arg0, arg1, arg2, arg3, arg4, arg5);
b.addPush(JavaKind.Int, node);
return true;
}
}
// class: jdk.graal.compiler.replacements.nodes.ArrayCompareToNode
// method: compareTo(org.graalvm.word.Pointer,int,org.graalvm.word.Pointer,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_ArrayCompareToNode_compareTo__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];
jdk.graal.compiler.core.common.Stride arg4;
if (args[4].isConstant()) {
arg4 = snippetReflection/* A SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args[4].asJavaConstant());
assert arg4 != null;
} else {
if (b.shouldDeferPlugin(this)) {
b.replacePlugin(this, targetMethod, args, PluginReplacementNode_ArrayCompareToNode_compareTo__1.FUNCTION);
return true;
}
assert b.canDeferPlugin(this) : b.getClass().toString() + " " + args[4];
return false;
}
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_ArrayCompareToNode_compareTo__1.FUNCTION);
return true;
}
assert b.canDeferPlugin(this) : b.getClass().toString() + " " + args[5];
return false;
}
@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_ArrayCompareToNode_compareTo__1.FUNCTION);
return true;
}
assert b.canDeferPlugin(this) : b.getClass().toString() + " " + args[6];
return false;
}
jdk.graal.compiler.replacements.nodes.ArrayCompareToNode node = new jdk.graal.compiler.replacements.nodes.ArrayCompareToNode(arg0, arg1, arg2, arg3, arg4, arg5, arg6);
b.addPush(JavaKind.Int, node);
return true;
}
@Override
public Class extends Annotation> getSource() {
return jdk.graal.compiler.graph.Node.NodeIntrinsic.class;
}
private final jdk.graal.compiler.api.replacements.SnippetReflectionProvider snippetReflection;
Plugin_ArrayCompareToNode_compareTo__1(GeneratedPluginInjectionProvider injection) {
super("compareTo", org.graalvm.word.Pointer.class, int.class, org.graalvm.word.Pointer.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.ArrayCompareToNode
// method: compareTo(org.graalvm.word.Pointer,int,org.graalvm.word.Pointer,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_ArrayCompareToNode_compareTo__1 implements PluginReplacementNode.ReplacementFunction {
static PluginReplacementNode.ReplacementFunction FUNCTION = new PluginReplacementNode_ArrayCompareToNode_compareTo__1();
@Override
public boolean replace(GraphBuilderContext b, Replacements 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);
jdk.graal.compiler.core.common.Stride arg4;
if (args.get(4).isConstant()) {
arg4 = injection.getInjectedArgument(jdk.graal.compiler.api.replacements.SnippetReflectionProvider.class)/* B SNIPPET_REFLECTION */.asObject(jdk.graal.compiler.core.common.Stride.class, args.get(4).asJavaConstant());
assert arg4 != null;
} else {
return false;
}
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;
}
@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.ArrayCompareToNode node = new jdk.graal.compiler.replacements.nodes.ArrayCompareToNode(arg0, arg1, arg2, arg3, arg4, arg5, arg6);
b.addPush(JavaKind.Int, node);
return true;
}
}
public class PluginFactory_ArrayCompareToNode implements GeneratedPluginFactory {
@Override
public void registerPlugins(InvocationPlugins plugins, GeneratedPluginInjectionProvider injection) {
plugins.register(jdk.graal.compiler.replacements.nodes.ArrayCompareToNode.class, new Plugin_ArrayCompareToNode_compareTo__0(injection));
plugins.register(jdk.graal.compiler.replacements.nodes.ArrayCompareToNode.class, new Plugin_ArrayCompareToNode_compareTo__1(injection));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy