Lines Matching refs:ConstantSDNode

130     const ConstantSDNode *CN = cast<ConstantSDNode>(N);  in SelectCMOVPred()
293 Imm = cast<ConstantSDNode>(N)->getZExtValue(); in isInt32Immediate()
323 const ConstantSDNode *C = dyn_cast<ConstantSDNode>(Node); in isScaledConstantInRange()
503 ConstantSDNode *MulConst = dyn_cast<ConstantSDNode>(N.getOperand(1)); in canExtractShiftFromMul()
562 ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1)); in SelectImmShifterOperand()
586 ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1)); in SelectRegShifterOperand()
626 if (ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1))) { in SelectAddrModeImm12()
655 if (ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1))) { in SelectLdStSOReg()
702 if (ConstantSDNode *Sh = in SelectLdStSOReg()
703 dyn_cast<ConstantSDNode>(N.getOperand(1).getOperand(1))) { in SelectLdStSOReg()
724 if (ConstantSDNode *Sh = in SelectLdStSOReg()
725 dyn_cast<ConstantSDNode>(N.getOperand(0).getOperand(1))) { in SelectLdStSOReg()
766 if (ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1))) { in SelectAddrMode2Worker()
856 if (ConstantSDNode *Sh = in SelectAddrMode2Worker()
857 dyn_cast<ConstantSDNode>(N.getOperand(1).getOperand(1))) { in SelectAddrMode2Worker()
878 if (ConstantSDNode *Sh = in SelectAddrMode2Worker()
879 dyn_cast<ConstantSDNode>(N.getOperand(0).getOperand(1))) { in SelectAddrMode2Worker()
917 if (ConstantSDNode *Sh = dyn_cast<ConstantSDNode>(N.getOperand(1))) { in SelectAddrMode2OffsetReg()
1138 if (ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N)) { in SelectAddrMode6Offset()
1150 Label = CurDAG->getTargetConstant(cast<ConstantSDNode>(N1)->getZExtValue(), in SelectAddrModePC()
1166 ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N); in SelectThumbAddrModeRR()
1306 if (ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1))) { in SelectT2AddrModeImm12()
1340 if (ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1))) { in SelectT2AddrModeImm8()
1385 if (ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1))) { in SelectT2AddrModeSoReg()
1409 if (ConstantSDNode *Sh = dyn_cast<ConstantSDNode>(OffReg.getOperand(1))) { in SelectT2AddrModeSoReg()
1445 ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1)); in SelectT2AddrModeExclusive()
1693 unsigned Alignment = cast<ConstantSDNode>(Align)->getZExtValue(); in GetVLDSTAlign()
1875 if ((NumVecs <= 2) && !isa<ConstantSDNode>(Inc.getNode())) in SelectVLD()
1880 !isa<ConstantSDNode>(Inc.getNode())) in SelectVLD()
1881 Ops.push_back(isa<ConstantSDNode>(Inc.getNode()) ? Reg0 : Inc); in SelectVLD()
1907 assert(isa<ConstantSDNode>(Inc.getNode()) && in SelectVLD()
2029 if (NumVecs <= 2 && !isa<ConstantSDNode>(Inc.getNode())) in SelectVST()
2033 if (!isa<ConstantSDNode>(Inc.getNode())) in SelectVST()
2077 assert(isa<ConstantSDNode>(Inc.getNode()) && in SelectVST()
2110 cast<ConstantSDNode>(N->getOperand(Vec0Idx + NumVecs))->getZExtValue(); in SelectVLDSTLane()
2116 Alignment = cast<ConstantSDNode>(Align)->getZExtValue(); in SelectVLDSTLane()
2163 Ops.push_back(isa<ConstantSDNode>(Inc.getNode()) ? Reg0 : Inc); in SelectVLDSTLane()
2231 Alignment = cast<ConstantSDNode>(Align)->getZExtValue(); in SelectVLDDup()
2264 if (!isa<ConstantSDNode>(Inc.getNode())) in SelectVLDDup()
2481 ConstantSDNode *SRAConstant = dyn_cast<ConstantSDNode>(SRASrc1); in tryABSOp()
2514 ConstantSDNode *SRASrc1 = dyn_cast<ConstantSDNode>(SignExt.getOperand(1)); in SearchSignedMulShort()
2523 ConstantSDNode *SHLSrc1 = dyn_cast<ConstantSDNode>(SHL.getOperand(1)); in SearchSignedMulShort()
2553 ConstantSDNode *SRLSrc1 = dyn_cast<ConstantSDNode>(SRL.getOperand(1)); in SearchSignedMulLong()
2554 ConstantSDNode *SHLSrc1 = dyn_cast<ConstantSDNode>(SHL.getOperand(1)); in SearchSignedMulLong()
2698 unsigned Val = cast<ConstantSDNode>(N)->getZExtValue(); in Select()
2766 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(1))) { in Select()
2817 auto *N1C = dyn_cast<ConstantSDNode>(N->getOperand(1)); in Select()
2870 N1C = dyn_cast<ConstantSDNode>(N1); in Select()
2875 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2); in Select()
2956 ConstantSDNode *Op0 = dyn_cast<ConstantSDNode>(Adde.getOperand(0)); in Select()
2957 ConstantSDNode *Op1 = dyn_cast<ConstantSDNode>(Adde.getOperand(1)); in Select()
3048 cast<ConstantSDNode>(N2)->getZExtValue()), dl, in Select()
3367 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in Select()
3384 … Ops.push_back(getI32Imm(cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(), dl)); /* coproc */ in Select()
3385 … Ops.push_back(getI32Imm(cast<ConstantSDNode>(N->getOperand(3))->getZExtValue(), dl)); /* opc */ in Select()
3386 … Ops.push_back(getI32Imm(cast<ConstantSDNode>(N->getOperand(4))->getZExtValue(), dl)); /* CRm */ in Select()
3665 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in Select()
4210 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(i))) { in tryInlineAsm()