Searched refs:kFloat32x4 (Results 1 – 2 of 2) sorted by relevance
210 case SimdType::kFloat32x4: in MachineTypeFrom()233 replacements_[node->id()].type = SimdType::kFloat32x4; in SetLoweredType()276 replacements_[node->id()].type = SimdType::kFloat32x4; in SetLoweredType()328 if (type == SimdType::kFloat32x4 || type == SimdType::kInt32x4) { in NumLanes()514 (input_rep_type == SimdType::kFloat32x4) in LowerCompareOp()696 Node** rep = GetReplacementsWithType(node->InputAt(0), SimdType::kFloat32x4); in LowerConvertFromFloat()867 (input_rep_type == SimdType::kFloat32x4) in LowerNotEqual()1303 LowerNotEqual(node, SimdType::kFloat32x4, machine()->Float32Equal()); in LowerNode()1523 if (ReplacementType(node) == SimdType::kFloat32x4) { in GetReplacementsWithType()1532 } else if (type == SimdType::kFloat32x4) { in GetReplacementsWithType()[all …]
35 enum class SimdType : uint8_t { kFloat32x4, kInt32x4, kInt16x8, kInt8x16 }; enumerator