• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/

Lines Matching refs:isVector

1258   if (VT.isVector() || !VT.isInteger())
1326 if (VT.isVector() || !VT.isInteger())
1375 if (VT.isVector() || !VT.isInteger())
1406 if (VT.isVector() || !VT.isInteger())
2172 if (VT.isVector()) {
2431 if (VT.isVector()) {
2743 if (VT.isVector())
3043 if (!VT.isVector())
3057 if (VT.isVector()) {
3383 if (VT.isVector()) {
3542 if (VT.isVector()) {
3588 (!VT.isVector() || Level <= AfterLegalizeVectorOps)) {
3729 if (VT.isVector() || !VT.isInteger())
3842 if (VT.isVector())
3987 if (VT.isVector())
4166 if (VT.isVector()) {
4189 if (!TLI.isMulhCheaperThanMulShift(VT) && VT.isSimple() && !VT.isVector()) {
4213 if (VT.isVector()) {
4245 if (!TLI.isMulhCheaperThanMulShift(VT) && VT.isSimple() && !VT.isVector()) {
4321 if (VT.isSimple() && !VT.isVector()) {
4364 if (VT.isSimple() && !VT.isVector()) {
4421 if (VT.isVector())
4488 if ((VT.isVector() || LegalOperations) &&
4555 !(VT.isVector() && TLI.isTypeLegal(VT) &&
4556 !XVT.isVector() && !TLI.isTypeLegal(XVT))) {
4990 if (Op.getValueType().isVector())
5256 if (VT.isVector()) {
5305 if (VT.isVector())
5446 if (!VT.isVector() && N1C && (N0.getOpcode() == ISD::LOAD ||
5950 if (VT.isVector()) {
7276 if (VT.isVector()) {
7747 if (VT.isVector()) {
8080 if (VT.isVector())
8098 if (VT.isVector())
8128 if (VT.isVector())
8149 if (VT.isVector())
8189 if (VT.isVector())
8269 if (VT.isVector())
8541 if ((BitWidth % 8) == 0 && (ShAmt % 8) == 0 && !VT.isVector() &&
9536 if (!(VT.isVector() && (!LegalTypes || TLI.isTypeLegal(SVT)) &&
9690 !DstVT.isVector() || !DstVT.isPow2VectorType() ||
9893 VT.isVector()) &&
9917 ((LegalOperations || VT.isVector() ||
9926 if (VT.isVector())
10153 if (VT.isVector() && !LegalOperations &&
10202 if (!VT.isVector() && !TLI.convertSelectOfConstantsToMath(VT)) {
10351 if (SrcVT.bitsLT(VT) && VT.isVector()) {
10480 if (!LegalOperations && VT.isVector() &&
10607 if (ISD::isNON_EXTLoad(N0.getNode()) && !VT.isVector() &&
10662 if (VT.isVector() && !LegalOperations) {
10812 if (VT.isVector())
11297 if (Level == AfterLegalizeVectorOps && VT.isVector() &&
11328 if (!VT.isVector()) {
11404 if (N0.getOpcode() == ISD::BITCAST && !VT.isVector()) {
11407 if (VecSrcVT.isVector() && VecSrcVT.getScalarType() == VT &&
11419 if (!VT.isVector() &&
11599 if (VT.isVector() &&
11614 (isa<ConstantSDNode>(N0) && VT.isFloatingPoint() && !VT.isVector() &&
11616 (isa<ConstantFPSDNode>(N0) && VT.isInteger() && !VT.isVector() &&
11672 !VT.isVector() && !N0.getValueType().isVector()) {
11722 VT.isInteger() && !VT.isVector()) {
11792 if (Level < AfterLegalizeDAG && TLI.isTypeLegal(VT) && VT.isVector() &&
12622 if (VT.isVector())
12802 if (VT.isVector())
12882 if (VT.isVector()) {
13167 if (VT.isVector() && DAG.isSplatValue(N1))
13224 if (VT.isVector())
13584 !VT.isVector() &&
13594 N0.getOperand(0).getOpcode() == ISD::SETCC && !VT.isVector() &&
13634 if (N0.getOpcode() == ISD::SETCC && !VT.isVector() &&
13905 if (IntVT.isInteger() && !IntVT.isVector()) {
13907 if (N0.getValueType().isVector()) {
14002 if (IntVT.isInteger() && !IntVT.isVector()) {
14004 if (N0.getValueType().isVector()) {
14669 return T.isVector() ? T.getVectorNumElements() : 0;
14778 if (STType.isInteger() && LDMemType.isInteger() && !STType.isVector() &&
14779 !LDMemType.isVector() && LD->getExtensionType() != ISD::SEXTLOAD) {
14803 if (!STMemType.isVector() && !LDMemType.isVector() &&
15643 if (ST->isTruncatingStore() || VT.isVector() || !Value.hasOneUse())
15919 unsigned NumMemElts = MemVT.isVector() ? MemVT.getVectorNumElements() : 1;
15957 StoredVal = DAG.getNode(MemVT.isVector() ? ISD::CONCAT_VECTORS
15979 unsigned OpC = MemVT.isVector() ? ISD::EXTRACT_SUBVECTOR
15990 StoredVal = DAG.getNode(MemVT.isVector() ? ISD::CONCAT_VECTORS
16331 unsigned NumMemElts = MemVT.isVector() ? MemVT.getVectorNumElements() : 1;
16454 unsigned NumMemElts = MemVT.isVector() ? MemVT.getVectorNumElements() : 1;
16525 unsigned NumMemElts = MemVT.isVector() ? MemVT.getVectorNumElements() : 1;
17417 !InsertVal.getOperand(0).getValueType().isVector())
17886 if (!BCVT.isVector() || ExtVT.bitsGT(BCVT.getVectorElementType()))
18666 if (SrcVT.isVector()) {
18751 !Op.getOperand(0).getValueType().isVector())
18889 if (!SrcVT.isVector())
18948 assert(In.getValueType().isVector() && "Must concat vectors");
18971 if (!Scalar.getValueType().isVector()) {
19371 V.getOperand(0).getValueType().isVector()) {
20136 if (ConvInput.getValueType().isVector() &&
20509 if (CN0VT.isVector() && CN1VT.isVector() &&
20545 N0Src.getValueType().isVector() && N1Src.getValueType().isVector()) {
20797 assert(N->getValueType(0).isVector() &&
20995 if (TheSelect->getOperand(0).getValueType().isVector()) return false;
21691 ISD::NodeType SelOpcode = VT.isVector() ? ISD::VSELECT : ISD::SELECT;