kempe-0.2.0.0: Kempe compiler
Safe HaskellNone
LanguageHaskell2010

Kempe.Pipeline

Documentation

irGen Source #

Arguments

:: Typeable a 
=> Int

Thread uniques through

-> Declarations a c b 
-> ([Stmt], WriteSt, SizeEnv) 

x86Parsed :: Typeable a => Int -> Declarations a c b -> [X86 AbsReg ()] Source #

x86Alloc :: Typeable a => Int -> Declarations a c b -> [X86 X86Reg ()] Source #

armParsed :: Typeable a => Int -> Declarations a c b -> [Arm AbsReg ()] Source #

armAlloc :: Typeable a => Int -> Declarations a c b -> [Arm ArmReg ()] Source #