Searched refs:IsSIMDStackSlot (Results 1 – 10 of 10) 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()
1366 DCHECK(destination.IsSIMDStackSlot()); in MoveToSIMDStackSlot()1371 DCHECK(source.IsSIMDStackSlot()); in MoveToSIMDStackSlot()
352 DCHECK(location.IsSIMDStackSlot()); in DumpLocation()
1590 DCHECK(destination.IsSIMDStackSlot()); in MoveToSIMDStackSlot()1596 DCHECK(source.IsSIMDStackSlot()); in MoveToSIMDStackSlot()
6401 } else if (source.IsSIMDStackSlot()) { in EmitMove()6406 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()6467 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()6577 } else if (source.IsSIMDStackSlot() && destination.IsSIMDStackSlot()) { in EmitSwap()6579 } else if (source.IsFpuRegister() && destination.IsSIMDStackSlot()) { in EmitSwap()6581 } else if (destination.IsFpuRegister() && source.IsSIMDStackSlot()) { in EmitSwap()
7060 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()7083 } else if (source.IsSIMDStackSlot()) { in EmitMove()7087 DCHECK(destination.IsSIMDStackSlot()); in EmitMove()7274 } else if (source.IsSIMDStackSlot() && destination.IsSIMDStackSlot()) { in EmitSwap()7276 } else if (source.IsFpuRegister() && destination.IsSIMDStackSlot()) { in EmitSwap()7278 } else if (destination.IsFpuRegister() && source.IsSIMDStackSlot()) { in EmitSwap()
1611 DCHECK(dest.IsStackSlot() || dest.IsDoubleStackSlot() || dest.IsSIMDStackSlot()) << dest; in ClearSpillSlotsFromLoopPhisInStackMap()
6212 } else if (destination.IsSIMDStackSlot()) { in MoveLocation()7056 bool is_simd1 = loc1.IsSIMDStackSlot(); in SwapLocations()7057 bool is_simd2 = loc2.IsSIMDStackSlot(); in SwapLocations()
1717 } else if (source.IsSIMDStackSlot()) { in MoveLocation()1748 } else if (destination.IsSIMDStackSlot()) { in MoveLocation()