Home | History | Annotate | Download | only in Mips

Lines Matching refs:Address

1205   // i32 load from lower address.
1211 // i32 load from higher address.
1244 // i32 store to lower address.
1249 // i32 store to higher address.
2150 SDValue Address = Op->getOperand(2);
2153 EVT PtrTy = Address->getValueType(0);
2155 Address = DAG.getNode(ISD::ADD, DL, PtrTy, Address, Offset);
2157 return DAG.getLoad(ResTy, DL, ChainIn, Address, MachinePointerInfo(), false,
2219 SDValue Address = Op->getOperand(3);
2221 EVT PtrTy = Address->getValueType(0);
2223 Address = DAG.getNode(ISD::ADD, DL, PtrTy, Address, Offset);
2225 return DAG.getStore(ChainIn, DL, Value, Address, MachinePointerInfo(), false,