ghc-lib-0.20190204: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

PPC.CodeGen

Documentation

cmmTopCodeGen :: RawCmmDecl -> NatM [NatCmmDecl CmmStatics Instr] Source #

InstrBlock s are the insn sequences generated by the insn selectors. They are really trees of insns to facilitate fast appending, where a left-to-right traversal (pre-order?) yields the insns in the correct order.

generateJumpTableForInstr :: DynFlags -> Instr -> Maybe (NatCmmDecl CmmStatics Instr) Source #

type InstrBlock = OrdList Instr Source #

InstrBlock s are the insn sequences generated by the insn selectors. They are really trees of insns to facilitate fast appending, where a left-to-right traversal yields the insns in the correct order.

AltStyle によって変換されたページ (->オリジナル) /