Home
last modified time | relevance | path

Searched refs:TrySetVectorLength (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dloop_optimization.cc1566 return TrySetVectorLength(8); in TrySetVectorType()
1570 return TrySetVectorLength(4); in TrySetVectorType()
1573 return TrySetVectorLength(2); in TrySetVectorType()
1586 return TrySetVectorLength(16); in TrySetVectorType()
1590 return TrySetVectorLength(8); in TrySetVectorType()
1593 return TrySetVectorLength(4); in TrySetVectorType()
1596 return TrySetVectorLength(2); in TrySetVectorType()
1599 return TrySetVectorLength(4); in TrySetVectorType()
1602 return TrySetVectorLength(2); in TrySetVectorType()
1622 return TrySetVectorLength(16); in TrySetVectorType()
[all …]
Dloop_optimization.h189 bool TrySetVectorLength(uint32_t length);