Lines Matching refs:ConstantSDNode
3397 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
4243 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
4248 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
4262 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
4266 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
4396 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
4400 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
4411 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
4415 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
4476 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Elt))
4858 DecodeSHUFPMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4874 DecodePALIGNRMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4879 DecodePSHUFMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4884 DecodePSHUFHWMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4889 DecodePSHUFLWMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4894 DecodeVPERMMask(cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4910 DecodeVPERM2X128Mask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
5488 if (ConstantSDNode *CI = dyn_cast<ConstantSDNode>(Ld))
5570 if (!isa<ConstantSDNode>(ExtIdx))
5583 unsigned Idx = cast<ConstantSDNode>(ExtIdx)->getZExtValue();
5636 if (!isa<ConstantSDNode>(In)) {
5640 if (cast<ConstantSDNode>(In)->getZExtValue())
7071 ConstantSDNode *CIdx =
7072 dyn_cast<ConstantSDNode>(V1.getOperand(0).getOperand(0).getOperand(1));
7485 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
7511 (isa<ConstantSDNode>(Op.getOperand(1)) &&
7512 cast<ConstantSDNode>(Op.getOperand(1))->isNullValue())) &&
7525 if (isa<ConstantSDNode>(Op.getOperand(1)))
7535 if (!isa<ConstantSDNode>(Op.getOperand(1)))
7545 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
7572 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
7589 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
7606 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
7637 isa<ConstantSDNode>(N2)) {
7651 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
7655 if (EltVT == MVT::f32 && isa<ConstantSDNode>(N2)) {
7664 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue() << 4);
7670 if ((EltVT == MVT::i32 || EltVT == MVT::i64) && isa<ConstantSDNode>(N2)) {
7690 if (!isa<ConstantSDNode>(N2))
7694 unsigned IdxVal = cast<ConstantSDNode>(N2)->getZExtValue();
7714 if (EltVT.getSizeInBits() == 16 && isa<ConstantSDNode>(N2)) {
7720 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
7764 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
7771 isa<ConstantSDNode>(Idx)) {
7775 isa<ConstantSDNode>(Idx)) {
7796 isa<ConstantSDNode>(Idx)) {
7797 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
7803 isa<ConstantSDNode>(Idx)) {
7804 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
9210 if (!isa<ConstantSDNode>(Idx))
9226 M->second |= 1U << cast<ConstantSDNode>(Idx)->getZExtValue();
9340 if (ConstantSDNode *C =
9341 dyn_cast<ConstantSDNode>(ArithOp.getNode()->getOperand(1))) {
9477 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op1))
9518 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
9537 if (ConstantSDNode *And00C = dyn_cast<ConstantSDNode>(Op0.getOperand(0)))
9553 ConstantSDNode *AndRHS = cast<ConstantSDNode>(Op1);
9860 cast<ConstantSDNode>(Op1)->isNullValue() &&
9870 (cast<ConstantSDNode>(Op1)->getZExtValue() == 1 ||
9871 cast<ConstantSDNode>(Op1)->isNullValue()) &&
9879 cast<ConstantSDNode>(Op1)->isNullValue();
9926 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
9985 unsigned CondCode =cast<ConstantSDNode>(Cond.getOperand(0))->getZExtValue();
9995 if (ConstantSDNode *YC = dyn_cast<ConstantSDNode>(Y))
10019 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(Op2);
10029 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
10048 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue());
10118 unsigned CondCode = cast<ConstantSDNode>(CC)->getZExtValue();
10217 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
10237 isa<ConstantSDNode>(Cond.getOperand(1)) &&
10238 cast<ConstantSDNode>(Cond.getOperand(1))->isNullValue() &&
10266 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
10285 switch (cast<ConstantSDNode>(CC)->getZExtValue()) {
10708 if (isa<ConstantSDNode>(ShAmt)) {
10710 uint32_t ShiftAmt = cast<ConstantSDNode>(ShAmt)->getZExtValue();
10748 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
11391 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
11444 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
11471 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
12008 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(SclrAmt)) {
12126 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Amt.getOperand(i));
12136 ConstantSDNode *C =
12137 dyn_cast<ConstantSDNode>(Amt.getOperand(i + j));
12211 if (ConstantSDNode *C =
12212 dyn_cast<ConstantSDNode>(InVec.getOperand(2))) {
12445 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
12461 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
12575 cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue());
12577 cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue());
15433 unsigned IntId = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
15669 if (!isa<ConstantSDNode>(EltNo))
15701 int Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
15797 if (!isa<ConstantSDNode>(Extract->getOperand(1)))
15802 1 << cast<ConstantSDNode>(Extract->getOperand(1))->getZExtValue();
15828 uint64_t Offset = EltSize * cast<ConstantSDNode>(Idx)->getZExtValue();
16076 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(LHS)) {
16077 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(RHS))
16088 isa<ConstantSDNode>(Cond.getOperand(1))))) {
16232 APInt A = cast<ConstantSDNode>(OpRHS.getOperand(0))->getAPIntValue();
16246 APInt A = cast<ConstantSDNode>(OpRHS.getOperand(0))->getAPIntValue();
16362 const ConstantSDNode* C = 0;
16366 if ((C = dyn_cast<ConstantSDNode>(Op1)))
16368 else if ((C = dyn_cast<ConstantSDNode>(Op2)))
16387 ConstantSDNode *CS;
16388 if ((CS = dyn_cast<ConstantSDNode>(SetCC.getOperand(0))) &&
16391 if ((CS = dyn_cast<ConstantSDNode>(SetCC.getOperand(1))) &&
16421 ConstantSDNode *FVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(0));
16422 ConstantSDNode *TVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(1));
16504 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(TrueOp)) {
16505 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) {
16613 ConstantSDNode *CmpAgainst = 0;
16615 (CmpAgainst = dyn_cast<ConstantSDNode>(Cond.getOperand(1))) &&
16616 !isa<ConstantSDNode>(Cond.getOperand(0))) {
16619 CmpAgainst == dyn_cast<ConstantSDNode>(FalseOp)) {
16625 CmpAgainst == dyn_cast<ConstantSDNode>(TrueOp)) {
16649 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(1));
16703 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
16716 APInt Mask = cast<ConstantSDNode>(N0.getOperand(1))->getAPIntValue();
16731 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1->getOperand(0));
16759 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(SclrAmt)) {
16941 isa<ConstantSDNode>(N1->getOperand(0)));
17107 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(SclrAmt))
17112 SraAmt = cast<ConstantSDNode>(SraC)->getZExtValue();
17179 if (ConstantSDNode *SumC = dyn_cast<ConstantSDNode>(Sum)) {
17189 } else if (ConstantSDNode *ShAmt1C = dyn_cast<ConstantSDNode>(ShAmt1)) {
17190 ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0);
17222 if (ConstantSDNode *Y1C = dyn_cast<ConstantSDNode>(N1.getOperand(1)))
18066 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
18093 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(LHS.getOperand(0)))
18101 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS.getOperand(0)))
18138 !isa<ConstantSDNode>(EFLAGS.getOperand(1))) {
18306 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op0)) {
18311 isa<ConstantSDNode>(Op1.getOperand(1))) {
18312 APInt XorC = cast<ConstantSDNode>(Op1.getOperand(1))->getAPIntValue();
18495 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op)))
18497 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op)))
18798 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
18806 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
18814 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
18822 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
18831 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
18845 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
18858 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
18881 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
18887 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {