ghc-9.2.1: The GHC API
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

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

Eq SDoc Source # 
Instance details

Methods

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

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