Home
last modified time | relevance | path

Searched refs:GetPackedType (Results 1 – 14 of 14) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_vector_arm_vixl.cc38 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()
49 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()
57 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()
74 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()
81 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()
87 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
95 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()
101 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
109 switch (instruction->GetPackedType()) { in CreateVecUnOpLocations()
125 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations()
[all …]
Dcode_generator_vector_arm64_neon.cc80 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()
103 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()
112 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()
165 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()
172 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()
189 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
197 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()
213 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
221 switch (instruction->GetPackedType()) { in CreateVecUnOpLocations()
240 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations()
[all …]
Dcode_generator_vector_x86_64.cc32 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()
52 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()
68 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()
106 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()
113 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()
130 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
138 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()
144 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
161 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
169 switch (instruction->GetPackedType()) { in CreateVecUnOpLocations()
[all …]
Dcode_generator_vector_x86.cc32 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()
57 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()
73 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()
115 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()
122 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()
142 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
150 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()
156 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
178 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
186 switch (instruction->GetPackedType()) { in CreateVecUnOpLocations()
[all …]
Dcode_generator_vector_arm64_sve.cc73 DCHECK_EQ(DataType::Size(instr->GetPackedType()) * instr->GetVectorLength(), in ValidateVectorLength()
80 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()
103 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()
114 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()
161 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()
168 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()
185 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
195 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()
207 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()
215 switch (instruction->GetPackedType()) { in CreateVecUnOpLocations()
[all …]
Dscheduler_arm64.cc315 if (DataType::IsFloatingPointType(instr->GetPackedType())) { in HandleSimpleArithmeticSIMD()
348 if (instr->GetPackedType() == DataType::Type::kBool) { in VisitVecNot()
367 if (DataType::IsFloatingPointType(instr->GetPackedType())) { in VisitVecMul()
375 if (instr->GetPackedType() == DataType::Type::kFloat32) { in VisitVecDiv()
378 DCHECK(instr->GetPackedType() == DataType::Type::kFloat64); in VisitVecDiv()
438 size_t size = DataType::Size(instr->GetPackedType()); in VisitVecLoad()
440 if (instr->GetPackedType() == DataType::Type::kUint16 in VisitVecLoad()
455 size_t size = DataType::Size(instr->GetPackedType()); in VisitVecStore()
Dnodes_vector.h164 return vector_length_ * DataType::Size(GetPackedType()); in GetVectorNumberOfBytes()
168 DataType::Type GetPackedType() const { in GetPackedType() function
192 return GetVectorLength() == o->GetVectorLength() && GetPackedType() == o->GetPackedType(); in InstructionDataEquals()
374 DataType::Type input_type = input->AsVecOperation()->GetPackedType(); in HasConsistentPackedTypes()
495 DataType::Type GetInputType() const { return InputAt(0)->AsVecOperation()->GetPackedType(); } in GetInputType()
496 DataType::Type GetResultType() const { return GetPackedType(); } in GetResultType()
1079 DCHECK_EQ(ToSignedType(sad_left->AsVecOperation()->GetPackedType()), in HVecSADAccumulate()
1080 ToSignedType(sad_right->AsVecOperation()->GetPackedType())); in HVecSADAccumulate()
1127 DCHECK_EQ(ToSignedType(left->AsVecOperation()->GetPackedType()), in HVecDotProd()
1128 ToSignedType(right->AsVecOperation()->GetPackedType())); in HVecDotProd()
Dnodes_vector_test.cc178 EXPECT_EQ(DataType::Type::kInt32, v0->GetPackedType()); in TEST_F()
179 EXPECT_EQ(DataType::Type::kInt32, v1->GetPackedType()); in TEST_F()
180 EXPECT_EQ(DataType::Type::kInt32, v2->GetPackedType()); in TEST_F()
181 EXPECT_EQ(DataType::Type::kInt16, v3->GetPackedType()); in TEST_F()
182 EXPECT_EQ(DataType::Type::kInt32, v4->GetPackedType()); in TEST_F()
Dinstruction_simplifier_shared.cc251 DataType::Type packed_type = access->GetPackedType(); in TryExtractVecArrayAccessAddress()
262 DataType::Type another_packed_type = another_access->GetPackedType(); in TryExtractVecArrayAccessAddress()
Dinstruction_simplifier_arm64.cc295 size_t size = DataType::Size(instruction->GetPackedType()); in VisitVecLoad()
309 size_t size = DataType::Size(instruction->GetPackedType()); in VisitVecStore()
Dload_store_analysis.h263 type = vec_op->GetPackedType(); in GetArrayHeapLocation()
535 DataType::Type type = instruction->GetPackedType(); in VisitVecLoad()
544 DataType::Type type = instruction->GetPackedType(); in VisitVecStore()
Dgraph_visualizer.cc605 StartAttributeStream("packed_type") << vec_operation->GetPackedType(); in VisitVecOperation()
625 DataType::Type arg_type = instruction->InputAt(1)->AsVecOperation()->GetPackedType(); in VisitVecDotProd()
Dloop_optimization.cc1360 vec_op->GetPackedType(), in VectorizePredicated()
2326 DataType::Type type = red_vector->GetPackedType(); in GenerateVecReductionPhiInputs()
2362 DataType::Type type = input_vector->GetPackedType(); in ReduceAndExtractIfNeeded()
Dinstruction_simplifier.cc281 DataType::Type type = mul->GetPackedType(); in TryCombineVecMultiplyAccumulate()
349 vec_binop->GetPackedType(), in TryCombineVecMultiplyAccumulate()