Home
last modified time | relevance | path

Searched refs:hasFPImpl (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h117 bool hasFPImpl(const MachineFunction &MF) const override;
172 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXFrameLowering.h33 bool hasFPImpl(const MachineFunction &) const override { return false; } in hasFPImpl() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVFrameLowering.h37 bool hasFPImpl(const MachineFunction &MF) const override { return false; } in hasFPImpl() function
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFFrameLowering.cpp20 bool BPFFrameLowering::hasFPImpl(const MachineFunction &MF) const { in hasFPImpl() function in BPFFrameLowering
H A DBPFFrameLowering.h39 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.h31 bool hasFPImpl(const MachineFunction &MF) const override { return false; } in hasFPImpl() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.h36 bool hasFPImpl(const MachineFunction &MF) const override;
H A DNVPTXFrameLowering.cpp29 bool NVPTXFrameLowering::hasFPImpl(const MachineFunction &MF) const { in hasFPImpl() function in NVPTXFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.h51 bool hasFPImpl(const MachineFunction & /*MF*/) const override { return true; } in hasFPImpl() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h26 bool hasFPImpl(const MachineFunction &MF) const override;
H A DMipsFrameLowering.cpp87 bool MipsFrameLowering::hasFPImpl(const MachineFunction &MF) const { in hasFPImpl() function in MipsFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h61 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.h42 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h50 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.h54 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h311 return !MF.getFunction().hasFnAttribute(Attribute::Naked) && hasFPImpl(MF); in hasFP()
511 virtual bool hasFPImpl(const MachineFunction &MF) const = 0;
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h27 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.h66 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h71 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.h59 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.h73 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.h71 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h180 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h169 bool hasFPImpl(const MachineFunction &MF) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.h90 bool hasFPImpl(const MachineFunction &MF) const override;

12