Home
last modified time | relevance | path

Searched refs:lirGen (Results 1 – 25 of 125) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/phases/
H A DPreAllocationOptimizationPhase.java32 public final LIRGeneratorTool lirGen; field in PreAllocationOptimizationPhase.PreAllocationOptimizationContext
34 public PreAllocationOptimizationContext(LIRGeneratorTool lirGen) { in PreAllocationOptimizationContext() argument
35 this.lirGen = lirGen; in PreAllocationOptimizationContext()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/phases/
H A DPreAllocationOptimizationPhase.java32 public final LIRGeneratorTool lirGen; field in PreAllocationOptimizationPhase.PreAllocationOptimizationContext
34 public PreAllocationOptimizationContext(LIRGeneratorTool lirGen) { in PreAllocationOptimizationContext() argument
35 this.lirGen = lirGen; in PreAllocationOptimizationContext()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/phases/
H A DPreAllocationOptimizationPhase.java32 public final LIRGeneratorTool lirGen; field in PreAllocationOptimizationPhase.PreAllocationOptimizationContext
34 public PreAllocationOptimizationContext(LIRGeneratorTool lirGen) { in PreAllocationOptimizationContext() argument
35 this.lirGen = lirGen; in PreAllocationOptimizationContext()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/phases/
H A DPreAllocationOptimizationPhase.java32 public final LIRGeneratorTool lirGen; field in PreAllocationOptimizationPhase.PreAllocationOptimizationContext
34 public PreAllocationOptimizationContext(LIRGeneratorTool lirGen) { in PreAllocationOptimizationContext() argument
35 this.lirGen = lirGen; in PreAllocationOptimizationContext()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/phases/
H A DPreAllocationOptimizationPhase.java32 public final LIRGeneratorTool lirGen; field in PreAllocationOptimizationPhase.PreAllocationOptimizationContext
34 public PreAllocationOptimizationContext(LIRGeneratorTool lirGen) { in PreAllocationOptimizationContext() argument
35 this.lirGen = lirGen; in PreAllocationOptimizationContext()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/phases/
H A DPreAllocationOptimizationPhase.java32 public final LIRGeneratorTool lirGen; field in PreAllocationOptimizationPhase.PreAllocationOptimizationContext
34 public PreAllocationOptimizationContext(LIRGeneratorTool lirGen) { in PreAllocationOptimizationContext() argument
35 this.lirGen = lirGen; in PreAllocationOptimizationContext()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/phases/
H A DPreAllocationOptimizationPhase.java32 public final LIRGeneratorTool lirGen; field in PreAllocationOptimizationPhase.PreAllocationOptimizationContext
34 public PreAllocationOptimizationContext(LIRGeneratorTool lirGen) { in PreAllocationOptimizationContext() argument
35 this.lirGen = lirGen; in PreAllocationOptimizationContext()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A DLIRCompilerBackend.java82 LIRGenerationResult lirGen = null; in emitBackEnd() local
83 lirGen = emitLIR(backend, graph, stub, registerConfig, lirSuites); in emitBackEnd()
84 try (DebugContext.Scope s2 = debug.scope("CodeGen", lirGen, lirGen.getLIR())) { in emitBackEnd() argument
94 lirGen, in emitBackEnd()
145 LIRGeneratorTool lirGen = lirBackend.newLIRGenerator(lirGenRes); in emitLIR0() local
146 NodeLIRBuilderTool nodeLirGen = lirBackend.newNodeLIRBuilder(graph, lirGen); in emitLIR0()
149 … LIRGenerationContext context = new LIRGenerationContext(lirGen, nodeLirGen, graph, schedule); in emitLIR0()
167 …argetDescription target, LIRGenerationResult lirGenRes, LIRGeneratorTool lirGen, LIRSuites lirSuit… in emitLowLevel() argument
170 …PreAllocationOptimizationContext preAllocOptContext = new PreAllocationOptimizationContext(lirGen); in emitLowLevel()
174 …AllocationContext allocContext = new AllocationContext(lirGen.getSpillMoveFactory(), registerAlloc… in emitLowLevel()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A DLIRCompilerBackend.java83 LIRGenerationResult lirGen = null; in emitBackEnd() local
84 lirGen = emitLIR(backend, graph, stub, registerConfig, lirSuites); in emitBackEnd()
85 try (DebugContext.Scope s2 = debug.scope("CodeGen", lirGen, lirGen.getLIR())) { in emitBackEnd() argument
95 lirGen, in emitBackEnd()
151 LIRGeneratorTool lirGen = lirBackend.newLIRGenerator(lirGenRes); in emitLIR0() local
152 NodeLIRBuilderTool nodeLirGen = lirBackend.newNodeLIRBuilder(graph, lirGen); in emitLIR0()
155 … LIRGenerationContext context = new LIRGenerationContext(lirGen, nodeLirGen, graph, schedule); in emitLIR0()
161 …LIRGenerationResult result = emitLowLevel(backend.getTarget(), lirGenRes, lirGen, lirSuites, regis… in emitLIR0()
176 …PreAllocationOptimizationContext preAllocOptContext = new PreAllocationOptimizationContext(lirGen); in emitLowLevel()
180 …AllocationContext allocContext = new AllocationContext(lirGen.getSpillMoveFactory(), registerAlloc… in emitLowLevel()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A DLIRCompilerBackend.java83 LIRGenerationResult lirGen = null; in emitBackEnd() local
84 lirGen = emitLIR(backend, graph, stub, registerConfig, lirSuites); in emitBackEnd()
85 try (DebugContext.Scope s2 = debug.scope("CodeGen", lirGen, lirGen.getLIR())) { in emitBackEnd() argument
95 lirGen, in emitBackEnd()
151 LIRGeneratorTool lirGen = lirBackend.newLIRGenerator(lirGenRes); in emitLIR0() local
152 NodeLIRBuilderTool nodeLirGen = lirBackend.newNodeLIRBuilder(graph, lirGen); in emitLIR0()
155 … LIRGenerationContext context = new LIRGenerationContext(lirGen, nodeLirGen, graph, schedule); in emitLIR0()
161 …LIRGenerationResult result = emitLowLevel(backend.getTarget(), lirGenRes, lirGen, lirSuites, regis… in emitLIR0()
176 …PreAllocationOptimizationContext preAllocOptContext = new PreAllocationOptimizationContext(lirGen); in emitLowLevel()
180 …AllocationContext allocContext = new AllocationContext(lirGen.getSpillMoveFactory(), registerAlloc… in emitLowLevel()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A DLIRCompilerBackend.java82 LIRGenerationResult lirGen = null; in emitBackEnd() local
83 lirGen = emitLIR(backend, graph, stub, registerConfig, lirSuites); in emitBackEnd()
84 try (DebugContext.Scope s2 = debug.scope("CodeGen", lirGen, lirGen.getLIR())) { in emitBackEnd() argument
94 lirGen, in emitBackEnd()
150 LIRGeneratorTool lirGen = lirBackend.newLIRGenerator(lirGenRes); in emitLIR0() local
151 NodeLIRBuilderTool nodeLirGen = lirBackend.newNodeLIRBuilder(graph, lirGen); in emitLIR0()
154 … LIRGenerationContext context = new LIRGenerationContext(lirGen, nodeLirGen, graph, schedule); in emitLIR0()
160 …LIRGenerationResult result = emitLowLevel(backend.getTarget(), lirGenRes, lirGen, lirSuites, regis… in emitLIR0()
175 …PreAllocationOptimizationContext preAllocOptContext = new PreAllocationOptimizationContext(lirGen); in emitLowLevel()
179 …AllocationContext allocContext = new AllocationContext(lirGen.getSpillMoveFactory(), registerAlloc… in emitLowLevel()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/
H A DLIRGenerationPhase.java50 private final LIRGeneratorTool lirGen; field in LIRGenerationPhase.LIRGenerationContext
54 …public LIRGenerationContext(LIRGeneratorTool lirGen, NodeLIRBuilderTool nodeLirBuilder, Structured… in LIRGenerationContext() argument
56 this.lirGen = lirGen; in LIRGenerationContext()
73 context.lirGen.beforeRegisterAllocation(); in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/
H A DLIRGenerationPhase.java50 private final LIRGeneratorTool lirGen; field in LIRGenerationPhase.LIRGenerationContext
54 …public LIRGenerationContext(LIRGeneratorTool lirGen, NodeLIRBuilderTool nodeLirBuilder, Structured… in LIRGenerationContext() argument
56 this.lirGen = lirGen; in LIRGenerationContext()
73 context.lirGen.beforeRegisterAllocation(); in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/
H A DLIRGenerationPhase.java50 private final LIRGeneratorTool lirGen; field in LIRGenerationPhase.LIRGenerationContext
54 …public LIRGenerationContext(LIRGeneratorTool lirGen, NodeLIRBuilderTool nodeLirBuilder, Structured… in LIRGenerationContext() argument
56 this.lirGen = lirGen; in LIRGenerationContext()
73 context.lirGen.beforeRegisterAllocation(); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DDimensionsNode.java61 LIRGeneratorTool lirGen = gen.getLIRGeneratorTool(); in generate() local
63 int wordSize = lirGen.target().wordSize; in generate()
65 VirtualStackSlot array = lirGen.allocateStackSlots(slots); in generate()
66 Value result = lirGen.emitAddress(array); in generate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DDimensionsNode.java61 LIRGeneratorTool lirGen = gen.getLIRGeneratorTool(); in generate() local
63 int wordSize = lirGen.target().wordSize; in generate()
65 VirtualStackSlot array = lirGen.allocateStackSlots(slots); in generate()
66 Value result = lirGen.emitAddress(array); in generate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DDimensionsNode.java61 LIRGeneratorTool lirGen = gen.getLIRGeneratorTool(); in generate() local
63 int wordSize = lirGen.target().wordSize; in generate()
65 VirtualStackSlot array = lirGen.allocateStackSlots(slots); in generate()
66 Value result = lirGen.emitAddress(array); in generate()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DDimensionsNode.java63 LIRGeneratorTool lirGen = gen.getLIRGeneratorTool(); in generate() local
65 int wordSize = lirGen.target().wordSize; in generate()
67 …VirtualStackSlot array = lirGen.getResult().getFrameMapBuilder().allocateStackSlots(slots, new Bit… in generate()
68 Value result = lirGen.emitAddress(array); in generate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DDimensionsNode.java63 LIRGeneratorTool lirGen = gen.getLIRGeneratorTool(); in generate() local
65 int wordSize = lirGen.target().wordSize; in generate()
67 VirtualStackSlot array = lirGen.allocateStackSlots(slots, new BitSet(0), null); in generate()
68 Value result = lirGen.emitAddress(array); in generate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DDimensionsNode.java63 LIRGeneratorTool lirGen = gen.getLIRGeneratorTool(); in generate() local
65 int wordSize = lirGen.target().wordSize; in generate()
67 …VirtualStackSlot array = lirGen.getResult().getFrameMapBuilder().allocateStackSlots(slots, new Bit… in generate()
68 Value result = lirGen.emitAddress(array); in generate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DDimensionsNode.java63 LIRGeneratorTool lirGen = gen.getLIRGeneratorTool(); in generate() local
65 int wordSize = lirGen.target().wordSize; in generate()
67 …VirtualStackSlot array = lirGen.getResult().getFrameMapBuilder().allocateStackSlots(slots, new Bit… in generate()
68 Value result = lirGen.emitAddress(array); in generate()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/debug/
H A DLIRGenerationDebugContext.java45 LIRGenerationDebugContext lirGen = debug.contextLookup(LIRGenerationDebugContext.class); in getFromDebugContext() local
46 assert lirGen != null; in getFromDebugContext()
47 return lirGen; in getFromDebugContext()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/debug/
H A DLIRGenerationDebugContext.java45 LIRGenerationDebugContext lirGen = debug.contextLookup(LIRGenerationDebugContext.class); in getFromDebugContext() local
46 assert lirGen != null; in getFromDebugContext()
47 return lirGen; in getFromDebugContext()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/debug/
H A DLIRGenerationDebugContext.java45 LIRGenerationDebugContext lirGen = debug.contextLookup(LIRGenerationDebugContext.class); in getFromDebugContext() local
46 assert lirGen != null; in getFromDebugContext()
47 return lirGen; in getFromDebugContext()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/debug/
H A DLIRGenerationDebugContext.java45 LIRGenerationDebugContext lirGen = debug.contextLookup(LIRGenerationDebugContext.class); in getFromDebugContext() local
46 assert lirGen != null; in getFromDebugContext()
47 return lirGen; in getFromDebugContext()

12345