| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.h | 117 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 D | DirectXFrameLowering.h | 33 bool hasFPImpl(const MachineFunction &) const override { return false; } in hasFPImpl() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVFrameLowering.h | 37 bool hasFPImpl(const MachineFunction &MF) const override { return false; } in hasFPImpl() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFFrameLowering.cpp | 20 bool BPFFrameLowering::hasFPImpl(const MachineFunction &MF) const { in hasFPImpl() function in BPFFrameLowering
|
| H A D | BPFFrameLowering.h | 39 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600FrameLowering.h | 31 bool hasFPImpl(const MachineFunction &MF) const override { return false; } in hasFPImpl() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXFrameLowering.h | 36 bool hasFPImpl(const MachineFunction &MF) const override;
|
| H A D | NVPTXFrameLowering.cpp | 29 bool NVPTXFrameLowering::hasFPImpl(const MachineFunction &MF) const { in hasFPImpl() function in NVPTXFrameLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiFrameLowering.h | 51 bool hasFPImpl(const MachineFunction & /*MF*/) const override { return true; } in hasFPImpl() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFrameLowering.h | 26 bool hasFPImpl(const MachineFunction &MF) const override;
|
| H A D | MipsFrameLowering.cpp | 87 bool MipsFrameLowering::hasFPImpl(const MachineFunction &MF) const { in hasFPImpl() function in MipsFrameLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.h | 61 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRFrameLowering.h | 42 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.h | 50 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaFrameLowering.h | 54 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetFrameLowering.h | 311 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 D | MSP430FrameLowering.h | 27 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCFrameLowering.h | 66 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFrameLowering.h | 71 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFrameLowering.h | 59 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYFrameLowering.h | 73 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEFrameLowering.h | 71 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.h | 180 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.h | 169 bool hasFPImpl(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.h | 90 bool hasFPImpl(const MachineFunction &MF) const override;
|