Lines Matching refs:GetKind
151 return GetKind() == kRegister; in IsRegister()
155 return GetKind() == kFpuRegister; in IsFpuRegister()
159 return GetKind() == kRegisterPair; in IsRegisterPair()
163 return GetKind() == kFpuRegisterPair; in IsFpuRegisterPair()
262 return GetKind() == kStackSlot; in IsStackSlot()
274 return GetKind() == kDoubleStackSlot; in IsDoubleStackSlot()
286 return GetKind() == kSIMDStackSlot; in IsSIMDStackSlot()
314 Kind GetKind() const { in GetKind() function
346 switch (GetKind()) { in DebugString()
373 return GetKind() == kUnallocated; in IsUnallocated()
490 switch (out.GetKind()) { in OverlapsRegisters()