Home
last modified time | relevance | path

Searched refs:vector_length_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dloop_optimization.cc473 vector_length_(0), in HLoopOptimization()
928 vector_length_ = 0; in ShouldVectorize()
1051 block, trip_count, MaxNumberPeeled(), vector_length_); in Vectorize()
1052 uint32_t chunk = vector_length_ * unroll; in Vectorize()
1168 graph_->GetConstant(induc_type, vector_length_), // increment per unroll in Vectorize()
1663 if (vector_length_ == 0) { in TrySetVectorLength()
1664 vector_length_ = length; in TrySetVectorLength()
1669 return vector_length_ == length; in TrySetVectorLength()
1695 HVecReplicateScalar(global_allocator_, input, type, vector_length_, kNoDexPc); in GenerateVecInv()
1729 global_allocator_, base, opa, opb, type, org->GetSideEffects(), vector_length_, dex_pc); in GenerateVecMem()
[all …]
Dload_store_analysis.h106 vector_length_(vector_length), in HeapLocation()
124 size_t GetVectorLength() const { return vector_length_; } in GetVectorLength()
167 const size_t vector_length_; variable
Dnodes_vector.h88 vector_length_(vector_length) { in HVecOperation()
95 return vector_length_; in GetVectorLength()
100 return vector_length_ * DataType::Size(GetPackedType()); in GetVectorNumberOfBytes()
194 const size_t vector_length_;
Dloop_optimization.h298 uint32_t vector_length_; variable