Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.StgToCmm.Closure StandardFormInfo tells whether this thunk has one of a small number of standard forms
tagForArity :: Platform -> RepArity -> DynTagghc GHC.StgToCmm.Closure No documentation available.
tagForCon :: Platform -> DataCon -> DynTagghc GHC.StgToCmm.Closure No documentation available.
stgToCmmPlatform :: StgToCmmConfig -> Platformghc GHC.StgToCmm.Config No documentation available.
getPlatform :: CmmParse Platformghc GHC.StgToCmm.ExtCode No documentation available.
cgForeignCall :: ForeignCall -> Type -> [StgArg] -> Type -> FCode ReturnKindghc GHC.StgToCmm.Foreign Emit code for a foreign call, and return the results to the sequel. Precondition: the length of the arguments list is the same as the arity of the foreign function.
emitForeignCall :: Safety -> [CmmFormal] -> ForeignTarget -> [CmmActual] -> FCode ReturnKindghc GHC.StgToCmm.Foreign No documentation available.
-
ghc GHC.StgToCmm.Layout No documentation available.
-
ghc GHC.StgToCmm.Monad No documentation available.
-
ghc GHC.StgToCmm.Types Information about an identifier, from the code generator's point of view. Every identifier is bound to a LambdaFormInfo in the environment, which gives the code generator enough info to be able to tail call or return that identifier.