Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp64 bool TargetFrameLowering::needsFrameIndexResolution( in needsFrameIndexResolution() function in TargetFrameLowering
H A DPrologEpilogInserter.cpp274 if (TFI->needsFrameIndexResolution(MF)) { in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h313 virtual bool needsFrameIndexResolution(const MachineFunction &MF) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h109 bool needsFrameIndexResolution(const MachineFunction &MF) const override;
H A DX86FrameLowering.cpp87 bool X86FrameLowering::needsFrameIndexResolution( in needsFrameIndexResolution() function in X86FrameLowering