Home
last modified time | relevance | path

Searched defs:LocalSlot (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Ddecompose.go111 func maybeAppend(f *Func, ss []*LocalSlot, s *LocalSlot) []*LocalSlot {
119 func maybeAppend2(f *Func, ss []*LocalSlot, s1, s2 *LocalSlot) []*LocalSlot {
266 func decomposeUserArrayInto(f *Func, name *LocalSlot, slots []*LocalSlot) []*LocalSlot {
305 func decomposeUserStructInto(f *Func, name *LocalSlot, slots []*LocalSlot) []*LocalSlot {
Dlocation.go62 type LocalSlot struct { struct
63 N *ir.Name // an ONAME *ir.Name representing a stack location.
64 Type *types.Type // type of slot
65 Off int64 // offset of slot in N
67 SplitOf *LocalSlot // slot is a decomposition of SplitOf
68 SplitOffset int64 // .. at this offset.
71 func (s LocalSlot) String() string {
Dprint.go49 named(n LocalSlot, vals []*Value)
Dconfig.go151 SplitSlot(parent *LocalSlot, suffix string, offset int64, t *types.Type) LocalSlot
Ddebug.go1174 func varOffset(slot LocalSlot) int64 {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssagen/
Dpgen.go381 func StackOffset(slot ssa.LocalSlot) int32 {