Searched refs:vector_length (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | nodes_vector.h | 79 size_t vector_length, in HVecOperation() argument 88 vector_length_(vector_length) { in HVecOperation() 92 DCHECK_LT(1u, vector_length); in HVecOperation() 272 size_t vector_length, in HVecUnaryOperation() argument 279 vector_length, in HVecUnaryOperation() 300 size_t vector_length, in HVecBinaryOperation() argument 307 vector_length, in HVecBinaryOperation() 331 size_t vector_length, in HVecMemoryOperation() argument 338 vector_length, in HVecMemoryOperation() 391 size_t vector_length, in HVecReplicateScalar() argument [all …]
|
D | loop_analysis.cc | 159 uint32_t vector_length) const override { in GetSIMDUnrollingFactor() 162 DCHECK_NE(vector_length, 0u); in GetSIMDUnrollingFactor() 167 if (trip_count < (2 * vector_length + max_peel)) { in GetSIMDUnrollingFactor() 180 uint32_t uf2 = (trip_count - max_peel) / vector_length; in GetSIMDUnrollingFactor() 324 uint32_t vector_length) const override { in GetSIMDUnrollingFactor() 325 DCHECK_NE(vector_length, 0u); in GetSIMDUnrollingFactor() 340 if (trip_count < (2 * vector_length + max_peel)) { in GetSIMDUnrollingFactor() 353 uint32_t uf2 = (trip_count - max_peel) / vector_length; in GetSIMDUnrollingFactor()
|
D | load_store_analysis.h | 172 size_t vector_length, in HeapLocation() argument 178 vector_length_(vector_length), in HeapLocation() 330 size_t vector_length = HeapLocation::kScalar; in GetArrayHeapLocation() local 337 vector_length = vec_op->GetVectorLength(); in GetArrayHeapLocation() 345 vector_length, in GetArrayHeapLocation() 375 size_t vector_length, in FindHeapLocationIndex() argument 384 loc->GetVectorLength() == vector_length && in FindHeapLocationIndex() 529 size_t vector_length, in MaybeCreateHeapLocation() argument 534 ref_info, type, offset, index, vector_length, declaring_class_def_index); in MaybeCreateHeapLocation() 537 HeapLocation(ref_info, type, offset, index, vector_length, declaring_class_def_index); in MaybeCreateHeapLocation() [all …]
|
D | loop_analysis.h | 178 uint32_t vector_length ATTRIBUTE_UNUSED) const { in GetSIMDUnrollingFactor()
|
D | loop_optimization.cc | 1612 size_t vector_length = simd_register_size_ / DataType::Size(type); in TrySetVectorType() local 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() 1889 uint32_t vector_length = red_vector->GetVectorLength(); in GenerateVecReductionPhiInputs() local 1896 vector_length, in GenerateVecReductionPhiInputs() 1904 vector_length, in GenerateVecReductionPhiInputs() [all …]
|