Home
last modified time | relevance | path

Searched defs:hasFP (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.h47 bool hasFP(const MachineFunction & /*MF*/) const override { return true; } in hasFP() function
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFFrameLowering.cpp23 bool BPFFrameLowering::hasFP(const MachineFunction &MF) const { return true; } in hasFP() function in BPFFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DDirectXFrameLowering.h32 bool hasFP(const MachineFunction &) const override { return false; } in hasFP() function
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVFrameLowering.h36 bool hasFP(const MachineFunction &MF) const override { return false; } in hasFP() function
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.h30 bool hasFP(const MachineFunction &MF) const override { in hasFP() function
H A DSIFrameLowering.cpp1709 bool SIFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in SIFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MipsFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp30 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; } in hasFP() function in NVPTXFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp28 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MSP430FrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp255 bool SparcFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in SparcFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp421 bool VEFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in VEFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp101 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in WebAssemblyFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp237 bool AVRFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in llvm::AVRFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp491 bool ARCFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in ARCFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp34 bool LoongArchFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in LoongArchFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp36 bool CSKYFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in CSKYFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp847 bool SystemZELFFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in SystemZELFFrameLowering
1370 bool SystemZXPLINKFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in SystemZXPLINKFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp218 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in XCoreFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp43 bool M68kFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in M68kFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp231 bool RISCVFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in RISCVFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2590 bool hasFP = FrameLowering->hasFP(*MF); in emitInstruction() local
H A DX86FrameLowering.cpp97 bool X86FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in X86FrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp202 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in ARMFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp360 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in PPCFrameLowering
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1142 bool HexagonFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in HexagonFrameLowering

12