Home | History | Annotate | Download | only in Mips

Lines Matching defs:Address

1220   // i32 load from lower address.
1226 // i32 load from higher address.
1259 // i32 store to lower address.
1264 // i32 store to higher address.
2178 SDValue Address = Op->getOperand(2);
2181 EVT PtrTy = Address->getValueType(0);
2183 Address = DAG.getNode(ISD::ADD, DL, PtrTy, Address, Offset);
2185 return DAG.getLoad(ResTy, DL, ChainIn, Address, MachinePointerInfo(), false,
2247 SDValue Address = Op->getOperand(3);
2249 EVT PtrTy = Address->getValueType(0);
2251 Address = DAG.getNode(ISD::ADD, DL, PtrTy, Address, Offset);
2253 return DAG.getStore(ChainIn, DL, Value, Address, MachinePointerInfo(), false,