• 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. raPlatform :: RegAllocStats statics instr -> !Platform

    ghc GHC.CmmToAsm.Reg.Graph.Stats

    Target platform

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

    ghc GHC.CmmToAsm.Reg.Graph.Stats

    Target platform

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

    ghc GHC.CmmToAsm.Reg.Graph.Stats

    Target platform

  4. 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.

  5. getPlatform :: RegM a Platform

    ghc GHC.CmmToAsm.Reg.Linear.State

    Get target platform from native code generator configuration

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

    ghc GHC.CmmToAsm.Wasm.Types

    Target platform

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

    ghc GHC.CmmToAsm.Wasm.Types

    No documentation available.

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

    ghc GHC.CmmToAsm.X86.CodeGen

    No documentation available.

  9. archWordFormat :: Bool -> Format

    ghc GHC.CmmToAsm.X86.Instr

    No documentation available.

  10. getPlatform :: LlvmM Platform

    ghc GHC.CmmToLlvm.Base

    Get target platform

Page 442 of many | Previous | Next

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