Searched refs:vector_length_ (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.cc | 477 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 …]
|
D | load_store_analysis.h | 180 vector_length_(vector_length), in HeapLocation() 193 size_t GetVectorLength() const { return vector_length_; } in GetVectorLength() 229 const size_t vector_length_; variable
|
D | nodes_vector.h | 88 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_;
|
D | loop_optimization.h | 348 uint32_t vector_length_; variable
|
/art/runtime/gc/collector/ |
D | mark_compact.h | 656 size_t vector_length_; variable
|
D | mark_compact.cc | 426 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()
|