Home
last modified time | relevance | path

Searched defs:Spill (Results 1 – 7 of 7) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dlocation.go105 type Spill struct { struct
106 Type *types.Type
107 Offset int64
108 Reg int16
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DFunctionLoweringInfo.h105 Spill, enumerator
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DFunctionLoweringInfo.h105 Spill, enumerator
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/CodeGen/
DFunctionLoweringInfo.h105 Spill, enumerator
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DFunctionLoweringInfo.h105 Spill, enumerator
/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dlink.go1007 Spill, Unspill As member
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssagen/
Dssa.go8420 func SpillSlotAddr(spill ssa.Spill, baseReg int16, extraOffset int64) obj.Addr {