Home | History | Annotate | Download | only in ARM

Lines Matching defs:BVN

5649   BuildVectorSDNode *BVN = cast<BuildVectorSDNode>(Op.getNode());
5656 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
6441 SDNode *BVN = N->getOperand(0).getNode();
6442 if (BVN->getValueType(0) != MVT::v4i32 ||
6443 BVN->getOpcode() != ISD::BUILD_VECTOR)
6447 ConstantSDNode *Lo0 = dyn_cast<ConstantSDNode>(BVN->getOperand(LoElt));
6448 ConstantSDNode *Hi0 = dyn_cast<ConstantSDNode>(BVN->getOperand(HiElt));
6449 ConstantSDNode *Lo1 = dyn_cast<ConstantSDNode>(BVN->getOperand(LoElt+2));
6450 ConstantSDNode *Hi1 = dyn_cast<ConstantSDNode>(BVN->getOperand(HiElt+2));
6587 SDNode *BVN = N->getOperand(0).getNode();
6588 assert(BVN->getOpcode() == ISD::BUILD_VECTOR &&
6589 BVN->getValueType(0) == MVT::v4i32 && "expected v4i32 BUILD_VECTOR");
6593 {BVN->getOperand(LowElt), BVN->getOperand(LowElt + 2)});
9226 BuildVectorSDNode *BVN = dyn_cast<BuildVectorSDNode>(N->getOperand(1));
9237 if (BVN &&
9238 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
9268 BuildVectorSDNode *BVN = dyn_cast<BuildVectorSDNode>(N->getOperand(1));
9279 if (BVN && Subtarget->hasNEON() &&
9280 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
10504 BuildVectorSDNode *BVN = dyn_cast<BuildVectorSDNode>(Op.getNode());
10508 if (! BVN || ! BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize,