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

/external/llvm/lib/Target/PTX/
H A DPTXFrameLowering.h39 bool hasFP(const MachineFunction &MF) const { return false; } function in class:llvm::PTXFrameLowering
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h36 bool hasFP(const MachineFunction &MF) const { return false; } function in class:llvm::SparcFrameLowering
/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)) {
/external/llvm/lib/Target/CellSPU/
H A DSPUFrameLowering.cpp43 // hasFP - Return true if the specified function actually has a dedicated frame
46 bool SPUFrameLowering::hasFP(const MachineFunction &MF) const { function in class:SPUFrameLowering
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp42 /// hasFP - Return true if the specified function should have a dedicated frame
45 bool X86FrameLowering::hasFP(const MachineFunction &MF) const { function in class:X86FrameLowering
317 bool HasFP = hasFP(MF);
502 bool HasFP = hasFP(MF);
645 bool HasFP = hasFP(MF);
997 if (hasFP(MF)) {
1161 if (!hasFP(MF))
1295 if (hasFP(MF)) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp141 if (hasFP(MF)) {
178 if (hasFP(MF)) {
204 bool HexagonFrameLowering::hasFP(const MachineFunction &MF) const { function in class:HexagonFrameLowering
/external/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp332 // hasFP - Return true if the specified function should have a dedicated frame
335 bool MBlazeFrameLowering::hasFP(const MachineFunction &MF) const { function in class:MBlazeFrameLowering
375 if (hasFP(MF)) {
403 if (hasFP(MF)) {
442 if (hasFP(MF)) {
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp84 // hasFP - Return true if the specified function should have a dedicated frame
87 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { function in class:MipsFrameLowering
243 if (hasFP(MF)) {
278 if (hasFP(MF)) {
312 if (hasFP(MF))
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp86 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { function in class:XCoreFrameLowering
101 bool FP = hasFP(MF);
221 bool FP = hasFP(MF);
367 if (hasFP(MF)) {
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp38 /// hasFP - Return true if the specified function should have a dedicated frame
41 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const { function in class:ARMFrameLowering
213 bool HasFP = hasFP(MF);
273 if (STI.isTargetELF() && hasFP(MF))
332 // the sp from fp. We can assume there's an FP here since hasFP already
504 assert (hasFP(MF) && "dynamic stack realignment without a FP!");
517 if (hasFP(MF) && AFI->hasStackFrame()) {
1115 if (TFI->hasFP(MF) && AFI->hasStackFrame())
1319 (estimateStackSize(MF) + ((hasFP(MF) && AFI->hasStackFrame()) ? 4:0) >=
1339 if (hasFP(M
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp226 // hasFP - Return true if the specified function actually has a dedicated frame
228 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const { function in class:PPCFrameLowering
230 // FIXME: This is pretty much broken by design: hasFP() might be called really
231 // early, before the stack layout was calculated and thus hasFP() might return
297 bool HasFP = hasFP(MF);
540 bool HasFP = hasFP(MF);
586 assert(hasFP(MF) && "Expecting a valid the frame pointer.");
610 assert(hasFP(MF) && "Expecting a valid the frame pointer.");

Completed in 280 milliseconds