Lines Matching refs:Addr
1352 // Handle 32-bit sext immediates with LIS + addr mode.
1356 int Addr = (int)CN->getZExtValue();
1359 Disp = DAG.getTargetConstant((short)Addr, MVT::i32);
1361 Base = DAG.getTargetConstant((Addr - (signed short)Addr) >> 16, MVT::i32);
1471 // sext i32 to i64 when addr mode is r+i.
3133 int Addr = C->getZExtValue();
3134 if ((Addr & 3) != 0 || // Low 2 bits are implicitly zero.
3135 SignExtend32<26>(Addr) != Addr)
5314 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four);
5315 SDValue CWD = DAG.getLoad(MVT::i32, dl, Store, Addr, MachinePointerInfo(),