Lines Matching refs:Op1
417 SDValue Op0, uint64_t Op1) { in expandDisp() argument
419 int64_t TestDisp = AM.Disp + Op1; in expandDisp()
441 SDValue Op1 = N.getOperand(1); in expandAddress() local
444 unsigned Op1Code = Op1->getOpcode(); in expandAddress()
447 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
452 return expandDisp(AM, IsBase, Op1, in expandAddress()
456 cast<ConstantSDNode>(Op1)->getSExtValue()); in expandAddress()
458 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress()
1181 if (auto *Op1 = dyn_cast<ConstantSDNode>(Node->getOperand(1))) { in Select() local
1182 uint64_t Val = Op1->getZExtValue(); in Select()
1214 SDValue Op1 = Node->getOperand(1); in Select() local
1217 if (Op1.getOpcode() == ISD::LOAD && Op0.getOpcode() != ISD::LOAD) { in Select()
1228 Node = CurDAG->UpdateNodeOperands(Node, Op1, Op0, CCValid, CCMask, Op4); in Select()