Lines Matching refs:VectorKind
8265 return VecTy && VecTy->getVectorKind() == VectorKind::SveFixedLengthData; in isValidSveBitcast()
8286 return VecTy && VecTy->getVectorKind() == VectorKind::RVVFixedLengthData; in isValidRVVBitcast()
8332 VectorKind::AltiVecVector) || in anyAltivecTypes()
8334 VectorKind::AltiVecBool) || in anyAltivecTypes()
8336 VectorKind::AltiVecPixel)); in anyAltivecTypes()
8340 VectorKind::AltiVecVector) || in anyAltivecTypes()
8342 VectorKind::AltiVecBool) || in anyAltivecTypes()
8344 VectorKind::AltiVecPixel)); in anyAltivecTypes()
8643 if (getLangOpts().OpenCL && VTy->getVectorKind() == VectorKind::Generic && in BuildVectorLiteral()
10219 (VecType->getVectorKind() == VectorKind::AltiVecVector || in CheckAssignmentConstraints()
10220 VecType->getVectorKind() == VectorKind::AltiVecBool || in CheckAssignmentConstraints()
10221 VecType->getVectorKind() == VectorKind::AltiVecPixel)) in CheckAssignmentConstraints()
11087 LHSVecType->getVectorKind() == VectorKind::AltiVecBool && RHSVecType && in CheckVectorOperands()
11088 RHSVecType->getVectorKind() == VectorKind::AltiVecBool) in CheckVectorOperands()
11120 if (LHSVecType->getVectorKind() == VectorKind::AltiVecVector && in CheckVectorOperands()
11122 RHSVecType->getVectorKind() == VectorKind::AltiVecBool) { in CheckVectorOperands()
11127 LHSVecType->getVectorKind() == VectorKind::AltiVecBool && in CheckVectorOperands()
11128 RHSVecType->getVectorKind() == VectorKind::AltiVecVector && in CheckVectorOperands()
11142 if (VecType->getVectorKind() == VectorKind::SveFixedLengthData || in CheckVectorOperands()
11143 VecType->getVectorKind() == VectorKind::SveFixedLengthPredicate) in CheckVectorOperands()
11145 if (VecType->getVectorKind() == VectorKind::RVVFixedLengthData || in CheckVectorOperands()
11146 VecType->getVectorKind() == VectorKind::RVVFixedLengthMask) { in CheckVectorOperands()
11172 if (FirstVecType->getVectorKind() == VectorKind::Generic) { in CheckVectorOperands()
11173 if (SecondVecType->getVectorKind() == VectorKind::SveFixedLengthData || in CheckVectorOperands()
11175 VectorKind::SveFixedLengthPredicate) in CheckVectorOperands()
11177 if (SecondVecType->getVectorKind() == VectorKind::RVVFixedLengthData || in CheckVectorOperands()
11178 SecondVecType->getVectorKind() == VectorKind::RVVFixedLengthMask) { in CheckVectorOperands()
11187 SecondVecType->getVectorKind() == VectorKind::Generic) { in CheckVectorOperands()
12403 if (LHSVecType->getVectorKind() == VectorKind::AltiVecBool) in CheckShiftOperands()
12406 if (RHSVecType->getVectorKind() == VectorKind::AltiVecBool) in CheckShiftOperands()
13575 VectorKind::Generic); in GetSignedVectorType()
13578 VectorKind::Generic); in GetSignedVectorType()
13581 VectorKind::Generic); in GetSignedVectorType()
13584 VectorKind::Generic); in GetSignedVectorType()
13587 VectorKind::Generic); in GetSignedVectorType()
13591 VectorKind::Generic); in GetSignedVectorType()
13642 VectorKind::AltiVecVector) in CheckVectorCompareOperands()
14869 VectorKind::AltiVecBool)) { in CheckIncrementDecrementOperand()
15580 if (VT->getVectorKind() == VectorKind::Neon) in needsConversionOfHalfVec()
16361 VectorKind::AltiVecBool)) in CreateBuiltinUnaryOp()
16451 if (VTy->getVectorKind() != VectorKind::Generic) in CreateBuiltinUnaryOp()