Searched refs:needsFrameIndexResolution (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp59 bool TargetFrameLowering::needsFrameIndexResolution( function in class:TargetFrameLowering
H A DPrologEpilogInserter.cpp1134 if (!TFI.needsFrameIndexResolution(MF))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h292 // needsFrameIndexResolution - Do we need to perform FI resolution for
295 virtual bool needsFrameIndexResolution(const MachineFunction &MF) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h103 bool needsFrameIndexResolution(const MachineFunction &MF) const override;
H A DX86FrameLowering.cpp76 // needsFrameIndexResolution - Do we need to perform FI resolution for
84 X86FrameLowering::needsFrameIndexResolution(const MachineFunction &MF) const { function in class:X86FrameLowering

Completed in 98 milliseconds