reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
185 bool computeAddress(const Value *Obj, Address &Addr, Type *Ty = nullptr); 186 bool computeCallAddress(const Value *V, Address &Addr); 187 bool simplifyAddress(Address &Addr, MVT VT); 188 void addLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB, 192 bool tryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len, 192 bool tryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len, 227 unsigned emitLoad(MVT VT, MVT ResultVT, Address Addr, bool WantZExt = true, 229 bool emitStore(MVT VT, unsigned SrcReg, Address Addr, 579 bool AArch64FastISel::computeAddress(const Value *Obj, Address &Addr, Type *Ty) 623 Address SavedAddr = Addr; 674 Addr.setKind(Address::FrameIndexBase); 693 Address Backup = Addr; 928 bool AArch64FastISel::computeCallAddress(const Value *V, Address &Addr) { 1024 bool AArch64FastISel::simplifyAddress(Address &Addr, MVT VT) { 1062 Addr.setKind(Address::RegBase); 1120 void AArch64FastISel::addLoadStoreOperands(Address &Addr, 1785 unsigned AArch64FastISel::emitLoad(MVT VT, MVT RetVT, Address Addr, 2002 Address Addr; 2111 bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr, 2237 Address Addr; 3135 Address Addr; 3136 Addr.setKind(Address::RegBase); 3252 Address Addr; 3327 bool AArch64FastISel::tryEmitSmallMemCpy(Address Dest, Address Src, 3327 bool AArch64FastISel::tryEmitSmallMemCpy(Address Dest, Address Src, 3334 Address OrigDest = Dest; 3335 Address OrigSrc = Src; 3532 Address Dest, Src;