Home
last modified time | relevance | path

Searched refs:getWin64EHFrameIndexRef (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h114 int getWin64EHFrameIndexRef(const MachineFunction &MF, int FI,
H A DX86RegisterInfo.cpp906 FIOffset = TFI->getWin64EHFrameIndexRef(MF, FrameIndex, BasePtr); in eliminateFrameIndex()
H A DX86FrameLowering.cpp2102 Offset = getWin64EHFrameIndexRef(MF, FI, IgnoredFrameReg); in emitPrologue()
2682 int X86FrameLowering::getWin64EHFrameIndexRef(const MachineFunction &MF, int FI, in getWin64EHFrameIndexRef() function in X86FrameLowering