Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc477 vector_length_(0), in HLoopOptimization()
1011 vector_length_ = 0; in ShouldVectorize()
1137 block, trip_count, MaxNumberPeeled(), vector_length_); in Vectorize()
1138 uint32_t chunk = vector_length_ * unroll; in Vectorize()
1258 graph_->GetConstant(induc_type, vector_length_), // increment per unroll in Vectorize()
1333 vector_length_, in GenerateNewLoop()
1340 vector_length_, in GenerateNewLoop()
1824 if (vector_length_ == 0) { in TrySetVectorLengthImpl()
1825 vector_length_ = length; in TrySetVectorLengthImpl()
1830 return vector_length_ == length; in TrySetVectorLengthImpl()
[all …]
Dload_store_analysis.h180 vector_length_(vector_length), in HeapLocation()
193 size_t GetVectorLength() const { return vector_length_; } in GetVectorLength()
229 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.h348 uint32_t vector_length_; variable
/art/runtime/gc/collector/
Dmark_compact.h656 size_t vector_length_; variable
Dmark_compact.cc426 vector_length_ = chunk_info_vec_size; in MarkCompact()
925 DCHECK_LE(vector_len, vector_length_); in PrepareForCompaction()
959 if (vector_len < vector_length_) { in PrepareForCompaction()
970 for (size_t i = vector_len; i < vector_length_; i++) { in PrepareForCompaction()