Searched refs:BVOp (Results 1 – 2 of 2) sorted by relevance
2411 static SDValue lowerBUILD_VECTORAsBroadCastLoad(BuildVectorSDNode *BVOp, in lowerBUILD_VECTORAsBroadCastLoad() argument2414 MVT VT = BVOp->getSimpleValueType(0); in lowerBUILD_VECTORAsBroadCastLoad()2415 int NumOps = BVOp->getNumOperands(); in lowerBUILD_VECTORAsBroadCastLoad()2424 SDValue Op = BVOp->getOperand(i); in lowerBUILD_VECTORAsBroadCastLoad()2429 IdentitySrc = BVOp->getOperand(0); in lowerBUILD_VECTORAsBroadCastLoad()2433 if (!IsIdeneity || !IdentitySrc || !BVOp->isOnlyUserOf(IdentitySrc.getNode())) in lowerBUILD_VECTORAsBroadCastLoad()
7642 static SDValue lowerBuildVectorAsBroadcast(BuildVectorSDNode *BVOp, in lowerBuildVectorAsBroadcast() argument7652 MVT VT = BVOp->getSimpleValueType(0); in lowerBuildVectorAsBroadcast()7662 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()7711 if (BVOp->isConstantSplat(SplatValue, Undef, SplatBitSize, HasUndef) && in lowerBuildVectorAsBroadcast()7716 if (isFoldableUseOfShuffle(BVOp)) in lowerBuildVectorAsBroadcast()7777 if (!ConstSplatVal && !IsLoad && !BVOp->isOnlyUserOf(Ld.getNode())) in lowerBuildVectorAsBroadcast()8788 static SDValue lowerBuildVectorAsBlend(BuildVectorSDNode *BVOp, SDLoc const &DL, in lowerBuildVectorAsBlend() argument8791 MVT VT = BVOp->getSimpleValueType(0u); in lowerBuildVectorAsBlend()8798 for (SDValue Op : BVOp->ops()) { in lowerBuildVectorAsBlend()8808 SDValue Op0 = BVOp->getOperand(0u); in lowerBuildVectorAsBlend()[all …]