Handbook
Glossary
##shl-vector-count
Vocabulary
compiler
.
cfg
.
instructions
Definition
IN:
compiler.cfg.instructions
TUPLE:
##shl-vector-count
<
foldable-insn
dst src count rep insn#
;
Methods
USING:
accessors
arrays
compiler.cfg.instructions
compiler.cfg.value-numbering.expressions
compiler.cfg.value-numbering.graph
kernel
sequences.private
;
M:
##shl-vector-count
>expr
\
##shl-vector-count
swap
[
src>>
vreg>vn
]
keep
[
count>>
vreg>vn
]
keep
[
rep>>
]
keep
drop
4
f
<array>
3
swap
[
set-array-nth
]
keep
2
swap
[
set-array-nth
]
keep
1
swap
[
set-array-nth
]
keep
0
swap
[
set-array-nth
]
keep
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.linear-scan.assignment
kernel
;
M:
##shl-vector-count
assign-insn-defs
[
vreg>reg
]
change-dst
drop
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.linear-scan.assignment
kernel
;
M:
##shl-vector-count
assign-insn-uses
[
vreg>reg
]
change-src
[
vreg>reg
]
change-count
drop
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.representations.rewrite
kernel
;
M:
##shl-vector-count
convert-insn-defs
[
converted-value
]
change-dst
drop
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.representations.rewrite
kernel
;
M:
##shl-vector-count
convert-insn-uses
[
converted-value
]
change-src
[
converted-value
]
change-count
drop
;
USING:
accessors
arrays
compiler.cfg.instructions
compiler.cfg.representations.preferred
;
M:
##shl-vector-count
defs-vreg-reps
rep>>
1array
;
USING:
accessors
arrays
compiler.cfg.def-use
compiler.cfg.instructions
;
M:
##shl-vector-count
defs-vregs
dst>>
1array
;
USING:
accessors
compiler.cfg.instructions
compiler.codegen
cpu.architecture
kernel
;
M:
##shl-vector-count
generate-insn
[
dst>>
]
keep
[
src>>
]
keep
[
count>>
]
keep
[
rep>>
]
keep
drop
%shl-vector-count
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.intrinsics.simd.backend
cpu.architecture
sequences
;
M:
##shl-vector-count
insn-available?
rep>>
%shl-vector-count-reps
member?
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.linear-scan.assignment
compiler.cfg.register-allocation.ssa.phases
kernel
;
M:
##shl-vector-count
phase-assign-insn-defs
[
vreg>reg
]
change-dst
drop
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.register-allocation.ssa.phases
kernel
;
M:
##shl-vector-count
phase-assign-insn-uses
[
phase-input>register
]
change-src
[
phase-input>register
]
change-count
drop
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.renaming
kernel
;
M:
##shl-vector-count
rename-insn-defs
[
rename-value
]
change-dst
drop
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.renaming
kernel
;
M:
##shl-vector-count
rename-insn-uses
[
rename-value
]
change-src
[
rename-value
]
change-count
drop
;
USING:
accessors
assocs
compiler.cfg.instructions
compiler.cfg.register-allocation.chordal.spilling
kernel
namespaces
;
M:
##shl-vector-count
spill-rename-insn-defs
[
dup
spill-def-renaming
get
at
swap
or
]
change-dst
drop
;
USING:
accessors
assocs
compiler.cfg.instructions
compiler.cfg.register-allocation.chordal.spilling
kernel
namespaces
;
M:
##shl-vector-count
spill-rename-insn-uses
[
dup
spill-use-renaming
get
at
swap
or
]
change-src
[
dup
spill-use-renaming
get
at
swap
or
]
change-count
drop
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.ssa.construction.private
kernel
;
M:
##shl-vector-count
ssa-rename-insn-defs
[
gen-name
]
change-dst
drop
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.ssa.construction.private
kernel
;
M:
##shl-vector-count
ssa-rename-insn-uses
[
top-name
]
change-src
[
top-name
]
change-count
drop
;
USING:
accessors
arrays
compiler.cfg.instructions
compiler.cfg.representations.preferred
cpu.architecture
kernel
;
M:
##shl-vector-count
uses-vreg-reps
[
rep>>
]
[
drop
int-rep
]
bi
2array
;
USING:
accessors
arrays
compiler.cfg.def-use
compiler.cfg.instructions
kernel
;
M:
##shl-vector-count
uses-vregs
[
src>>
]
[
count>>
]
bi
2array
;