Searched refs:getWin64EHFrameIndexRef (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 102 int getWin64EHFrameIndexRef(const MachineFunction &MF,
|
D | X86RegisterInfo.cpp | 738 FIOffset = TFI->getWin64EHFrameIndexRef(MF, FrameIndex, BasePtr); in eliminateFrameIndex()
|
D | X86FrameLowering.cpp | 1394 Offset = getWin64EHFrameIndexRef(MF, FI, IgnoredFrameReg); in emitPrologue() 1852 int X86FrameLowering::getWin64EHFrameIndexRef(const MachineFunction &MF, in getWin64EHFrameIndexRef() function in X86FrameLowering
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 109 int getWin64EHFrameIndexRef(const MachineFunction &MF, int FI,
|
D | X86RegisterInfo.cpp | 731 FIOffset = TFI->getWin64EHFrameIndexRef(MF, FrameIndex, BasePtr); in eliminateFrameIndex()
|
D | X86FrameLowering.cpp | 1712 Offset = getWin64EHFrameIndexRef(MF, FI, IgnoredFrameReg); in emitPrologue() 2191 int X86FrameLowering::getWin64EHFrameIndexRef(const MachineFunction &MF, int FI, in getWin64EHFrameIndexRef() function in X86FrameLowering
|