Lines Matching refs:ImmOperand
1663 SDValue ImmOperand = Base.getOperand(1); in doPeepholeLoadStoreADDI() local
1666 if (auto *Const = dyn_cast<ConstantSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI()
1671 ImmOperand = CurDAG->getTargetConstant(CombinedOffset, SDLoc(ImmOperand), in doPeepholeLoadStoreADDI()
1672 ImmOperand.getValueType()); in doPeepholeLoadStoreADDI()
1673 } else if (auto *GA = dyn_cast<GlobalAddressSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI()
1684 ImmOperand = CurDAG->getTargetGlobalAddress( in doPeepholeLoadStoreADDI()
1685 GA->getGlobal(), SDLoc(ImmOperand), ImmOperand.getValueType(), in doPeepholeLoadStoreADDI()
1687 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI()
1694 ImmOperand = CurDAG->getTargetConstantPool( in doPeepholeLoadStoreADDI()
1695 CP->getConstVal(), ImmOperand.getValueType(), CP->getAlign(), in doPeepholeLoadStoreADDI()
1709 CurDAG->UpdateNodeOperands(N, Base.getOperand(0), ImmOperand, in doPeepholeLoadStoreADDI()
1713 ImmOperand, N->getOperand(3)); in doPeepholeLoadStoreADDI()