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

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. generateJumpTableForInstr :: NCGConfig -> Instr -> Maybe (NatCmmDecl RawCmmStatics Instr)

    ghc GHC.CmmToAsm.PPC.CodeGen

    No documentation available.

  2. archWordFormat :: Bool -> Format

    ghc GHC.CmmToAsm.PPC.Instr

    No documentation available.

  3. raPlatform :: RegAllocStats statics instr -> !Platform

    ghc GHC.CmmToAsm.Reg.Graph.Stats

    Target platform

  4. raPlatform :: RegAllocStats statics instr -> !Platform

    ghc GHC.CmmToAsm.Reg.Graph.Stats

    Target platform

  5. raPlatform :: RegAllocStats statics instr -> !Platform

    ghc GHC.CmmToAsm.Reg.Graph.Stats

    Target platform

  6. getStackSlotFor :: StackMap -> Unique -> (StackMap, Int)

    ghc GHC.CmmToAsm.Reg.Linear.StackMap

    If this vreg unique already has a stack assignment then return the slot number, otherwise allocate a new slot, and update the map.

  7. getPlatform :: RegM a Platform

    ghc GHC.CmmToAsm.Reg.Linear.State

    Get target platform from native code generator configuration

  8. wasmPlatform :: WasmCodeGenState (w :: WasmType) -> Platform

    ghc GHC.CmmToAsm.Wasm.Types

    Target platform

  9. wasmPlatformM :: forall (w :: WasmType) . WasmCodeGenM w Platform

    ghc GHC.CmmToAsm.Wasm.Types

    No documentation available.

  10. generateJumpTableForInstr :: NCGConfig -> Instr -> Maybe (NatCmmDecl (Alignment, RawCmmStatics) Instr)

    ghc GHC.CmmToAsm.X86.CodeGen

    No documentation available.

Page 441 of many | Previous | Next

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