Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc2030 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 …]
Dloop_optimization.h396 bool TrySetVectorLength(DataType::Type type, uint32_t length) { in TrySetVectorLength() function