Lines Matching refs:Src2
3220 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_OP() local
3227 if (auto *Const = dyn_cast<ConstantSDNode>(Src2)) { in lowerATOMIC_LOAD_OP()
3229 Src2 = DAG.getConstant(-Const->getSExtValue(), DL, Src2.getValueType()); in lowerATOMIC_LOAD_OP()
3253 Src2 = DAG.getNode(ISD::SHL, DL, WideVT, Src2, in lowerATOMIC_LOAD_OP()
3257 Src2 = DAG.getNode(ISD::OR, DL, WideVT, Src2, in lowerATOMIC_LOAD_OP()
3262 SDValue Ops[] = { ChainIn, AlignedAddr, Src2, BitShift, NegBitShift, in lowerATOMIC_LOAD_OP()
3287 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_SUB() local
3289 SDLoc DL(Src2); in lowerATOMIC_LOAD_SUB()
3291 if (auto *Op2 = dyn_cast<ConstantSDNode>(Src2)) { in lowerATOMIC_LOAD_SUB()
3300 Src2); in lowerATOMIC_LOAD_SUB()
5325 MachineOperand Src2 = earlyUseOperand(MI.getOperand(3)); in emitAtomicLoadBinary() local
5348 MRI.createVirtualRegister(RC) : Src2.getReg()); in emitAtomicLoadBinary()
5385 .addReg(RotatedOldVal).addOperand(Src2); in emitAtomicLoadBinary()
5401 .addReg(RotatedOldVal).addOperand(Src2); in emitAtomicLoadBinary()
5406 .addReg(RotatedOldVal).addReg(Src2.getReg()) in emitAtomicLoadBinary()
5441 unsigned Src2 = MI.getOperand(3).getReg(); in emitAtomicLoadMinMax() local
5465 unsigned RotatedAltVal = (IsSubWord ? MRI.createVirtualRegister(RC) : Src2); in emitAtomicLoadMinMax()
5497 .addReg(RotatedOldVal).addReg(Src2); in emitAtomicLoadMinMax()
5509 .addReg(RotatedOldVal).addReg(Src2) in emitAtomicLoadMinMax()