|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.backend.sched.Schedule
Instruction scheduler for before and after register allocation.
フィールドの概要 | |
static coins.backend.sched.Schedule.TriggerA |
after
Trigger class singleton. |
static coins.backend.sched.Schedule.TriggerB |
before
Trigger class singleton. |
(パッケージプライベート) CodeGenerator |
codeGen
|
(パッケージプライベート) java.io.PrintWriter |
debOut
|
(パッケージプライベート) Function |
func
|
(パッケージプライベート) boolean |
isPipelining
|
(パッケージプライベート) boolean |
isX86
|
(パッケージプライベート) LirFactory |
lir
|
(パッケージプライベート) static int |
MAX_LATENCY
|
(パッケージプライベート) Pipelining |
pipe
|
(パッケージプライベート) Root |
root
|
メソッドの概要 | |
static void |
attach(CompileSpecification spec,
Root root)
|
void |
schedule(Function f,
java.lang.String mode)
Instruction scheduler before/after register allocation |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final coins.backend.sched.Schedule.TriggerB before
public static final coins.backend.sched.Schedule.TriggerA after
static final int MAX_LATENCY
Root root
CodeGenerator codeGen
Function func
LirFactory lir
java.io.PrintWriter debOut
boolean isX86
Pipelining pipe
boolean isPipelining
メソッドの詳細 |
public static void attach(CompileSpecification spec, Root root)
public void schedule(Function f, java.lang.String mode)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |