coins.backend.gen
クラス CodeGenerator_alpha

java.lang.Object
  |
  +--coins.backend.gen.CodeGenerator
        |
        +--coins.backend.gen.CodeGenerator_alpha

public class CodeGenerator_alpha
extends CodeGenerator


入れ子クラスの概要
(パッケージプライベート) static class CodeGenerator_alpha.AlphaAttr
           
(パッケージプライベート)  class CodeGenerator_alpha.RewrState
          State label for rewriting engine.
(パッケージプライベート)  class CodeGenerator_alpha.State
          State label for instruction selection engine.
 
クラス coins.backend.gen.CodeGenerator から継承した入れ子クラス
CodeGenerator.LexpToString, CodeGenerator.Match
 
フィールドの概要
(パッケージプライベート) static int FirstArgument
           
(パッケージプライベート) static int NumRegArgument
           
(パッケージプライベート)  ImList regCallClobbers
           
(パッケージプライベート) static int Regsize
           
(パッケージプライベート)  CodeGenerator_alpha.State[] stateVec
          State vector for labeling LIR nodes.
 
クラス coins.backend.gen.CodeGenerator から継承したフィールド
addrType, asmWriter, convention, debOut, disableRewrite, F128, F32, F64, func, funcAttrTbl, I16, I32, I64, I8, INLINECOPYUNIT, lexpConv, lir, localEarlyRewritingTrig, localLateRewritingTrig, machineName, machineParams, module, optSpeed, ProcessFramesTrig, root, typeParamWord
 
コンストラクタの概要
CodeGenerator_alpha()
          Create code generator engine.
 
メソッドの概要
(パッケージプライベート)  java.lang.String _getRegsetOf(Symbol sym)
           
(パッケージプライベート)  void _setRegsetOf(Symbol sym, java.lang.String regset)
           
 int alignForType(int type)
          Return the alignment bytes for specified type.
(パッケージプライベート)  java.lang.String defaultRegsetForType(int type)
          Return default register set for type.
 Transformer[] earlyRewritingSequence()
          Return early time pre-rewriting sequence.
(パッケージプライベート)  void emitBeginningOfModule(java.io.PrintWriter out)
           
(パッケージプライベート)  void emitBeginningOfSegment(java.io.PrintWriter out, java.lang.String segment)
          Emit beginning of segment
(パッケージプライベート)  void emitCodeLabel(java.io.PrintWriter out, java.lang.String label)
          Emit label for code
(パッケージプライベート)  void emitComment(java.io.PrintWriter out, java.lang.String comment)
          print comment in assembly language.
(パッケージプライベート)  void emitData(java.io.PrintWriter out, int type, LirNode node)
          Emit data for big endian machine.
(パッケージプライベート)  void emitDataLabel(java.io.PrintWriter out, java.lang.String label)
          Emit label for data
(パッケージプライベート)  void emitEndOfModule(java.io.PrintWriter out)
           
(パッケージプライベート)  void emitEndOfSegment(java.io.PrintWriter out, java.lang.String segment)
          Emit end of segment
(パッケージプライベート)  void emitIdent(java.io.PrintWriter out, java.lang.String str)
          Print .ident in assembly language.
(パッケージプライベート)  void emitLinkage(java.io.PrintWriter out, SymStatic symbol)
          Emit linkage information of symbol
(パッケージプライベート)  java.lang.String emitLir(LirNode node)
          Expand emit-macro for LirNode.
(パッケージプライベート)  java.lang.String emitList(ImList form, boolean topLevel)
          Expand emit-macro for list form.
(パッケージプライベート)  void emitZeros(java.io.PrintWriter out, int bytes)
          Emit data zeros
(パッケージプライベート)  java.lang.Object expandBuildMacro(ImList form)
          Expand building-macro.
(パッケージプライベート)  int getCost1(LirNode t, int goal)
          Return the cost for LIR node t and goal nonterminal goal.
(パッケージプライベート)  int getCost2(LirNode t, int goal)
           
(パッケージプライベート)  Rule getRule(LirNode t, int goal)
          Return the chosen rule for LIR node t and goal nonterminal goal.
(パッケージプライベート)  void initLabeling(LirFactory lir)
          Initialize for labeling.
(パッケージプライベート)  void initRewriteLabeling()
          Initialization for rewriting.
(パッケージプライベート)  boolean isComplex(LirNode node)
          Return true if node is a complex one.
(パッケージプライベート)  java.lang.Object jmac1(LirNode x)
           
(パッケージプライベート)  java.lang.String jmac10(java.lang.String dest, java.lang.String src)
           
(パッケージプライベート)  java.lang.String jmac11(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac12(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac13(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac14(java.lang.String x)
           
(パッケージプライベート)  java.lang.Object jmac2(java.lang.Object name)
           
(パッケージプライベート)  java.lang.String jmac3(java.lang.Object f)
           
(パッケージプライベート)  java.lang.String jmac4(java.lang.Object f, java.lang.String rettype)
           
(パッケージプライベート)  java.lang.String jmac5(java.lang.String x, java.lang.String y)
           
(パッケージプライベート)  java.lang.String jmac6(java.lang.String x, java.lang.String y)
           
(パッケージプライベート)  java.lang.String jmac7(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac8(java.lang.String x)
           
(パッケージプライベート)  java.lang.String jmac9(java.lang.String x, java.lang.String y)
           
(パッケージプライベート)  void labelTree(LirNode t)
          Label LIR tree t.
 Transformer[] lateRewritingSequence()
          Return late time pre-rewriting sequence.
(パッケージプライベート)  CodeGenerator.FunctionAttr newFunctionAttr(Function func)
          Prepare new function attribute information.
(パッケージプライベート)  java.lang.Object quiltLir(LirNode node)
          Expand building-macro, for LirNode
(パッケージプライベート)  LirNode returnReg(int type)
           
(パッケージプライベート)  LirNode rewriteCall(LirNode node, BiList pre, BiList post)
          Rewrite CALL.
(パッケージプライベート)  LirNode rewriteEpilogue(LirNode node, BiList pre)
          Rewrite EPILOGUE
(パッケージプライベート)  LirNode rewriteFrame(LirNode node)
          Rewrite FRAME node to target machine form.
(パッケージプライベート)  LirNode rewritePrologue(LirNode node, BiList post)
          Rewrite PROLOGUE
(パッケージプライベート)  LirNode rewriteTree(LirNode tree, java.lang.String phase, BiList pre, BiList post)
          Rewrite L-expression.
(パッケージプライベート)  java.lang.String segmentForConst()
          Return segment for read-only constant.
(パッケージプライベート)  java.lang.String showLabel(LirNode t)
          Return label state
(パッケージプライベート)  int startNT()
          Return start nonterminal symbol.
 
クラス coins.backend.gen.CodeGenerator から継承したメソッド
buildCode, clcvnClobbers, clcvnParamMem, clcvnParamOffset, clcvnParamReg, clcvnParamWord, clcvnPartialWord, clcvnPassFloatRegMem, clcvnRegLimit, clcvnReturnValue, clcvnSetPartialWord, clcvnStructReturnAsFirst, clcvnStructReturnPtr, close, codeInfo, convToAsm, dropRegToFrame, emitAlign, emitAsmCode, emitBeginningOfModule, emitCode, emitCommon, emitEndOfModule, emitLirDefault, emitListDefault, emitNamedConst, emitObject, emitObjectX, emitSegment, emitTop, equalArg, frameIsEmpty, frameSize, genHeader, genTrailer, getFunctionAttr, getMachineParams, initialize, initializeMachineDep, insertPostProcessor, instructionSelection, isSimple, makeAsmSymbol, makeLabelDef, mapRegToFrame, nActualOperands, noRescan, notifyEndToPostProcessor, paramOffset, paramToBeSaved, peepHoleOpt, phyReg, prepareCodeInfo, prerewrite, printLabel, quiltLirDefault, reduce, reserveFrame, rewriteAggregateCopy, rewriteAsm, rewriteCONVFU, rewriteCONVUF, rewriteJumpn, setAsmStream
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

stateVec

CodeGenerator_alpha.State[] stateVec
State vector for labeling LIR nodes. Suffix is a LirNode's id.


regCallClobbers

ImList regCallClobbers

Regsize

static final int Regsize
関連項目:
定数フィールド値

FirstArgument

static final int FirstArgument
関連項目:
定数フィールド値

NumRegArgument

static final int NumRegArgument
関連項目:
定数フィールド値
コンストラクタの詳細

CodeGenerator_alpha

public CodeGenerator_alpha()
Create code generator engine.

メソッドの詳細

initRewriteLabeling

void initRewriteLabeling()
クラス CodeGenerator の記述:
Initialization for rewriting.

定義:
クラス CodeGenerator 内の initRewriteLabeling

rewriteTree

LirNode rewriteTree(LirNode tree,
                    java.lang.String phase,
                    BiList pre,
                    BiList post)
Rewrite L-expression.

定義:
クラス CodeGenerator 内の rewriteTree

defaultRegsetForType

java.lang.String defaultRegsetForType(int type)
Return default register set for type.

定義:
クラス CodeGenerator 内の defaultRegsetForType

initLabeling

void initLabeling(LirFactory lir)
クラス CodeGenerator の記述:
Initialize for labeling.

定義:
クラス CodeGenerator 内の initLabeling

showLabel

java.lang.String showLabel(LirNode t)
クラス CodeGenerator の記述:
Return label state

定義:
クラス CodeGenerator 内の showLabel

labelTree

void labelTree(LirNode t)
クラス CodeGenerator の記述:
Label LIR tree t.

定義:
クラス CodeGenerator 内の labelTree

getRule

Rule getRule(LirNode t,
             int goal)
クラス CodeGenerator の記述:
Return the chosen rule for LIR node t and goal nonterminal goal.

定義:
クラス CodeGenerator 内の getRule

getCost1

int getCost1(LirNode t,
             int goal)
クラス CodeGenerator の記述:
Return the cost for LIR node t and goal nonterminal goal.

定義:
クラス CodeGenerator 内の getCost1

getCost2

int getCost2(LirNode t,
             int goal)
定義:
クラス CodeGenerator 内の getCost2

startNT

int startNT()
クラス CodeGenerator の記述:
Return start nonterminal symbol.

定義:
クラス CodeGenerator 内の startNT

expandBuildMacro

java.lang.Object expandBuildMacro(ImList form)
Expand building-macro.

定義:
クラス CodeGenerator 内の expandBuildMacro

quiltLir

java.lang.Object quiltLir(LirNode node)
Expand building-macro, for LirNode

定義:
クラス CodeGenerator 内の quiltLir

emitList

java.lang.String emitList(ImList form,
                          boolean topLevel)
Expand emit-macro for list form.

定義:
クラス CodeGenerator 内の emitList

emitLir

java.lang.String emitLir(LirNode node)
Expand emit-macro for LirNode.

定義:
クラス CodeGenerator 内の emitLir

rewriteFrame

LirNode rewriteFrame(LirNode node)
クラス CodeGenerator の記述:
Rewrite FRAME node to target machine form.

オーバーライド:
クラス CodeGenerator 内の rewriteFrame

earlyRewritingSequence

public Transformer[] earlyRewritingSequence()
クラス CodeGenerator の記述:
Return early time pre-rewriting sequence.

オーバーライド:
クラス CodeGenerator 内の earlyRewritingSequence

lateRewritingSequence

public Transformer[] lateRewritingSequence()
クラス CodeGenerator の記述:
Return late time pre-rewriting sequence.

オーバーライド:
クラス CodeGenerator 内の lateRewritingSequence

_setRegsetOf

void _setRegsetOf(Symbol sym,
                  java.lang.String regset)

_getRegsetOf

java.lang.String _getRegsetOf(Symbol sym)

rewritePrologue

LirNode rewritePrologue(LirNode node,
                        BiList post)
クラス CodeGenerator の記述:
Rewrite PROLOGUE

オーバーライド:
クラス CodeGenerator 内の rewritePrologue

returnReg

LirNode returnReg(int type)

rewriteEpilogue

LirNode rewriteEpilogue(LirNode node,
                        BiList pre)
クラス CodeGenerator の記述:
Rewrite EPILOGUE

オーバーライド:
クラス CodeGenerator 内の rewriteEpilogue

isComplex

boolean isComplex(LirNode node)
クラス CodeGenerator の記述:
Return true if node is a complex one.

オーバーライド:
クラス CodeGenerator 内の isComplex

rewriteCall

LirNode rewriteCall(LirNode node,
                    BiList pre,
                    BiList post)
クラス CodeGenerator の記述:
Rewrite CALL. Subclasses may override this.

オーバーライド:
クラス CodeGenerator 内の rewriteCall

segmentForConst

java.lang.String segmentForConst()
クラス CodeGenerator の記述:
Return segment for read-only constant.

オーバーライド:
クラス CodeGenerator 内の segmentForConst

alignForType

public int alignForType(int type)
Return the alignment bytes for specified type.

オーバーライド:
クラス CodeGenerator 内の alignForType

emitComment

void emitComment(java.io.PrintWriter out,
                 java.lang.String comment)
クラス CodeGenerator の記述:
print comment in assembly language.

オーバーライド:
クラス CodeGenerator 内の emitComment

emitBeginningOfModule

void emitBeginningOfModule(java.io.PrintWriter out)

emitEndOfModule

void emitEndOfModule(java.io.PrintWriter out)

emitEndOfSegment

void emitEndOfSegment(java.io.PrintWriter out,
                      java.lang.String segment)
クラス CodeGenerator の記述:
Emit end of segment

オーバーライド:
クラス CodeGenerator 内の emitEndOfSegment

newFunctionAttr

CodeGenerator.FunctionAttr newFunctionAttr(Function func)
クラス CodeGenerator の記述:
Prepare new function attribute information.

オーバーライド:
クラス CodeGenerator 内の newFunctionAttr

emitBeginningOfSegment

void emitBeginningOfSegment(java.io.PrintWriter out,
                            java.lang.String segment)
クラス CodeGenerator の記述:
Emit beginning of segment

オーバーライド:
クラス CodeGenerator 内の emitBeginningOfSegment

emitDataLabel

void emitDataLabel(java.io.PrintWriter out,
                   java.lang.String label)
クラス CodeGenerator の記述:
Emit label for data

オーバーライド:
クラス CodeGenerator 内の emitDataLabel

emitCodeLabel

void emitCodeLabel(java.io.PrintWriter out,
                   java.lang.String label)
クラス CodeGenerator の記述:
Emit label for code

オーバーライド:
クラス CodeGenerator 内の emitCodeLabel

emitLinkage

void emitLinkage(java.io.PrintWriter out,
                 SymStatic symbol)
クラス CodeGenerator の記述:
Emit linkage information of symbol

オーバーライド:
クラス CodeGenerator 内の emitLinkage

emitZeros

void emitZeros(java.io.PrintWriter out,
               int bytes)
クラス CodeGenerator の記述:
Emit data zeros

オーバーライド:
クラス CodeGenerator 内の emitZeros

emitData

void emitData(java.io.PrintWriter out,
              int type,
              LirNode node)
クラス CodeGenerator の記述:
Emit data for big endian machine. Redefine this method if your machine is little endian.

オーバーライド:
クラス CodeGenerator 内の emitData

jmac1

java.lang.Object jmac1(LirNode x)

jmac2

java.lang.Object jmac2(java.lang.Object name)

emitIdent

void emitIdent(java.io.PrintWriter out,
               java.lang.String str)
クラス CodeGenerator の記述:
Print .ident in assembly language.

オーバーライド:
クラス CodeGenerator 内の emitIdent

jmac3

java.lang.String jmac3(java.lang.Object f)

jmac4

java.lang.String jmac4(java.lang.Object f,
                       java.lang.String rettype)

jmac5

java.lang.String jmac5(java.lang.String x,
                       java.lang.String y)

jmac6

java.lang.String jmac6(java.lang.String x,
                       java.lang.String y)

jmac7

java.lang.String jmac7(java.lang.String x)

jmac8

java.lang.String jmac8(java.lang.String x)

jmac9

java.lang.String jmac9(java.lang.String x,
                       java.lang.String y)

jmac10

java.lang.String jmac10(java.lang.String dest,
                        java.lang.String src)

jmac11

java.lang.String jmac11(java.lang.String x)

jmac12

java.lang.String jmac12(java.lang.String x)

jmac13

java.lang.String jmac13(java.lang.String x)

jmac14

java.lang.String jmac14(java.lang.String x)