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. stackMapNextFreeSlot :: StackMap -> !Int

    ghc GHC.CmmToAsm.Reg.Linear.StackMap

    The slots that are still available to be allocated.

  2. type BlockMap a = LabelMap a

    ghc GHC.CmmToAsm.Reg.Liveness

    No documentation available.

  3. type RegMap a = UniqFM Reg a

    ghc GHC.CmmToAsm.Reg.Liveness

    Map from some kind of register to a. While we give the type for keys as Reg which is the common case sometimes we end up using VirtualReq or naked Uniques. See Note [UniqFM and the register allocator]

  4. emptyRegMap :: RegMap a

    ghc GHC.CmmToAsm.Reg.Liveness

    No documentation available.

  5. toRegMap :: UniqFM VirtualReg elt -> UniqFM Reg elt

    ghc GHC.CmmToAsm.Reg.Utils

    No documentation available.

  6. toVRegMap :: UniqFM Reg elt -> UniqFM VirtualReg elt

    ghc GHC.CmmToAsm.Reg.Utils

    No documentation available.

  7. detEltsUniqMap :: Ord k => UniqMap k a -> [(k, a)]

    ghc GHC.CmmToAsm.Wasm.Utils

    No documentation available.

  8. data FMAPermutation

    ghc GHC.CmmToAsm.X86.Instr

    No documentation available.

  9. isMappedByLC :: TyCoVar -> LiftingContext -> Bool

    ghc GHC.Core.Coercion

    Is a var in the domain of a lifting context?

  10. reduceTyFamApp_maybe :: FamInstEnvs -> Role -> TyCon -> [Type] -> Maybe Reduction

    ghc GHC.Core.FamInstEnv

    No documentation available.

Page 444 of many | Previous | Next