• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. tickySlowCallPat :: [StgArg] -> FCode ()

    ghc GHC.StgToCmm.Ticky

    No documentation available.

  2. callerRestoreGlobalReg :: Platform -> GlobalReg -> CmmAGraph

    ghc GHC.StgToCmm.Utils

    No documentation available.

  3. callerSaveGlobalReg :: Platform -> GlobalReg -> CmmAGraph

    ghc GHC.StgToCmm.Utils

    No documentation available.

  4. callerSaveVolatileRegs :: Platform -> (CmmAGraph, CmmAGraph)

    ghc GHC.StgToCmm.Utils

    No documentation available.

  5. callerSaves :: Platform -> GlobalReg -> Bool

    ghc GHC.StgToCmm.Utils

    Returns True if this global register is stored in a caller-saves machine register.

  6. emitRtsCall :: UnitId -> FastString -> [(CmmExpr, ForeignHint)] -> Bool -> FCode ()

    ghc GHC.StgToCmm.Utils

    No documentation available.

  7. emitRtsCallGen :: [(LocalReg, ForeignHint)] -> CLabel -> [(CmmExpr, ForeignHint)] -> Bool -> FCode ()

    ghc GHC.StgToCmm.Utils

    No documentation available.

  8. emitRtsCallWithResult :: LocalReg -> ForeignHint -> UnitId -> FastString -> [(CmmExpr, ForeignHint)] -> Bool -> FCode ()

    ghc GHC.StgToCmm.Utils

    No documentation available.

  9. fallbackIpeStats :: IPEStats

    ghc GHC.StgToCmm.Utils

    No documentation available.

  10. ipe_fallback :: IPEStats -> !Int

    ghc GHC.StgToCmm.Utils

    No documentation available.

Page 307 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete