HomeSort by relevance Sort by last modified time
    Searched defs:hasFP (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/PTX/
PTXFrameLowering.h 39 bool hasFP(const MachineFunction &MF) const { return false; }
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.h 36 bool hasFP(const MachineFunction &MF) const { return false; }
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 42 /// hasFP - Return true if the specified function should have a dedicated frame
45 bool X86FrameLowering::hasFP(const MachineFunction &MF) const {
317 bool HasFP = hasFP(MF);
333 int64_t saveAreaOffset = (HasFP ? 3 : 2) * stackGrowth;
360 if (HasFP && FramePtr == Reg)
502 bool HasFP = hasFP(MF);
574 if (HasFP) {
645 bool HasFP = hasFP(MF)
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.cpp 43 // hasFP - Return true if the specified function actually has a dedicated frame
46 bool SPUFrameLowering::hasFP(const MachineFunction &MF) const {
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const {
55 if (hasFP(MF)) {
129 if (hasFP(MF)) {
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 141 if (hasFP(MF)) {
178 if (hasFP(MF)) {
204 bool HexagonFrameLowering::hasFP(const MachineFunction &MF) const {
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 332 // hasFP - Return true if the specified function should have a dedicated frame
335 bool MBlazeFrameLowering::hasFP(const MachineFunction &MF) const {
375 if (hasFP(MF)) {
403 if (hasFP(MF)) {
442 if (hasFP(MF)) {
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 84 // hasFP - Return true if the specified function should have a dedicated frame
87 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const {
243 if (hasFP(MF)) {
278 if (hasFP(MF)) {
312 if (hasFP(MF))
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 86 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const {
101 bool FP = hasFP(MF);
221 bool FP = hasFP(MF);
367 if (hasFP(MF)) {
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 38 /// hasFP - Return true if the specified function should have a dedicated frame
41 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const {
213 bool HasFP = hasFP(MF);
214 if (HasFP) {
230 if (HasFP)
261 if (HasFP && isARM)
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!")
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 226 // hasFP - Return true if the specified function actually has a dedicated frame
228 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const {
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);
302 if (HasFP) {
317 if (HasFP)
332 if (HasFP)
443 if (HasFP) {
    [all...]

Completed in 625 milliseconds