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. directCall :: Convention -> CLabel -> RepArity -> [StgArg] -> FCode ReturnKind

    ghc GHC.StgToCmm.Layout

    No documentation available.

  2. emitCall :: (Convention, Convention) -> CmmExpr -> [CmmExpr] -> FCode ReturnKind

    ghc GHC.StgToCmm.Layout

    emitCall conv fun args makes a call to the entry-code of fun, using the call/return convention conv, passing args, and returning the results to the current sequel.

  3. slowCall :: CmmExpr -> [StgArg] -> FCode ReturnKind

    ghc GHC.StgToCmm.Layout

    No documentation available.

  4. mkCall :: CmmExpr -> (Convention, Convention) -> [CmmFormal] -> [CmmExpr] -> UpdFrameOffset -> [CmmExpr] -> FCode CmmAGraph

    ghc GHC.StgToCmm.Monad

    No documentation available.

  5. mkCmmCall :: CmmExpr -> [CmmFormal] -> [CmmExpr] -> UpdFrameOffset -> FCode CmmAGraph

    ghc GHC.StgToCmm.Monad

    No documentation available.

  6. stgToCmmAllowBigArith :: StgToCmmConfig -> !Bool

    ghc GHC.StgToCmm.Monad

    Allowed to emit larger than native size arithmetic (only LLVM and C backends)

  7. stgToCmmAllowBigQuot :: StgToCmmConfig -> !Bool

    ghc GHC.StgToCmm.Monad

    Allowed to emit larger than native size division operations

  8. stgToCmmAllowExtendedAddSubInstrs :: StgToCmmConfig -> !Bool

    ghc GHC.StgToCmm.Monad

    Allowed to generate AddWordC, SubWordC, Add2, etc.

  9. stgToCmmAllowFMAInstr :: StgToCmmConfig -> FMASign -> Bool

    ghc GHC.StgToCmm.Monad

    Allowed to generate FMA instruction

  10. stgToCmmAllowIntMul2Instr :: StgToCmmConfig -> !Bool

    ghc GHC.StgToCmm.Monad

    Allowed to generate IntMul2 instruction

Page 304 of many | Previous | Next