ghc-lib-0.20201101: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.StgToCmm.ArgRep

Documentation

data ArgRep Source #

Constructors

P 
N 
L 
V 
F 
D 
V16 
V32 
V64 

Instances

Instances details
Outputable ArgRep Source # 
Instance details

Defined in GHC.StgToCmm.ArgRep

Methods

ppr :: ArgRep -> SDoc

toArgRep :: PrimRep -> ArgRep Source #

argRepSizeW :: Platform -> ArgRep -> WordOff Source #

slowCallPattern :: [ArgRep] -> (FastString, RepArity) Source #