Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc476 vector_length_(0), in HLoopOptimization()
925 vector_length_ = 0; in ShouldVectorize()
1048 block, trip_count, MaxNumberPeeled(), vector_length_); in Vectorize()
1049 uint32_t chunk = vector_length_ * unroll; in Vectorize()
1165 graph_->GetConstant(induc_type, vector_length_), // increment per unroll in Vectorize()
1662 if (vector_length_ == 0) { in TrySetVectorLengthImpl()
1663 vector_length_ = length; in TrySetVectorLengthImpl()
1668 return vector_length_ == length; in TrySetVectorLengthImpl()
1694 HVecReplicateScalar(global_allocator_, input, type, vector_length_, kNoDexPc); in GenerateVecInv()
1728 global_allocator_, base, opa, opb, type, org->GetSideEffects(), vector_length_, dex_pc); in GenerateVecMem()
[all …]
Dload_store_analysis.h108 vector_length_(vector_length), in HeapLocation()
126 size_t GetVectorLength() const { return vector_length_; } in GetVectorLength()
169 const size_t vector_length_; variable
Dloop_optimization.h309 uint32_t vector_length_; variable
Dnodes_vector.h88 vector_length_(vector_length) { in HVecOperation()
150 return vector_length_; in GetVectorLength()
155 return vector_length_ * DataType::Size(GetPackedType()); in GetVectorNumberOfBytes()
253 const size_t vector_length_;