Lines Matching refs:isVector
186 HasVectors = llvm::any_of(I->values(), [](EVT T) { return T.isVector(); }); in Run()
260 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) { in LegalizeOp()
292 if (StVT.isVector() && ST->isTruncatingStore()) { in LegalizeOp()
321 llvm::any_of(Node->values(), [](EVT T) { return T.isVector(); }) || in LegalizeOp()
323 [](SDValue O) { return O.getValueType().isVector(); }); in LegalizeOp()
610 if (Node->getOperand(j).getValueType().isVector()) in Promote()
615 NVT.isVector() && NVT.getVectorElementType().isFloatingPoint()) in Promote()
627 (VT.isVector() && VT.getVectorElementType().isFloatingPoint() && in Promote()
628 NVT.isVector() && NVT.getVectorElementType().isFloatingPoint())) in Promote()
654 if (Node->getOperand(j).getValueType().isVector()) in PromoteINT_TO_FP()
921 assert(VT.isVector() && !Mask.getValueType().isVector() in ExpandSELECT()
1491 if (OperVT.isVector()) in UnrollStrictFPOp()