Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/AMDGPU/
DAMDGPUFrameLowering.h39 bool hasFP(const MachineFunction &MF) const override { in hasFP() function
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXFrameLowering.h39 bool hasFP(const MachineFunction &MF) const { return false; } in hasFP() function
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcFrameLowering.h36 bool hasFP(const MachineFunction &MF) const { return false; } in hasFP() function
/external/llvm/lib/Target/Lanai/
DLanaiFrameLowering.h49 bool hasFP(const MachineFunction &MF) const override { return true; } in hasFP() function
/external/llvm/lib/Target/BPF/
DBPFFrameLowering.cpp24 bool BPFFrameLowering::hasFP(const MachineFunction &MF) const { return true; } in hasFP() function in BPFFrameLowering
/external/llvm/lib/Target/NVPTX/
DNVPTXFrameLowering.cpp31 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; } in hasFP() function in NVPTXFrameLowering
/external/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp94 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MipsFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaFrameLowering.cpp41 bool AlphaFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in AlphaFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinFrameLowering.cpp28 bool BlackfinFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in BlackfinFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUFrameLowering.cpp46 bool SPUFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in SPUFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430FrameLowering.cpp29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MSP430FrameLowering
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp42 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in WebAssemblyFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsFrameLowering.cpp85 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MipsFrameLowering
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MSP430FrameLowering
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp233 bool SparcFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in SparcFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZFrameLowering.cpp59 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in SystemZFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeFrameLowering.cpp337 bool MBlazeFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MBlazeFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.cpp86 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in XCoreFrameLowering
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp479 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in SystemZFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp228 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in PPCFrameLowering
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp217 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in XCoreFrameLowering
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp136 bool AArch64FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in AArch64FrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp33 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in ARMFrameLowering
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp1289 bool hasFP = FrameLowering->hasFP(*MF); in EmitInstruction() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp45 bool X86FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in X86FrameLowering

12