Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc477 vector_length_(0), in HLoopOptimization()
923 vector_length_ = 0; in ShouldVectorize()
1049 block, trip_count, MaxNumberPeeled(), vector_length_); in Vectorize()
1050 uint32_t chunk = vector_length_ * unroll; in Vectorize()
1170 graph_->GetConstant(induc_type, vector_length_), // increment per unroll in Vectorize()
1245 vector_length_, in GenerateNewLoop()
1252 vector_length_, in GenerateNewLoop()
1736 if (vector_length_ == 0) { in TrySetVectorLengthImpl()
1737 vector_length_ = length; in TrySetVectorLengthImpl()
1742 return vector_length_ == length; in TrySetVectorLengthImpl()
[all …]
Dload_store_analysis.h178 vector_length_(vector_length), in HeapLocation()
190 size_t GetVectorLength() const { return vector_length_; } in GetVectorLength()
225 const size_t vector_length_; variable
Dnodes_vector.h88 vector_length_(vector_length) { in HVecOperation()
159 return vector_length_; in GetVectorLength()
164 return vector_length_ * DataType::Size(GetPackedType()); in GetVectorNumberOfBytes()
262 const size_t vector_length_;
Dloop_optimization.h315 uint32_t vector_length_; variable