HomeSort by relevance Sort by last modified time
    Searched refs:getFrameIndexOffset (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp 26 /// getFrameIndexOffset - Returns the displacement from the frame register to
29 int TargetFrameLowering::getFrameIndexOffset(const MachineFunction &MF,
44 return getFrameIndexOffset(MF, FI);
GCStrategy.cpp 392 RI->StackOffset = TFI->getFrameIndexOffset(MF, RI->Num);
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.h 44 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
MBlazeFrameLowering.cpp 324 int MBlazeFrameLowering::getFrameIndexOffset(const MachineFunction &MF, int FI)
329 return TargetFrameLowering::getFrameIndexOffset(MF,FI);
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 43 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
HexagonFrameLowering.cpp 329 int HexagonFrameLowering::getFrameIndexOffset(const MachineFunction &MF,
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 164 /// getFrameIndexOffset - Returns the displacement from the frame register to
166 virtual int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.h 57 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
ARMFrameLowering.cpp 558 int ARMFrameLowering::getFrameIndexOffset(const MachineFunction &MF,
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 62 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
X86RegisterInfo.cpp 506 FIOffset = TFI->getFrameIndexOffset(MF, FrameIndex);
X86FrameLowering.cpp     [all...]

Completed in 171 milliseconds