Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h280 bool IsSIMDStackSlot() const { in IsSIMDStackSlot() function
285 DCHECK(IsStackSlot() || IsDoubleStackSlot() || IsSIMDStackSlot()); in GetStackIndex()
Dregister_allocation_resolver.cc506 || destination.IsSIMDStackSlot(); in IsValidDestination()
Dgraph_visualizer.cc323 DCHECK(location.IsSIMDStackSlot()); in DumpLocation()
Dcode_generator.cc1543 DCHECK(dest.IsStackSlot() || dest.IsDoubleStackSlot() || dest.IsSIMDStackSlot()) << dest; in ClearSpillSlotsFromLoopPhisInStackMap()