Searched refs:vector_length_ (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.cc | 525 vector_length_(0), in HLoopOptimization() 1138 vector_length_ = 0; in CanVectorizeDataFlow() 1332 graph_->GetConstant(induc_type, vector_length_)); in VectorizePredicated() 1381 block, trip_count, MaxNumberPeeled(), vector_length_); in VectorizeTraditional() 1382 uint32_t chunk = vector_length_ * unroll; in VectorizeTraditional() 1500 graph_->GetConstant(induc_type, vector_length_), // per unroll in VectorizeTraditional() 1617 vector_length_, in GenerateNewLoopPredicated() 1625 vector_length_, in GenerateNewLoopPredicated() 2180 if (vector_length_ == 0) { in TrySetVectorLengthImpl() 2181 vector_length_ = length; in TrySetVectorLengthImpl() [all …]
|
D | load_store_analysis.h | 114 vector_length_(vector_length), in HeapLocation() 127 size_t GetVectorLength() const { return vector_length_; } in GetVectorLength() 163 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 | 524 uint32_t vector_length_; variable
|
/art/runtime/gc/collector/ |
D | mark_compact.h | 764 size_t vector_length_; variable
|
D | mark_compact.cc | 441 vector_length_ = moving_space_sz / kOffsetChunkSize; in InitializeInfoMap() 442 size_t total = vector_length_ * sizeof(uint32_t); in InitializeInfoMap() 1061 DCHECK_LE(vector_len, vector_length_); in PrepareForCompaction() 1095 if (vector_len < vector_length_) { in PrepareForCompaction() 1106 for (size_t i = vector_len; i < vector_length_; i++) { in PrepareForCompaction()
|