Home | History | Annotate | Download | only in ARM

Lines Matching refs:BVN

3931   BuildVectorSDNode *BVN = cast<BuildVectorSDNode>(Op.getNode());
3938 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
4500 SDNode *BVN = N->getOperand(0).getNode();
4501 if (BVN->getValueType(0) != MVT::v4i32 ||
4502 BVN->getOpcode() != ISD::BUILD_VECTOR)
4506 ConstantSDNode *Lo0 = dyn_cast<ConstantSDNode>(BVN->getOperand(LoElt));
4507 ConstantSDNode *Hi0 = dyn_cast<ConstantSDNode>(BVN->getOperand(HiElt));
4508 ConstantSDNode *Lo1 = dyn_cast<ConstantSDNode>(BVN->getOperand(LoElt+2));
4509 ConstantSDNode *Hi1 = dyn_cast<ConstantSDNode>(BVN->getOperand(HiElt+2));
4578 SDNode *BVN = N->getOperand(0).getNode();
4579 assert(BVN->getOpcode() == ISD::BUILD_VECTOR &&
4580 BVN->getValueType(0) == MVT::v4i32 && "expected v4i32 BUILD_VECTOR");
4583 BVN->getOperand(LowElt), BVN->getOperand(LowElt+2));
6776 BuildVectorSDNode *BVN = dyn_cast<BuildVectorSDNode>(N->getOperand(1));
6787 if (BVN &&
6788 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
6812 BuildVectorSDNode *BVN = dyn_cast<BuildVectorSDNode>(N->getOperand(1));
6823 if (BVN && Subtarget->hasNEON() &&
6824 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
7600 BuildVectorSDNode *BVN = dyn_cast<BuildVectorSDNode>(Op.getNode());
7604 if (! BVN || ! BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize,