Home
last modified time | relevance | path

Searched refs:IsSIMDStackSlot (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dregister_allocation_resolver.cc309 CHECK_IMPLIES(loc.IsSIMDStackSlot(), in ConnectSiblings()
471 CHECK_IMPLIES(location_source.IsSIMDStackSlot(), in ConnectSplitSiblings()
505 || destination.IsSIMDStackSlot(); in IsValidDestination()
Dlocations.h285 bool IsSIMDStackSlot() const { in IsSIMDStackSlot() function
303 DCHECK(IsStackSlot() || IsDoubleStackSlot() || IsSIMDStackSlot()); in GetStackIndex()
Dcode_generator_vector_arm64_sve.cc1305 DCHECK(destination.IsSIMDStackSlot()); in MoveToSIMDStackSlot()
1310 DCHECK(source.IsSIMDStackSlot()); in MoveToSIMDStackSlot()
Dgraph_visualizer.cc353 DCHECK(location.IsSIMDStackSlot()); in DumpLocation()
Dcode_generator_vector_arm64_neon.cc1572 DCHECK(destination.IsSIMDStackSlot()); in MoveToSIMDStackSlot()
1578 DCHECK(source.IsSIMDStackSlot()); in MoveToSIMDStackSlot()
Dcode_generator_x86_64.cc6198 } 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()
Dcode_generator_x86.cc6893 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()
Dcode_generator.cc1688 DCHECK(dest.IsStackSlot() || dest.IsDoubleStackSlot() || dest.IsSIMDStackSlot()) << dest; in ClearSpillSlotsFromLoopPhisInStackMap()
Dcode_generator_arm64.cc1637 } else if (source.IsSIMDStackSlot()) { in MoveLocation()
1668 } else if (destination.IsSIMDStackSlot()) { in MoveLocation()