|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.simd.SimdDriver
Class for SIMD optimization part driver
| Field Summary | |
IoRoot |
ioRoot
|
static int |
THR
|
| Constructor Summary | |
SimdDriver(Module m,
IoRoot io,
CompileSpecification coinsSpec)
Constructs a SimdDriver object |
|
| Method Summary | |
boolean |
callSimdOpt(Function f,
ImList args)
|
boolean |
doIt(Data data,
ImList args)
Transform the DATA component. |
boolean |
doIt(Function f,
ImList args)
SIMD Optimize |
(package private) LirNode |
makeAlignmentTestCode(Function func,
BiList aligns)
|
(package private) LirNode |
makeBranch(Function func,
LirNode cond,
LirNode to1,
LirNode to2)
|
java.lang.String |
name()
Return the name of the transforming engine. |
java.lang.String |
subject()
Return brief description of the tranformation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final IoRoot ioRoot
public static final int THR
| Constructor Detail |
public SimdDriver(Module m,
IoRoot io,
CompileSpecification coinsSpec)
m - Moduleio - IoRootcoinsSpec - CompilerSpecification| Method Detail |
public boolean doIt(Data data,
ImList args)
LocalTransformer
doIt in interface LocalTransformerdata - DATA to be transformed.args - list of optional arguments.
public java.lang.String name()
Transformer
name in interface Transformerpublic java.lang.String subject()
Transformer
subject in interface Transformer
public boolean doIt(Function f,
ImList args)
doIt in interface LocalTransformerf - Functionargs - ImList
public boolean callSimdOpt(Function f,
ImList args)
LirNode makeAlignmentTestCode(Function func,
BiList aligns)
LirNode makeBranch(Function func,
LirNode cond,
LirNode to1,
LirNode to2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||