Searched defs:LocalSlot (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | decompose.go | 111 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 {
|
D | location.go | 62 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 {
|
D | print.go | 49 named(n LocalSlot, vals []*Value)
|
D | config.go | 151 SplitSlot(parent *LocalSlot, suffix string, offset int64, t *types.Type) LocalSlot
|
D | debug.go | 1174 func varOffset(slot LocalSlot) int64 {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssagen/ |
D | pgen.go | 381 func StackOffset(slot ssa.LocalSlot) int32 {
|