Searched refs:IsSIMDStackSlot (Results 1 – 9 of 9) sorted by relevance
309 CHECK_IMPLIES(loc.IsSIMDStackSlot(), in ConnectSiblings()471 CHECK_IMPLIES(location_source.IsSIMDStackSlot(), in ConnectSplitSiblings()505 || destination.IsSIMDStackSlot(); in IsValidDestination()
285 bool IsSIMDStackSlot() const { in IsSIMDStackSlot() function303 DCHECK(IsStackSlot() || IsDoubleStackSlot() || IsSIMDStackSlot()); in GetStackIndex()
1305 DCHECK(destination.IsSIMDStackSlot()); in MoveToSIMDStackSlot()1310 DCHECK(source.IsSIMDStackSlot()); in MoveToSIMDStackSlot()
353 DCHECK(location.IsSIMDStackSlot()); in DumpLocation()
1572 DCHECK(destination.IsSIMDStackSlot()); in MoveToSIMDStackSlot()1578 DCHECK(source.IsSIMDStackSlot()); in MoveToSIMDStackSlot()
6198 } else if (source.IsSIMDStackSlot()) { in EmitMove()6203 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()6264 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()6374 } else if (source.IsSIMDStackSlot() && destination.IsSIMDStackSlot()) { in EmitSwap()6376 } else if (source.IsFpuRegister() && destination.IsSIMDStackSlot()) { in EmitSwap()6378 } else if (destination.IsFpuRegister() && source.IsSIMDStackSlot()) { in EmitSwap()
6893 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()6916 } else if (source.IsSIMDStackSlot()) { in EmitMove()6920 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()7107 } else if (source.IsSIMDStackSlot() && destination.IsSIMDStackSlot()) { in EmitSwap()7109 } else if (source.IsFpuRegister() && destination.IsSIMDStackSlot()) { in EmitSwap()7111 } else if (destination.IsFpuRegister() && source.IsSIMDStackSlot()) { in EmitSwap()
1688 DCHECK(dest.IsStackSlot() || dest.IsDoubleStackSlot() || dest.IsSIMDStackSlot()) << dest; in ClearSpillSlotsFromLoopPhisInStackMap()
1637 } else if (source.IsSIMDStackSlot()) { in MoveLocation()1668 } else if (destination.IsSIMDStackSlot()) { in MoveLocation()