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

References

lib/CodeGen/CallingConvLower.cpp
  288       if (Loc1.getLocMemOffset() != Loc2.getLocMemOffset())
  288       if (Loc1.getLocMemOffset() != Loc2.getLocMemOffset())
lib/CodeGen/GlobalISel/CallLowering.cpp
  367       unsigned Offset = VA.getLocMemOffset();
  447     if (Loc1.getLocMemOffset() != Loc2.getLocMemOffset())
  447     if (Loc1.getLocMemOffset() != Loc2.getLocMemOffset())
lib/Target/AArch64/AArch64FastISel.cpp
 3138       Addr.setOffset(VA.getLocMemOffset() + BEAlign);
lib/Target/AArch64/AArch64ISelLowering.cpp
 3194         MFI.CreateFixedObject(8 * NumRegs, VA.getLocMemOffset(), false);
 3258       unsigned ArgOffset = VA.getLocMemOffset();
 3960       unsigned LocMemOffset = VA.getLocMemOffset();
lib/Target/AMDGPU/R600ISelLowering.cpp
 1634     unsigned ValBase = ArgLocs[In.getOrigArgIndex()].getLocMemOffset();
 1635     unsigned PartOffset = VA.getLocMemOffset();
lib/Target/AMDGPU/SIISelLowering.cpp
 1511     int FrameIdx = MFI.CreateFixedObject(Size, VA.getLocMemOffset(), false);
 1515   unsigned ArgOffset = VA.getLocMemOffset();
 2135       const uint64_t Offset = VA.getLocMemOffset();
 2819       unsigned LocMemOffset = VA.getLocMemOffset();
lib/Target/ARC/ARCISelLowering.cpp
  293       SDValue SOffset = DAG.getIntPtrConstant(VA.getLocMemOffset(), dl);
  388           std::make_pair(VA.getLocMemOffset(), InVals.size()));
  506       int FI = MFI.CreateFixedObject(ObjSize, VA.getLocMemOffset(), true);
  640     int Offset = VA.getLocMemOffset();
lib/Target/ARM/ARMFastISel.cpp
 2024       Addr.Offset = VA.getLocMemOffset();
lib/Target/ARM/ARMISelLowering.cpp
 2011   unsigned LocMemOffset = VA.getLocMemOffset();
 2230         unsigned LocMemOffset = VA.getLocMemOffset();
 2661           if (!MatchingStackOffset(Arg, VA.getLocMemOffset(), Flags,
 3853     int FI = MFI.CreateFixedObject(4, NextVA.getLocMemOffset(), true);
 4032             int FI = MFI.CreateFixedObject(8, VA.getLocMemOffset(), true);
 4125                 VA.getLocMemOffset(), Flags.getByValSize());
 4129             unsigned FIOffset = VA.getLocMemOffset();
lib/Target/AVR/AVRISelLowering.cpp
 1118                                      VA.getLocMemOffset(), true);
 1250           DAG.getIntPtrConstant(VA.getLocMemOffset() + 1, DL));
 1254                        MachinePointerInfo::getStack(MF, VA.getLocMemOffset()),
lib/Target/Hexagon/HexagonISelLowering.cpp
  410       unsigned LocMemOffset = VA.getLocMemOffset();
  770       int Offset = HEXAGON_LRFP_SIZE + VA.getLocMemOffset();
lib/Target/Lanai/LanaiISelLowering.cpp
  499       int FI = MFI.CreateFixedObject(ObjSize, VA.getLocMemOffset(), true);
  696                       DAG.getIntPtrConstant(VA.getLocMemOffset(), DL));
lib/Target/MSP430/MSP430ISelLowering.cpp
  666                                        VA.getLocMemOffset(), true);
  677         int FI = MFI.CreateFixedObject(ObjSize, VA.getLocMemOffset(), true);
  843                       DAG.getIntPtrConstant(VA.getLocMemOffset(), dl));
lib/Target/Mips/MipsCallLowering.cpp
  184   unsigned Offset = VA.getLocMemOffset();
  298   unsigned Offset = VA.getLocMemOffset();
  406                               VA.getLocMemOffset(), VA.getLocVT(), LocInfo);
lib/Target/Mips/MipsFastISel.cpp
 1185       switch (VA.getLocMemOffset()) {
 1264       Addr.setOffset(VA.getLocMemOffset() + BEAlign);
lib/Target/Mips/MipsISelLowering.cpp
 3219     MemOpChains.push_back(passArgOnStack(StackPtr, VA.getLocMemOffset(),
 3569                                      VA.getLocMemOffset(), true);
 4193     FrameObjOffset = VA.getLocMemOffset();
 4313                             DAG.getIntPtrConstant(VA.getLocMemOffset(), DL));
lib/Target/PowerPC/PPCISelLowering.cpp
 3559       unsigned ArgOffset = VA.getLocMemOffset();
 5545       unsigned LocMemOffset = ByValVA.getLocMemOffset();
 5596       unsigned LocMemOffset = VA.getLocMemOffset();
lib/Target/RISCV/RISCVISelLowering.cpp
 1750                                  VA.getLocMemOffset(), /*Immutable=*/true);
 1780     int FI = MFI.CreateFixedObject(8, VA.getLocMemOffset(), /*Immutable=*/true);
 2238                       DAG.getIntPtrConstant(VA.getLocMemOffset(), DL));
lib/Target/Sparc/SparcISelLowering.cpp
  430             CreateFixedObject(4, StackOffset+NextVA.getLocMemOffset(),true);
  464     unsigned Offset = VA.getLocMemOffset()+StackOffset;
  636     unsigned Offset = VA.getLocMemOffset() + ArgArea;
  840         unsigned Offset = VA.getLocMemOffset() + StackOffset;
  876           unsigned Offset = NextVA.getLocMemOffset() + StackOffset;
  884         unsigned Offset = VA.getLocMemOffset() + StackOffset;
  916     SDValue PtrOff = DAG.getIntPtrConstant(VA.getLocMemOffset() + StackOffset,
 1219     SDValue PtrOff = DAG.getIntPtrConstant(VA.getLocMemOffset() +
lib/Target/SystemZ/SystemZISelLowering.cpp
 1362                                      VA.getLocMemOffset(), true);
 1540       unsigned Offset = SystemZMC::CallFrameSize + VA.getLocMemOffset();
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  775       unsigned Offset = ArgLocs[ValNo++].getLocMemOffset();
lib/Target/X86/X86FastISel.cpp
 3414       unsigned LocMemOffset = VA.getLocMemOffset();
lib/Target/X86/X86ISelLowering.cpp
 3045     int FI = MFI.CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable,
 3063       int FI = MFI.CreateFixedObject(ArgVT.getStoreSize(), VA.getLocMemOffset(),
 3074       int64_t PartBegin = VA.getLocMemOffset();
 3096                                  VA.getLocMemOffset(), isImmutable);
 3542   unsigned LocMemOffset = VA.getLocMemOffset();
 3726     if (ArgLocs.back().getLocMemOffset() != 0)
 3950       int32_t Offset = VA.getLocMemOffset()+FPDiff;
 3957         SDValue Source = DAG.getIntPtrConstant(VA.getLocMemOffset(), dl);
 4435           if (!MatchingStackOffset(Arg, VA.getLocMemOffset(), Flags,
lib/Target/XCore/XCoreISelLowering.cpp
 1075       ResultMemLocs.push_back(std::make_pair(VA.getLocMemOffset(),
 1167       int Offset = VA.getLocMemOffset();
 1329                                      LRSaveSize + VA.getLocMemOffset(),
 1477     int Offset = VA.getLocMemOffset();