Searched refs:GetVectorLength (Results 1 - 11 of 11) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_vector_x86.cc76 DCHECK_EQ(16u, instruction->GetVectorLength());
84 DCHECK_EQ(8u, instruction->GetVectorLength());
90 DCHECK_EQ(4u, instruction->GetVectorLength());
95 DCHECK_EQ(2u, instruction->GetVectorLength());
104 DCHECK_EQ(4u, instruction->GetVectorLength());
109 DCHECK_EQ(2u, instruction->GetVectorLength());
158 DCHECK_LE(4u, instruction->GetVectorLength());
159 DCHECK_LE(instruction->GetVectorLength(), 16u);
163 DCHECK_EQ(2u, instruction->GetVectorLength());
172 DCHECK_LE(2u, instruction->GetVectorLength());
[all...]
H A Dcode_generator_vector_x86_64.cc71 DCHECK_EQ(16u, instruction->GetVectorLength());
79 DCHECK_EQ(8u, instruction->GetVectorLength());
85 DCHECK_EQ(4u, instruction->GetVectorLength());
90 DCHECK_EQ(2u, instruction->GetVectorLength());
95 DCHECK_EQ(4u, instruction->GetVectorLength());
100 DCHECK_EQ(2u, instruction->GetVectorLength());
146 DCHECK_EQ(4u, instruction->GetVectorLength());
150 DCHECK_EQ(2u, instruction->GetVectorLength());
155 DCHECK_LE(2u, instruction->GetVectorLength());
156 DCHECK_LE(instruction->GetVectorLength(),
[all...]
H A Dcode_generator_vector_mips.cc57 DCHECK_EQ(16u, instruction->GetVectorLength());
62 DCHECK_EQ(8u, instruction->GetVectorLength());
66 DCHECK_EQ(4u, instruction->GetVectorLength());
70 DCHECK_EQ(2u, instruction->GetVectorLength());
80 DCHECK_EQ(4u, instruction->GetVectorLength());
86 DCHECK_EQ(2u, instruction->GetVectorLength());
126 DCHECK_EQ(4u, instruction->GetVectorLength());
130 DCHECK_EQ(2u, instruction->GetVectorLength());
136 DCHECK_LE(2u, instruction->GetVectorLength());
137 DCHECK_LE(instruction->GetVectorLength(),
[all...]
H A Dcode_generator_vector_mips64.cc62 DCHECK_EQ(16u, instruction->GetVectorLength());
67 DCHECK_EQ(8u, instruction->GetVectorLength());
71 DCHECK_EQ(4u, instruction->GetVectorLength());
75 DCHECK_EQ(2u, instruction->GetVectorLength());
79 DCHECK_EQ(4u, instruction->GetVectorLength());
85 DCHECK_EQ(2u, instruction->GetVectorLength());
125 DCHECK_EQ(4u, instruction->GetVectorLength());
129 DCHECK_EQ(2u, instruction->GetVectorLength());
134 DCHECK_LE(2u, instruction->GetVectorLength());
135 DCHECK_LE(instruction->GetVectorLength(),
[all...]
H A Dcode_generator_vector_arm_vixl.cc61 DCHECK_EQ(8u, instruction->GetVectorLength());
66 DCHECK_EQ(4u, instruction->GetVectorLength());
70 DCHECK_EQ(2u, instruction->GetVectorLength());
97 DCHECK_EQ(2u, instruction->GetVectorLength());
140 DCHECK_EQ(2u, instruction->GetVectorLength());
178 DCHECK_EQ(8u, instruction->GetVectorLength());
183 DCHECK_EQ(4u, instruction->GetVectorLength());
187 DCHECK_EQ(2u, instruction->GetVectorLength());
206 DCHECK_EQ(8u, instruction->GetVectorLength());
210 DCHECK_EQ(4u, instruction->GetVectorLength());
[all...]
H A Dcode_generator_vector_arm64.cc79 DCHECK_EQ(16u, instruction->GetVectorLength());
88 DCHECK_EQ(8u, instruction->GetVectorLength());
96 DCHECK_EQ(4u, instruction->GetVectorLength());
104 DCHECK_EQ(2u, instruction->GetVectorLength());
112 DCHECK_EQ(4u, instruction->GetVectorLength());
120 DCHECK_EQ(2u, instruction->GetVectorLength());
162 DCHECK_EQ(4u, instruction->GetVectorLength());
166 DCHECK_EQ(2u, instruction->GetVectorLength());
171 DCHECK_LE(2u, instruction->GetVectorLength());
172 DCHECK_LE(instruction->GetVectorLength(),
[all...]
H A Dload_store_analysis.h121 size_t GetVectorLength() const { return vector_length_; } function in class:art::HeapLocation
291 loc->GetVectorLength() == vector_length &&
398 size_t vector_length1 = loc1->GetVectorLength();
399 size_t vector_length2 = loc2->GetVectorLength();
527 VisitArrayAccess(array, index, instruction->GetVectorLength());
534 VisitArrayAccess(array, index, instruction->GetVectorLength());
H A Dnodes_vector_test.cc165 EXPECT_EQ(4u, v0->GetVectorLength());
166 EXPECT_EQ(4u, v1->GetVectorLength());
167 EXPECT_EQ(2u, v2->GetVectorLength());
168 EXPECT_EQ(4u, v3->GetVectorLength());
169 EXPECT_EQ(4u, v4->GetVectorLength());
H A Dnodes_vector.h67 // GetVectorLength() x GetPackedType() operations simultaneously.
93 size_t GetVectorLength() const { function in class:art::HVecOperation
132 return GetVectorLength() == o->GetVectorLength() && GetPackedType() == o->GetPackedType();
H A Dloop_optimization.cc1682 uint32_t vector_length = red_vector->GetVectorLength();
1717 uint32_t vector_length = input_vector->GetVectorLength();
H A Dinstruction_simplifier.cc325 binop->GetVectorLength(),

Completed in 85 milliseconds