|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.simd.SimdDriver
Class for SIMD optimization part driver
| フィールドの概要 | |
IoRoot |
ioRoot
|
static int |
THR
|
| コンストラクタの概要 | |
SimdDriver(Module m,
IoRoot io,
CompileSpecification coinsSpec)
Constructs a SimdDriver object |
|
| メソッドの概要 | |
boolean |
callSimdOpt(Function f,
ImList args)
|
boolean |
doIt(Data data,
ImList args)
Transform the DATA component. |
boolean |
doIt(Function f,
ImList args)
SIMD Optimize |
(パッケージプライベート) LirNode |
makeAlignmentTestCode(Function func,
BiList aligns)
|
(パッケージプライベート) 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. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public final IoRoot ioRoot
public static final int THR
| コンストラクタの詳細 |
public SimdDriver(Module m,
IoRoot io,
CompileSpecification coinsSpec)
m - Moduleio - IoRootcoinsSpec - CompilerSpecification| メソッドの詳細 |
public boolean doIt(Data data,
ImList args)
LocalTransformer の記述:
LocalTransformer 内の doItdata - DATA to be transformed.args - list of optional arguments.
public java.lang.String name()
Transformer の記述:
Transformer 内の namepublic java.lang.String subject()
Transformer の記述:
Transformer 内の subject
public boolean doIt(Function f,
ImList args)
LocalTransformer 内の doItf - 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)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||