Home
last modified time | relevance | path

Searched refs:needsFrameIndexResolution (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h150 bool needsFrameIndexResolution(const MachineFunction &MF) const override;
H A DM68kFrameLowering.cpp65 bool M68kFrameLowering::needsFrameIndexResolution( in needsFrameIndexResolution() function in M68kFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp78 bool TargetFrameLowering::needsFrameIndexResolution( in needsFrameIndexResolution() function in TargetFrameLowering
H A DPrologEpilogInserter.cpp273 if (TFI->needsFrameIndexResolution(MF)) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h314 virtual bool needsFrameIndexResolution(const MachineFunction &MF) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h109 bool needsFrameIndexResolution(const MachineFunction &MF) const override;
H A DX86FrameLowering.cpp88 bool X86FrameLowering::needsFrameIndexResolution( in needsFrameIndexResolution() function in X86FrameLowering