data ArgRep Source #
Constructors
Defined in GHC.StgToCmm.ArgRep
Methods
ppr :: ArgRep -> SDoc Source #
(==) :: ArgRep -> ArgRep -> Bool #
(/=) :: ArgRep -> ArgRep -> Bool #
toArgRep :: Platform -> PrimRep -> ArgRep Source #
argRepSizeW :: Platform -> ArgRep -> WordOff Source #
argRepString :: ArgRep -> String Source #
isNonV :: ArgRep -> Bool Source #
idArgRep :: Platform -> Id -> ArgRep Source #
slowCallPattern :: [ArgRep] -> (FastString, RepArity) Source #