reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMFastISel.cpp
  195     bool ARMEmitLoad(MVT VT, Register &ResultReg, Address &Addr,
  198     bool ARMEmitStore(MVT VT, unsigned SrcReg, Address &Addr,
  200     bool ARMComputeAddress(const Value *Obj, Address &Addr);
  201     void ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3);
  203     bool ARMTryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len,
  203     bool ARMTryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len,
  240     void AddLoadStoreOperands(MVT VT, Address &Addr,
  713 bool ARMFastISel::ARMComputeAddress(const Value *Obj, Address &Addr) {
  754       Address SavedAddr = Addr;
  805         Addr.BaseType = Address::FrameIndexBase;
  818 void ARMFastISel::ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3) {
  848   if (needsLowering && Addr.BaseType == Address::FrameIndexBase) {
  858     Addr.BaseType = Address::RegBase;
  870 void ARMFastISel::AddLoadStoreOperands(MVT VT, Address &Addr,
  880   if (Addr.BaseType == Address::FrameIndexBase) {
  916 bool ARMFastISel::ARMEmitLoad(MVT VT, Register &ResultReg, Address &Addr,
 1045   Address Addr;
 1055 bool ARMFastISel::ARMEmitStore(MVT VT, unsigned SrcReg, Address &Addr,
 1181   Address Addr;
 2021       Address Addr;
 2022       Addr.BaseType = Address::RegBase;
 2442 bool ARMFastISel::ARMTryEmitSmallMemCpy(Address Dest, Address Src,
 2442 bool ARMFastISel::ARMTryEmitSmallMemCpy(Address Dest, Address Src,
 2534         Address Dest, Src;
 2937   Address Addr;