Home
last modified time | relevance | path

Searched refs:vector_length (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dnodes_vector.h79 size_t vector_length, in HVecOperation() argument
88 vector_length_(vector_length) { in HVecOperation()
90 DCHECK_LT(1u, vector_length); in HVecOperation()
204 size_t vector_length, in HVecUnaryOperation() argument
211 vector_length, in HVecUnaryOperation()
232 size_t vector_length, in HVecBinaryOperation() argument
239 vector_length, in HVecBinaryOperation()
263 size_t vector_length, in HVecMemoryOperation() argument
270 vector_length, in HVecMemoryOperation()
323 size_t vector_length, in HVecReplicateScalar() argument
[all …]
Dload_store_analysis.h100 size_t vector_length, in HeapLocation() argument
106 vector_length_(vector_length), in HeapLocation()
259 size_t vector_length = HeapLocation::kScalar; in GetArrayHeapLocation() local
266 vector_length = vec_op->GetVectorLength(); in GetArrayHeapLocation()
274 vector_length, in GetArrayHeapLocation()
304 size_t vector_length, in FindHeapLocationIndex() argument
313 loc->GetVectorLength() == vector_length && in FindHeapLocationIndex()
453 size_t vector_length, in GetOrCreateHeapLocation() argument
458 ref_info, type, offset, index, vector_length, declaring_class_def_index); in GetOrCreateHeapLocation()
461 HeapLocation(ref_info, type, offset, index, vector_length, declaring_class_def_index); in GetOrCreateHeapLocation()
[all …]
Dloop_analysis.cc156 uint32_t vector_length) const override { in GetSIMDUnrollingFactor()
159 DCHECK_NE(vector_length, 0u); in GetSIMDUnrollingFactor()
160 if (trip_count < (2 * vector_length + max_peel)) { in GetSIMDUnrollingFactor()
173 uint32_t uf2 = (trip_count - max_peel) / vector_length; in GetSIMDUnrollingFactor()
Dloop_analysis.h176 uint32_t vector_length ATTRIBUTE_UNUSED) const { in GetSIMDUnrollingFactor()
Dloop_optimization.cc1851 uint32_t vector_length = red_vector->GetVectorLength(); in GenerateVecReductionPhiInputs() local
1858 vector_length, in GenerateVecReductionPhiInputs()
1866 vector_length, in GenerateVecReductionPhiInputs()
1886 uint32_t vector_length = input_vector->GetVectorLength(); in ReduceAndExtractIfNeeded() local
1895 global_allocator_, instruction, type, vector_length, kind, kNoDexPc); in ReduceAndExtractIfNeeded()
1898 global_allocator_, reduce, type, vector_length, 0, kNoDexPc); in ReduceAndExtractIfNeeded()