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