Lines Matching refs:GetKind
146 return GetKind() == kRegister; in IsRegister()
150 return GetKind() == kFpuRegister; in IsFpuRegister()
154 return GetKind() == kRegisterPair; in IsRegisterPair()
158 return GetKind() == kFpuRegisterPair; in IsFpuRegisterPair()
257 return GetKind() == kStackSlot; in IsStackSlot()
269 return GetKind() == kDoubleStackSlot; in IsDoubleStackSlot()
281 return GetKind() == kSIMDStackSlot; in IsSIMDStackSlot()
309 Kind GetKind() const { in GetKind() function
341 switch (GetKind()) { in DebugString()
368 return GetKind() == kUnallocated; in IsUnallocated()
483 switch (out.GetKind()) { in OverlapsRegisters()