Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ncgSpillPreallocSize :: NCGConfig -> Int

    ghc GHC.CmmToAsm.Config

    Size in bytes of the pre-allocated spill space on the C stack

  2. dW_OP_call_frame_cfa :: Word8

    ghc GHC.CmmToAsm.Dwarf.Constants

    No documentation available.

  3. canFallthroughTo :: Instruction instr => instr -> BlockId -> Bool

    ghc GHC.CmmToAsm.Instr

    Check if the instr always transfers control flow to the given block. Used by code layout to eliminate jumps that can be replaced by fall through.

  4. mkStackAllocInstr :: Instruction instr => Platform -> Int -> [instr]

    ghc GHC.CmmToAsm.Instr

    No documentation available.

  5. mkStackDeallocInstr :: Instruction instr => Platform -> Int -> [instr]

    ghc GHC.CmmToAsm.Instr

    No documentation available.

  6. ncgAllocMoreStack :: NcgImpl statics instr jumpDest -> Int -> NatCmmDecl statics instr -> UniqSM (NatCmmDecl statics instr, [(BlockId, BlockId)])

    ghc GHC.CmmToAsm.Monad

    The list of block ids records the redirected jumps to allow us to update the CFG.

  7. CallReference :: ReferenceKind

    ghc GHC.CmmToAsm.PIC

    No documentation available.

  8. canFallthroughTo :: Instr -> BlockId -> Bool

    ghc GHC.CmmToAsm.PPC.Instr

    No documentation available.

  9. mkStackAllocInstr :: Platform -> Int -> [Instr]

    ghc GHC.CmmToAsm.PPC.Instr

    No documentation available.

  10. mkStackDeallocInstr :: Platform -> Int -> [Instr]

    ghc GHC.CmmToAsm.PPC.Instr

    No documentation available.

Page 257 of many | Previous | Next