Home
last modified time | relevance | path

Searched refs:AvailRegs (Results 1 – 7 of 7) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmCallConv.hs131 type AvailRegs = ( [VGcPtr -> GlobalReg] -- available vanilla regs. type
144 getRegsWithoutNode, getRegsWithNode :: DynFlags -> AvailRegs
188 allRegs :: DynFlags -> AvailRegs
195 nodeOnly :: AvailRegs
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/opt/
H A Dhipe_spillmin_color.erl401 AvailRegs = ordsets:to_list(ordsets:subtract(PhysRegs, Summary)),
402 hd(AvailRegs)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/opt/
H A Dhipe_spillmin_color.erl401 AvailRegs = ordsets:to_list(ordsets:subtract(PhysRegs, Summary)),
402 hd(AvailRegs)
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/opt/
H A Dhipe_spillmin_color.erl401 AvailRegs = ordsets:to_list(ordsets:subtract(PhysRegs, Summary)),
402 hd(AvailRegs)
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/regalloc/
H A Dhipe_graph_coloring_regalloc.erl479 AvailRegs = ordsets:to_list(ordsets:subtract(PhysRegs, Summary)),
480 hd(AvailRegs).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/regalloc/
H A Dhipe_graph_coloring_regalloc.erl479 AvailRegs = ordsets:to_list(ordsets:subtract(PhysRegs, Summary)),
480 hd(AvailRegs).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/regalloc/
H A Dhipe_graph_coloring_regalloc.erl479 AvailRegs = ordsets:to_list(ordsets:subtract(PhysRegs, Summary)),
480 hd(AvailRegs).