Searched refs:IsSIMDStackSlot (Results 1 – 9 of 9) sorted by relevance
309 CHECK(!loc.IsSIMDStackSlot() || in ConnectSiblings()471 CHECK(!location_source.IsSIMDStackSlot() || in ConnectSplitSiblings()505 || destination.IsSIMDStackSlot(); in IsValidDestination()
280 bool IsSIMDStackSlot() const { in IsSIMDStackSlot() function298 DCHECK(IsStackSlot() || IsDoubleStackSlot() || IsSIMDStackSlot()); in GetStackIndex()
1308 DCHECK(destination.IsSIMDStackSlot()); in MoveToSIMDStackSlot()1313 DCHECK(source.IsSIMDStackSlot()); in MoveToSIMDStackSlot()
353 DCHECK(location.IsSIMDStackSlot()); in DumpLocation()
1572 DCHECK(destination.IsSIMDStackSlot()); in MoveToSIMDStackSlot()1578 DCHECK(source.IsSIMDStackSlot()); in MoveToSIMDStackSlot()
5978 } else if (source.IsSIMDStackSlot()) { in EmitMove()5983 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()6044 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()6154 } else if (source.IsSIMDStackSlot() && destination.IsSIMDStackSlot()) { in EmitSwap()6156 } else if (source.IsFpuRegister() && destination.IsSIMDStackSlot()) { in EmitSwap()6158 } else if (destination.IsFpuRegister() && source.IsSIMDStackSlot()) { in EmitSwap()
6839 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()6862 } else if (source.IsSIMDStackSlot()) { in EmitMove()6866 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()7053 } else if (source.IsSIMDStackSlot() && destination.IsSIMDStackSlot()) { in EmitSwap()7055 } else if (source.IsFpuRegister() && destination.IsSIMDStackSlot()) { in EmitSwap()7057 } else if (destination.IsFpuRegister() && source.IsSIMDStackSlot()) { in EmitSwap()
1616 DCHECK(dest.IsStackSlot() || dest.IsDoubleStackSlot() || dest.IsSIMDStackSlot()) << dest; in ClearSpillSlotsFromLoopPhisInStackMap()
1485 } else if (source.IsSIMDStackSlot()) { in MoveLocation()1516 } else if (destination.IsSIMDStackSlot()) { in MoveLocation()