Class OpenCLCompileBackend
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.opencl.OpenCLCompileBackend
-
public class OpenCLCompileBackend extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OpenCLCompileBackend()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenCLCompileResult
generateCodeFor(CompileUnit compileUnit, java.lang.Class entryPointClass, java.lang.String entryPointMethodName, org.objectweb.asm.Type entryPointSignature, AnalysisStack analysisStack, Optimizer optimizer)
private OpenCLInputOutputs
inputOutputsFor(ResolvedMethod resolvedMethod)
-
-
-
Method Detail
-
generateCodeFor
public OpenCLCompileResult generateCodeFor(CompileUnit compileUnit, java.lang.Class entryPointClass, java.lang.String entryPointMethodName, org.objectweb.asm.Type entryPointSignature, AnalysisStack analysisStack, Optimizer optimizer)
-
inputOutputsFor
private OpenCLInputOutputs inputOutputsFor(ResolvedMethod resolvedMethod)
-
-