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

  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/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/lib/CodeGen/AsmPrinter/
WinException.h 80 int getFrameIndexOffset(int FrameIndex, const WinEHFuncInfo &FuncInfo);
WinException.cpp 301 int WinException::getFrameIndexOffset(int FrameIndex,
644 getFrameIndexOffset(FuncInfo.UnwindHelpFrameIdx, FuncInfo);
803 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetFrameLowering.h 168 /// getFrameIndexOffset - Returns the displacement from the frame register to
170 virtual int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFrameLowering.h 57 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
ARMFrameLowering.cpp 542 int ARMFrameLowering::getFrameIndexOffset(const MachineFunction &MF,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FrameLowering.h 62 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
X86RegisterInfo.cpp 630 FIOffset = TFI->getFrameIndexOffset(MF, FrameIndex);
X86FrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
WinException.h 84 int getFrameIndexOffset(int FrameIndex, const WinEHFuncInfo &FuncInfo);
WinException.cpp 309 int WinException::getFrameIndexOffset(int FrameIndex,
652 getFrameIndexOffset(FuncInfo.UnwindHelpFrameIdx, FuncInfo);
811 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCStrategy.cpp 390 RI->StackOffset = TFI->getFrameIndexOffset(MF, RI->Num);

Completed in 1939 milliseconds