Lines Matching refs:Address
21 // All possible address modes.
22 typedef struct Address {
32 // Innocuous defaults for our address.
33 Address() : BaseType(RegBase), Offset(0) { Base.Reg = 0; }
34 } Address;
69 bool ComputeAddress(const Value *Obj, Address &Addr);
72 bool EmitLoad(MVT VT, unsigned &ResultReg, Address &Addr,
74 bool EmitStore(MVT VT, unsigned SrcReg, Address &Addr,
142 bool MipsFastISel::ComputeAddress(const Value *Obj, Address &Addr) {
155 bool MipsFastISel::EmitLoad(MVT VT, unsigned &ResultReg, Address &Addr,
214 bool MipsFastISel::EmitStore(MVT VT, unsigned SrcReg, Address &Addr,
253 // See if we can handle this address.
254 Address Addr;
283 // See if we can handle this address.
284 Address Addr;