ghc-6.12.2: The GHC APISource codeContentsIndex
CgTailCall
Documentation
cgTailCall :: Id -> [StgArg] -> CodeSource
performTailCall :: CgIdInfo -> [(CgRep, CmmExpr)] -> CmmStmts -> CodeSource
performReturn :: Code -> CodeSource
performPrimReturn :: CgRep -> CmmExpr -> CodeSource
returnUnboxedTuple :: [(CgRep, CmmExpr)] -> CodeSource
ccallReturnUnboxedTuple :: [(CgRep, CmmExpr)] -> Code -> CodeSource
pushUnboxedTuple :: VirtualSpOffset -> [(CgRep, CmmExpr)] -> FCode (VirtualSpOffset, CmmStmts)Source
tailCallPrimOp :: PrimOp -> [StgArg] -> CodeSource
tailCallPrimCall :: PrimCall -> [StgArg] -> CodeSource
pushReturnAddress :: EndOfBlockInfo -> CodeSource
Produced by Haddock version 2.6.1