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

  /external/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp 25 /// getFrameIndexOffset - Returns the displacement from the frame register to
28 int TargetFrameLowering::getFrameIndexOffset(const MachineFunction &MF,
43 return getFrameIndexOffset(MF, FI);
GCStrategy.cpp 397 RI->StackOffset = TFI->getFrameIndexOffset(MF, RI->Num);
  /external/llvm/lib/Target/R600/
AMDGPUFrameLowering.h 37 virtual int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
AMDGPUFrameLowering.cpp 74 int AMDGPUFrameLowering::getFrameIndexOffset(const MachineFunction &MF,
R600InstrInfo.cpp 565 Offset = TM.getFrameLowering()->getFrameIndexOffset(MF, -1);
R600ISelLowering.cpp 502 unsigned Offset = TFL->getFrameIndexOffset(MF, FrameIndex);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.h 48 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 48 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
HexagonFrameLowering.cpp 345 int HexagonFrameLowering::getFrameIndexOffset(const MachineFunction &MF,
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.h 57 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
ARMFrameLowering.cpp 570 int ARMFrameLowering::getFrameIndexOffset(const MachineFunction &MF,
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 64 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
X86RegisterInfo.cpp 488 FIOffset = TFI->getFrameIndexOffset(MF, FrameIndex);
X86FrameLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 174 /// getFrameIndexOffset - Returns the displacement from the frame register to
176 virtual int getFrameIndexOffset(const MachineFunction &MF, int FI) const;

Completed in 146 milliseconds