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

  /external/llvm/lib/Target/
TargetFrameLowering.cpp 26 /// getFrameIndexOffset - Returns the displacement from the frame register to
29 int TargetFrameLowering::getFrameIndexOffset(const MachineFunction &MF,
44 return getFrameIndexOffset(MF, FI);
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.h 45 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
MBlazeFrameLowering.cpp 326 int MBlazeFrameLowering::getFrameIndexOffset(const MachineFunction &MF, int FI)
331 return TargetFrameLowering::getFrameIndexOffset(MF,FI);
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 52 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
SystemZRegisterInfo.cpp 121 TFI->getFrameIndexOffset(MF, FrameIndex) + MI.getOperand(i+1).getImm();
SystemZFrameLowering.cpp 203 int SystemZFrameLowering::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 528 int ARMFrameLowering::getFrameIndexOffset(const MachineFunction &MF,
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 60 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
X86FrameLowering.cpp 847 int X86FrameLowering::getFrameIndexOffset(const MachineFunction &MF, int FI) const {
    [all...]
X86RegisterInfo.cpp 607 FIOffset = TFI->getFrameIndexOffset(MF, FrameIndex);
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 390 RI->StackOffset = TFI->getFrameIndexOffset(MF, RI->Num);

Completed in 1040 milliseconds