Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. idPrimRep1 :: Id -> PrimOrVoidRep

    ghc GHC.StgToCmm.Closure

    Assumes that there is at most one PrimRep of the type. This assumption holds after unarise. See Note [Post-unarisation invariants] in GHC.Stg.Unarise. See Note [VoidRep] in GHC.Types.RepType.

  2. idPrimRepU :: Id -> PrimRep

    ghc GHC.StgToCmm.Closure

    No documentation available.

  3. idInfoToAmode :: CgIdInfo -> CmmExpr

    ghc GHC.StgToCmm.Env

    Returns a CmmExpr for the *tagged* pointer

  4. idToReg :: Platform -> NonVoid Id -> LocalReg

    ghc GHC.StgToCmm.Env

    No documentation available.

  5. idArgRep :: Platform -> Id -> ArgRep

    ghc GHC.StgToCmm.Layout

    No documentation available.

  6. identForDataConEntryId :: Id -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve datacon entry Ident for the given Id Different name than the datacon wrapper.

  7. identForDataConWorker :: DataCon -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve datacon worker entry variable name for the given datacon

  8. identForEntryId :: Id -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve entry Ident for the given Id

  9. identForId :: Id -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve default Ident for the given Id

  10. identForIdN :: Id -> Int -> G Ident

    ghc GHC.StgToJS.Ids

    Retrieve default Ident for the given Id with sub index Some types, Word64, Addr#, unboxed tuple have more than one corresponding JS var, hence we use the sub index to identify each subpart / JS variable.

Page 269 of many | Previous | Next