Searched refs:TrySetVectorLength (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.cc | 1596 return TrySetVectorLength(type, 8); in TrySetVectorType() 1600 return TrySetVectorLength(type, 4); in TrySetVectorType() 1603 return TrySetVectorLength(type, 2); in TrySetVectorType() 1623 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1632 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1635 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1638 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1641 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1644 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1657 return TrySetVectorLength(type, 16); in TrySetVectorType() [all …]
|
D | loop_optimization.h | 192 bool TrySetVectorLength(DataType::Type type, uint32_t length) { in TrySetVectorLength() function
|