Searched defs:hasFP (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILFrameLowering.cpp50 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const function in class:AMDGPUFrameLowering
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp93 // hasFP - Return true if the specified function should have a dedicated frame
96 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { function in class:MipsFrameLowering
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp33 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; } function in class:NVPTXFrameLowering
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILFrameLowering.cpp50 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const function in class:AMDGPUFrameLowering
/external/llvm/lib/Target/R600/
H A DAMDGPUFrameLowering.cpp111 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const { function in class:AMDGPUFrameLowering
/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { function in class:MSP430FrameLowering
55 if (hasFP(MF)) {
129 if (hasFP(MF)) {
291 if (hasFP(MF)) {
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp181 // hasFP - Return true if the specified function should have a dedicated frame
184 bool SparcFrameLowering::hasFP(const MachineFunction &MF) const { function in class:SparcFrameLowering
214 || hasFP(MF)); // need %FP
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp43 /// hasFP - Return true if the specified function should have a dedicated frame
46 bool X86FrameLowering::hasFP(const MachineFunction &MF) const { function in class:X86FrameLowering
449 bool HasFP = hasFP(MF);
887 if (hasFP(MF)) {
1038 assert (hasFP(MF) && "VLAs and dynamic stack realign, but no FP?!");
1056 if (!hasFP(MF))
1100 if (hasFP(MF)) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp114 if (hasFP(MF)) {
153 if (hasFP(MF) || MF.getTarget().getOptLevel() == CodeGenOpt::None) {
203 bool HexagonFrameLowering::hasFP(const MachineFunction &MF) const { function in class:HexagonFrameLowering
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp69 bool HasFP = hasFP(MF);
221 bool HasFP = hasFP(MF);
320 bool HasFP = hasFP(MF);
448 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const { function in class:SystemZFrameLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp75 // Note: currently hasFP() is always true for hasCalls(), but that's an
78 if (MFI->hasCalls() || hasFP(MF) || NumBytes > 128)
83 /// hasFP - Return true if the specified function should have a dedicated frame
85 bool AArch64FrameLowering::hasFP(const MachineFunction &MF) const { function in class:AArch64FrameLowering
170 bool HasFP = hasFP(MF);
213 bool HasFP = hasFP(MF);
510 if (!hasFP(MF)) {
568 UseFP = hasFP(MF);
569 } else if (hasFP(MF) && !RegInfo->hasBasePointer(MF)) {
771 if (hasFP(M
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp217 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { function in class:XCoreFrameLowering
255 bool FP = hasFP(MF);
375 bool FP = hasFP(MF);
427 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) &&
457 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) &&
557 if (hasFP(MF))
574 if (XFI->isLargeFrame(MF) || hasFP(MF))
578 if (XFI->isLargeFrame(MF) && !hasFP(MF))
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp428 // hasFP - Return true if the specified function actually has a dedicated frame
430 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const { function in class:PPCFrameLowering
432 // FIXME: This is pretty much broken by design: hasFP() might be called really
433 // early, before the stack layout was calculated and thus hasFP() might return
545 bool HasFP = hasFP(MF);
848 bool HasFP = hasFP(MF);
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp46 /// hasFP - Return true if the specified function should have a dedicated frame
49 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const { function in class:ARMFrameLowering
261 bool HasFP = hasFP(MF);
504 if (STI.isTargetELF() && hasFP(MF))
563 // the sp from fp. We can assume there's an FP here since hasFP already
737 assert (hasFP(MF) && "dynamic stack realignment without a FP!");
750 if (hasFP(MF) && AFI->hasStackFrame()) {
1305 if (TFI->hasFP(MF) && AFI->hasStackFrame())
1516 ((hasFP(MF) && AFI->hasStackFrame()) ? 4:0) >=
1540 if (hasFP(M
[all...]

Completed in 3633 milliseconds