Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.h47 bool hasFP(const MachineFunction & /*MF*/) const override { return true; } hasFP() function
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVFrameLowering.h36 bool hasFP(const MachineFunction &MF) const override { return false; } hasFP() function
/llvm-project/llvm/lib/Target/BPF/
H A DBPFFrameLowering.cpp23 bool BPFFrameLowering::hasFP(const MachineFunction &MF) const { return true; } hasFP() function in BPFFrameLowering
/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXFrameLowering.h32 bool hasFP(const MachineFunction &) const override { return false; } hasFP() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.h30 bool hasFP(const MachineFunction &MF) const override { hasFP() function
H A DSIFrameLowering.cpp1808 bool SIFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in SIFrameLowering
/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp93 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in MipsFrameLowering
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp30 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; } hasFP() function in NVPTXFrameLowering
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp255 bool SparcFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in SparcFrameLowering
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp30 bool XtensaFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in XtensaFrameLowering
/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp421 bool VEFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in VEFrameLowering
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp33 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in MSP430FrameLowering
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp101 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in WebAssemblyFrameLowering
/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp235 bool AVRFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in llvm::AVRFrameLowering
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp34 bool LoongArchFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in LoongArchFrameLowering
/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp491 bool ARCFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in ARCFrameLowering
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp36 bool CSKYFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in CSKYFrameLowering
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp837 bool SystemZELFFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in SystemZELFFrameLowering
1454 bool SystemZXPLINKFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in SystemZXPLINKFrameLowering
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp218 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in XCoreFrameLowering
/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp43 bool M68kFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in M68kFrameLowering
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp312 bool RISCVFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in RISCVFrameLowering
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2306 bool hasFP = FrameLowering->hasFP(*MF); emitInstruction() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp202 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in ARMFrameLowering
[all...]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp360 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in PPCFrameLowering
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1145 bool HexagonFrameLowering::hasFP(const MachineFunction &MF) const { hasFP() function in HexagonFrameLowering

12