|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.simd.LirDecoder
Decoder class for Lir. This class copied and modified coins.backend.Function.decodeLir for testing SIMD locally.
| Constructor Summary | |
LirDecoder(Function f)
Constructs LirDecoder. |
|
| Method Summary | |
LirNode |
decodeLir(ImList stmt)
Decode ImList which represents LirNode. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LirDecoder(Function f)
f - Function| Method Detail |
public LirNode decodeLir(ImList stmt)
throws SyntaxError
stmt - ImList, which represents a LirNode.
SyntaxError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||