ghc-lib-9.4.3.20221104: The GHC API, decoupled from GHC versions
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.CmmToAsm.AArch64.Regs

Synopsis

Documentation

data AddrMode Source #

Instances

Instances details
Show AddrMode Source # 
Instance details

Defined in GHC.CmmToAsm.AArch64.Regs

Eq AddrMode Source # 
Instance details

Defined in GHC.CmmToAsm.AArch64.Regs

data Imm Source #

Instances

Instances details
Show Imm Source # 
Instance details

Defined in GHC.CmmToAsm.AArch64.Regs

Methods

showsPrec :: Int -> Imm -> ShowS #

show :: Imm -> String #

showList :: [Imm] -> ShowS #

Eq Imm Source # 
Instance details

Defined in GHC.CmmToAsm.AArch64.Regs

Methods

(==) :: Imm -> Imm -> Bool #

(/=) :: Imm -> Imm -> Bool #

virtualRegSqueeze :: RegClass -> VirtualReg -> Int Source #

regSqueeze_class reg Calculate the maximum number of register colors that could be denied to a node of this class due to having this reg as a neighbour.

Orphan instances

Show SDoc Source # 
Instance details

Methods

showsPrec :: Int -> SDoc -> ShowS #

show :: SDoc -> String #

showList :: [SDoc] -> ShowS #

Eq SDoc Source # 
Instance details

Methods

(==) :: SDoc -> SDoc -> Bool #

(/=) :: SDoc -> SDoc -> Bool #