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 | 173 size_t vector_length, in HeapLocation() argument 180 vector_length_(vector_length), in HeapLocation() 334 size_t vector_length = HeapLocation::kScalar; in GetArrayHeapLocation() local 341 vector_length = vec_op->GetVectorLength(); in GetArrayHeapLocation() 349 vector_length, in GetArrayHeapLocation() 372 size_t vector_length, in FindHeapLocationIndex() argument 382 loc->GetVectorLength() == vector_length && in FindHeapLocationIndex() 528 size_t vector_length, in MaybeCreateHeapLocation() argument 534 ref_info, type, offset, index, vector_length, declaring_class_def_index, is_vec_op); in MaybeCreateHeapLocation() 537 ref_info, type, offset, index, vector_length, declaring_class_def_index, is_vec_op); in MaybeCreateHeapLocation() [all …]
|
D | loop_analysis.h | 179 uint32_t vector_length ATTRIBUTE_UNUSED) const { in GetSIMDUnrollingFactor()
|
D | loop_optimization.cc | 1700 size_t vector_length = simd_register_size_ / DataType::Size(type); in TrySetVectorType() local 1711 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1720 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1723 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1726 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1729 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1732 return TrySetVectorLength(type, vector_length); in TrySetVectorType() 1977 uint32_t vector_length = red_vector->GetVectorLength(); in GenerateVecReductionPhiInputs() local 1984 vector_length, in GenerateVecReductionPhiInputs() 1992 vector_length, in GenerateVecReductionPhiInputs() [all …]
|