Searched refs:TrySetVectorLength (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.cc | 2030 return TrySetVectorLength(type, 8); in TrySetVectorType() 2034 return TrySetVectorLength(type, 4); in TrySetVectorType() 2037 return TrySetVectorLength(type, 2); in TrySetVectorType() 2056 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 2064 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 2074 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 2077 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 2080 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 2083 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 2086 return TrySetVectorLength(type, vector_length); in TrySetVectorType() [all …]
|
D | loop_optimization.h | 396 bool TrySetVectorLength(DataType::Type type, uint32_t length) { in TrySetVectorLength() function
|