Searched refs:GetPackedType (Results 1 – 13 of 13) sorted by relevance
38 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 …]
82 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()105 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()114 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()167 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()174 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()191 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()199 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()215 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()223 switch (instruction->GetPackedType()) { in CreateVecUnOpLocations()242 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations()[all …]
32 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 …]
32 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 …]
77 DCHECK_EQ(DataType::Size(instr->GetPackedType()) * instr->GetVectorLength(), in ValidateVectorLength()84 switch (instruction->GetPackedType()) { in VisitVecReplicateScalar()107 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar()118 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()199 switch (instruction->GetPackedType()) { in VisitVecExtractScalar()211 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar()219 switch (instruction->GetPackedType()) { in CreateVecUnOpLocations()[all …]
206 if (DataType::IsFloatingPointType(instr->GetPackedType())) { in HandleSimpleArithmeticSIMD()239 if (instr->GetPackedType() == DataType::Type::kBool) { in VisitVecNot()258 if (DataType::IsFloatingPointType(instr->GetPackedType())) { in VisitVecMul()266 if (instr->GetPackedType() == DataType::Type::kFloat32) { in VisitVecDiv()269 DCHECK(instr->GetPackedType() == DataType::Type::kFloat64); in VisitVecDiv()330 size_t size = DataType::Size(instr->GetPackedType()); in VisitVecLoad()332 if (instr->GetPackedType() == DataType::Type::kUint16 in VisitVecLoad()347 size_t size = DataType::Size(instr->GetPackedType()); in VisitVecStore()
164 return vector_length_ * DataType::Size(GetPackedType()); in GetVectorNumberOfBytes()168 DataType::Type GetPackedType() const { in GetPackedType() function192 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()
177 EXPECT_EQ(DataType::Type::kInt32, v0->GetPackedType()); in TEST_F()178 EXPECT_EQ(DataType::Type::kInt32, v1->GetPackedType()); in TEST_F()179 EXPECT_EQ(DataType::Type::kInt32, v2->GetPackedType()); in TEST_F()180 EXPECT_EQ(DataType::Type::kInt16, v3->GetPackedType()); in TEST_F()181 EXPECT_EQ(DataType::Type::kInt32, v4->GetPackedType()); in TEST_F()
293 DataType::Type packed_type = access->GetPackedType(); in TryExtractVecArrayAccessAddress()304 DataType::Type another_packed_type = another_access->GetPackedType(); in TryExtractVecArrayAccessAddress()
336 type = vec_op->GetPackedType(); in GetArrayHeapLocation()615 DataType::Type type = instruction->GetPackedType(); in VisitVecLoad()623 DataType::Type type = instruction->GetPackedType(); in VisitVecStore()
594 StartAttributeStream("packed_type") << vec_operation->GetPackedType(); in VisitVecOperation()613 DataType::Type arg_type = instruction->InputAt(1)->AsVecOperation()->GetPackedType(); in VisitVecDotProd()
1890 DataType::Type type = red_vector->GetPackedType(); in GenerateVecReductionPhiInputs()1934 DataType::Type type = input_vector->GetPackedType(); in ReduceAndExtractIfNeeded()
275 DataType::Type type = mul->GetPackedType(); in TryCombineVecMultiplyAccumulate()343 vec_binop->GetPackedType(), in TryCombineVecMultiplyAccumulate()