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