Searched refs:vector_length (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | nodes_vector.h | 79 size_t vector_length, in HVecOperation() argument 87 vector_length_(vector_length) { in HVecOperation() 89 DCHECK_LT(1u, vector_length); in HVecOperation() 208 size_t vector_length, in HVecUnaryOperation() argument 215 vector_length, in HVecUnaryOperation() 236 size_t vector_length, in HVecBinaryOperation() argument 243 vector_length, in HVecBinaryOperation() 267 size_t vector_length, in HVecMemoryOperation() argument 274 vector_length, in HVecMemoryOperation() 327 size_t vector_length, in HVecReplicateScalar() argument [all …]
|
D | load_store_analysis.h | 99 size_t vector_length, in HeapLocation() argument 104 vector_length_(vector_length), in HeapLocation() 248 size_t vector_length = HeapLocation::kScalar) const { 251 DCHECK_GE(vector_length, HeapLocation::kScalar); 255 vector_length, 284 size_t vector_length, in FindHeapLocationIndex() argument 291 loc->GetVectorLength() == vector_length && in FindHeapLocationIndex() 430 size_t vector_length, in GetOrCreateHeapLocation() argument 435 ref_info, offset, index, vector_length, declaring_class_def_index); in GetOrCreateHeapLocation() 438 HeapLocation(ref_info, offset, index, vector_length, declaring_class_def_index); in GetOrCreateHeapLocation() [all …]
|
D | load_store_elimination.cc | 549 size_t vector_length, in VisitGetLocation() argument 554 ref_info, offset, index, vector_length, declaring_class_def_index); in VisitGetLocation() 617 size_t vector_length, in VisitSetLocation() argument 626 ref_info, offset, index, vector_length, declaring_class_def_index); in VisitSetLocation()
|
D | loop_optimization.cc | 1682 uint32_t vector_length = red_vector->GetVectorLength(); in GenerateVecReductionPhiInputs() local 1689 vector_length, in GenerateVecReductionPhiInputs() 1697 vector_length, in GenerateVecReductionPhiInputs() 1717 uint32_t vector_length = input_vector->GetVectorLength(); in ReduceAndExtractIfNeeded() local 1726 global_allocator_, instruction, type, vector_length, kind, kNoDexPc); in ReduceAndExtractIfNeeded() 1729 global_allocator_, reduce, type, vector_length, 0, kNoDexPc); in ReduceAndExtractIfNeeded()
|