Home
last modified time | relevance | path

Searched refs:getFrameIndexReference (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h258 virtual int getFrameIndexReference(const MachineFunction &MF, int FI,
271 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP()
282 return getFrameIndexReference(MF, FI, FrameReg); in getNonLocalFrameIndexReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXFrameLowering.h27 int getFrameIndexReference(const MachineFunction &MF, int FI,
DNVPTXFrameLowering.cpp66 int NVPTXFrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference() function in NVPTXFrameLowering
DNVPTXPrologEpilogPass.cpp72 TFI.getFrameIndexReference(MF, MI.getOperand(0).getIndex(), Reg); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600FrameLowering.h27 int getFrameIndexReference(const MachineFunction &MF, int FI,
DR600FrameLowering.cpp21 int R600FrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference() function in R600FrameLowering
DSIFrameLowering.h34 int getFrameIndexReference(const MachineFunction &MF, int FI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEFrameLowering.h30 int getFrameIndexReference(const MachineFunction &MF, int FI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.h41 int getFrameIndexReference(const MachineFunction &MF, int FI,
DSparcRegisterInfo.cpp178 Offset = TFI->getFrameIndexReference(MF, FrameIndex, FrameReg); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.h32 int getFrameIndexReference(const MachineFunction &MF, int FI,
DRISCVRegisterInfo.cpp120 getFrameLowering(MF)->getFrameIndexReference(MF, FrameIndex, FrameReg) + in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h48 int getFrameIndexReference(const MachineFunction &MF, int FI,
DSystemZFrameLowering.cpp565 getFrameIndexReference(MF, Save.getFrameIdx(), IgnoredFrameReg); in emitPrologue()
640 int SystemZFrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference() function in SystemZFrameLowering
646 TargetFrameLowering::getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEFrameLowering.h46 int getFrameIndexReference(const MachineFunction &MF, int FI,
DVERegisterInfo.cpp101 Offset = TFI->getFrameIndexReference(MF, FrameIndex, FrameReg); in eliminateFrameIndex()
DVEFrameLowering.cpp298 int VEFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in VEFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.h51 int getFrameIndexReference(const MachineFunction &MF, int FI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.h41 int getFrameIndexReference(const MachineFunction &MF, int FI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp44 int TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference() function in TargetFrameLowering
DGCRootLowering.cpp302 RI->StackOffset = TFI->getFrameIndexReference(MF, RI->Num, FrameReg); in FindStackOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp1375 int64_t EHRegOffset = getFrameIndexReference(MF, FI, FrameReg); in emitPrologue()
1396 Offset = getFrameIndexReference(MF, FI, IgnoredFrameReg) + in emitPrologue()
1469 getFrameIndexReference(MF, X86FI->getSEHFramePtrSaveIndex(), UsedReg); in emitPrologue()
1758 int X86FrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in X86FrameLowering
1860 return getFrameIndexReference(MF, FI, FrameReg); in getWin64EHFrameIndexRef()
1917 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP()
1923 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP()
2968 int EHRegOffset = getFrameIndexReference(MF, FI, UsedReg); in restoreWin32EHStackPointers()
2991 getFrameIndexReference(MF, X86FI->getSEHFramePtrSaveIndex(), UsedReg); in restoreWin32EHStackPointers()
DX86FrameLowering.h99 int getFrameIndexReference(const MachineFunction &MF, int FI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.h80 int getFrameIndexReference(const MachineFunction &MF, int FI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp354 int Offset = TFI.getFrameIndexReference(*Asm->MF, FrameIndex, UnusedReg); in getFrameIndexOffset()
1017 GSCookieOffset = TFI->getFrameIndexReference(*MF, SSPIdx, UnusedReg); in emitExceptHandlerTable()
1027 EHCookieOffset = TFI->getFrameIndexReference(*MF, EHGuardIdx, UnusedReg); in emitExceptHandlerTable()

12