Home | History | Annotate | Download | only in Mips

Lines Matching defs:Address

1208   // i32 load from lower address.
1214 // i32 load from higher address.
1247 // i32 store to lower address.
1252 // i32 store to higher address.
2151 SDValue Address = Op->getOperand(2);
2154 EVT PtrTy = Address->getValueType(0);
2156 Address = DAG.getNode(ISD::ADD, DL, PtrTy, Address, Offset);
2158 return DAG.getLoad(ResTy, DL, ChainIn, Address, MachinePointerInfo(), false,
2220 SDValue Address = Op->getOperand(3);
2222 EVT PtrTy = Address->getValueType(0);
2224 Address = DAG.getNode(ISD::ADD, DL, PtrTy, Address, Offset);
2226 return DAG.getStore(ChainIn, DL, Value, Address, MachinePointerInfo(), false,