Lines Matching refs:VectorKind

7452     return VecTy && VecTy->getVectorKind() == VectorKind::SveFixedLengthData;  in isValidSveBitcast()
7495 VectorKind::AltiVecVector) || in anyAltivecTypes()
7497 VectorKind::AltiVecBool) || in anyAltivecTypes()
7499 VectorKind::AltiVecPixel)); in anyAltivecTypes()
7503 VectorKind::AltiVecVector) || in anyAltivecTypes()
7505 VectorKind::AltiVecBool) || in anyAltivecTypes()
7507 VectorKind::AltiVecPixel)); in anyAltivecTypes()
7797 if (getLangOpts().OpenCL && VTy->getVectorKind() == VectorKind::Generic && in BuildVectorLiteral()
9223 (VecType->getVectorKind() == VectorKind::AltiVecVector || in CheckAssignmentConstraints()
9224 VecType->getVectorKind() == VectorKind::AltiVecBool || in CheckAssignmentConstraints()
9225 VecType->getVectorKind() == VectorKind::AltiVecPixel)) in CheckAssignmentConstraints()
10089 LHSVecType->getVectorKind() == VectorKind::AltiVecBool && RHSVecType && in CheckVectorOperands()
10090 RHSVecType->getVectorKind() == VectorKind::AltiVecBool) in CheckVectorOperands()
10122 if (LHSVecType->getVectorKind() == VectorKind::AltiVecVector && in CheckVectorOperands()
10124 RHSVecType->getVectorKind() == VectorKind::AltiVecBool) { in CheckVectorOperands()
10129 LHSVecType->getVectorKind() == VectorKind::AltiVecBool && in CheckVectorOperands()
10130 RHSVecType->getVectorKind() == VectorKind::AltiVecVector && in CheckVectorOperands()
10144 if (VecType->getVectorKind() == VectorKind::SveFixedLengthData || in CheckVectorOperands()
10145 VecType->getVectorKind() == VectorKind::SveFixedLengthPredicate) in CheckVectorOperands()
10147 if (VecType->getVectorKind() == VectorKind::RVVFixedLengthData || in CheckVectorOperands()
10148 VecType->getVectorKind() == VectorKind::RVVFixedLengthMask) { in CheckVectorOperands()
10174 if (FirstVecType->getVectorKind() == VectorKind::Generic) { in CheckVectorOperands()
10175 if (SecondVecType->getVectorKind() == VectorKind::SveFixedLengthData || in CheckVectorOperands()
10177 VectorKind::SveFixedLengthPredicate) in CheckVectorOperands()
10179 if (SecondVecType->getVectorKind() == VectorKind::RVVFixedLengthData || in CheckVectorOperands()
10180 SecondVecType->getVectorKind() == VectorKind::RVVFixedLengthMask) { in CheckVectorOperands()
10189 SecondVecType->getVectorKind() == VectorKind::Generic) { in CheckVectorOperands()
11422 if (LHSVecType->getVectorKind() == VectorKind::AltiVecBool) in CheckShiftOperands()
11425 if (RHSVecType->getVectorKind() == VectorKind::AltiVecBool) in CheckShiftOperands()
12551 VectorKind::Generic); in GetSignedVectorType()
12554 VectorKind::Generic); in GetSignedVectorType()
12557 VectorKind::Generic); in GetSignedVectorType()
12560 VectorKind::Generic); in GetSignedVectorType()
12563 VectorKind::Generic); in GetSignedVectorType()
12567 VectorKind::Generic); in GetSignedVectorType()
12614 VectorKind::AltiVecVector) in CheckVectorCompareOperands()
13839 VectorKind::AltiVecBool)) { in CheckIncrementDecrementOperand()
14579 if (VT->getVectorKind() == VectorKind::Neon) in needsConversionOfHalfVec()
15359 VectorKind::AltiVecBool)) in CreateBuiltinUnaryOp()
15447 if (VTy->getVectorKind() != VectorKind::Generic) in CreateBuiltinUnaryOp()