/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetFrameLowering.cpp | 29 int TargetFrameLowering::getFrameIndexOffset(const MachineFunction &MF, in getFrameIndexOffset() function in TargetFrameLowering 44 return getFrameIndexOffset(MF, FI); in getFrameIndexReference()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeFrameLowering.h | 45 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
|
D | MBlazeFrameLowering.cpp | 326 int MBlazeFrameLowering::getFrameIndexOffset(const MachineFunction &MF, int FI) in getFrameIndexOffset() function in MBlazeFrameLowering 331 return TargetFrameLowering::getFrameIndexOffset(MF,FI); in getFrameIndexOffset()
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZFrameLowering.h | 52 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
|
D | SystemZRegisterInfo.cpp | 121 TFI->getFrameIndexOffset(MF, FrameIndex) + MI.getOperand(i+1).getImm(); in eliminateFrameIndex()
|
D | SystemZFrameLowering.cpp | 203 int SystemZFrameLowering::getFrameIndexOffset(const MachineFunction &MF, in getFrameIndexOffset() function in SystemZFrameLowering
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FrameLowering.h | 62 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
|
D | X86RegisterInfo.cpp | 630 FIOffset = TFI->getFrameIndexOffset(MF, FrameIndex); in eliminateFrameIndex()
|
D | X86FrameLowering.cpp | 1116 int X86FrameLowering::getFrameIndexOffset(const MachineFunction &MF, int FI) const { in getFrameIndexOffset() function in X86FrameLowering
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFrameLowering.h | 57 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
|
D | ARMFrameLowering.cpp | 542 int ARMFrameLowering::getFrameIndexOffset(const MachineFunction &MF, in getFrameIndexOffset() function in ARMFrameLowering
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.h | 80 int getFrameIndexOffset(int FrameIndex, const WinEHFuncInfo &FuncInfo);
|
D | WinException.cpp | 301 int WinException::getFrameIndexOffset(int FrameIndex, in getFrameIndexOffset() function in WinException 644 getFrameIndexOffset(FuncInfo.UnwindHelpFrameIdx, FuncInfo); in emitCXXFrameHandler3Table() 803 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.h | 84 int getFrameIndexOffset(int FrameIndex, const WinEHFuncInfo &FuncInfo);
|
D | WinException.cpp | 309 int WinException::getFrameIndexOffset(int FrameIndex, in getFrameIndexOffset() function in WinException 652 getFrameIndexOffset(FuncInfo.UnwindHelpFrameIdx, FuncInfo); in emitCXXFrameHandler3Table() 811 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetFrameLowering.h | 170 virtual int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | GCStrategy.cpp | 390 RI->StackOffset = TFI->getFrameIndexOffset(MF, RI->Num); in FindStackOffsets()
|