Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. mkMiddle :: CmmNode O O -> CmmAGraph

    ghc GHC.Cmm.Graph

    creates an open AGraph from a given node

  2. getHomeUnitId :: PD UnitId

    ghc GHC.Cmm.Parser.Monad

    Return the UnitId of the home-unit. This is used to create labels.

  3. cmmRegWidth :: CmmReg -> Width

    ghc GHC.Cmm.Reg

    No documentation available.

  4. data Width

    ghc GHC.Cmm.Type

    No documentation available.

  5. cIntWidth :: Platform -> Width

    ghc GHC.Cmm.Type

    No documentation available.

  6. halfWordWidth :: Platform -> Width

    ghc GHC.Cmm.Type

    The width of the current platform's half-word size.

  7. setCmmTypeWidth :: Width -> CmmType -> CmmType

    ghc GHC.Cmm.Type

    No documentation available.

  8. typeWidth :: CmmType -> Width

    ghc GHC.Cmm.Type

    No documentation available.

  9. widthFromBytes :: Int -> Width

    ghc GHC.Cmm.Type

    • Partial* A width from the number of bytes.

  10. widthInBits :: Width -> Int

    ghc GHC.Cmm.Type

    A width in bits.

Page 484 of many | Previous | Next