HomeSort by relevance Sort by last modified time
    Searched refs:GetVectorLength (Results 1 - 11 of 11) sorted by null

  /art/compiler/optimizing/
code_generator_vector_x86.cc 76 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...]
code_generator_vector_x86_64.cc 71 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(), 4u)
    [all...]
code_generator_vector_mips.cc 57 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(), 4u)
    [all...]
code_generator_vector_mips64.cc 62 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(), 4u)
    [all...]
code_generator_vector_arm_vixl.cc 61 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...]
code_generator_vector_arm64.cc 79 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(), 4u)
    [all...]
load_store_analysis.h 121 size_t GetVectorLength() const { return vector_length_; }
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());
nodes_vector_test.cc 165 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());
nodes_vector.h 67 // GetVectorLength() x GetPackedType() operations simultaneously.
93 size_t GetVectorLength() const {
132 return GetVectorLength() == o->GetVectorLength() && GetPackedType() == o->GetPackedType();
    [all...]
loop_optimization.cc     [all...]
instruction_simplifier.cc 325 binop->GetVectorLength(),
    [all...]

Completed in 158 milliseconds