Lines Matching refs:ConstantSDNode

479                         cast<ConstantSDNode>(Op0)->getSExtValue());  in expandAddress()
482 cast<ConstantSDNode>(Op1)->getSExtValue()); in expandAddress()
581 cast<ConstantSDNode>(Addr)->getSExtValue())) in selectAddress()
732 auto *MaskNode = dyn_cast<ConstantSDNode>(Op.getOperand(1).getNode()); in detectOrAndInsertion()
793 auto *MaskNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG()
816 auto *MaskNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG()
839 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG()
884 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG()
911 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG()
971 if (Count == 0 || isa<ConstantSDNode>(RISBG.Input)) in tryRISBGZero()
1180 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryGather()
1220 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryScatter()
1381 auto *OperandC = dyn_cast<ConstantSDNode>(Operand); in tryFoldLoadStoreIntoMemOperand()
1533 if (auto *Op1 = dyn_cast<ConstantSDNode>(Node->getOperand(1))) { in Select()
1548 if (auto *Op0Op1 = dyn_cast<ConstantSDNode>(Op0->getOperand(1))) in Select()
1578 uint64_t Val = cast<ConstantSDNode>(Node)->getZExtValue(); in Select()
1596 isInt<16>(cast<ConstantSDNode>(Op1)->getSExtValue()) && in Select()
1598 isInt<16>(cast<ConstantSDNode>(Op0)->getSExtValue())))) { in Select()
1602 cast<ConstantSDNode>(CCValid.getNode())->getZExtValue(); in Select()
1604 cast<ConstantSDNode>(CCMask.getNode())->getZExtValue(); in Select()
1877 auto *TrueOp = dyn_cast<ConstantSDNode>(Node->getOperand(0)); in expandSelectBoolean()
1878 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); in expandSelectBoolean()
1886 auto *CCValidOp = dyn_cast<ConstantSDNode>(Node->getOperand(2)); in expandSelectBoolean()
1887 auto *CCMaskOp = dyn_cast<ConstantSDNode>(Node->getOperand(3)); in expandSelectBoolean()