Searched refs:vector_length_ (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.cc | 423 vector_length_(0), in HLoopOptimization() 724 vector_length_ = 0; in ShouldVectorize() 847 uint32_t chunk = vector_length_ * unroll; in Vectorize() 963 graph_->GetConstant(induc_type, vector_length_), // increment per unroll in Vectorize() 1538 if (vector_length_ == 0) { in TrySetVectorLength() 1539 vector_length_ = length; in TrySetVectorLength() 1544 return vector_length_ == length; in TrySetVectorLength() 1570 HVecReplicateScalar(global_allocator_, input, type, vector_length_, kNoDexPc); in GenerateVecInv() 1604 global_allocator_, base, opa, opb, type, org->GetSideEffects(), vector_length_, dex_pc); in GenerateVecMem() 1612 vector_length_, in GenerateVecMem() [all …]
|
D | load_store_analysis.h | 104 vector_length_(vector_length), in HeapLocation() 121 size_t GetVectorLength() const { return vector_length_; } in GetVectorLength() 160 const size_t vector_length_; variable
|
D | nodes_vector.h | 87 vector_length_(vector_length) { in HVecOperation() 94 return vector_length_; in GetVectorLength() 99 return vector_length_ * DataType::Size(GetPackedType()); in GetVectorNumberOfBytes() 198 const size_t vector_length_;
|
D | loop_optimization.h | 263 uint32_t vector_length_; variable
|