HomeSort by relevance Sort by last modified time
    Searched refs:HasFP (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 162 bool HasFP = hasFP(MF);
163 if (HasFP)
172 if (HasFP) {
187 if (STI.isTargetELF() && HasFP)
209 // the sp from fp. We can assume there's an FP here since hasFP already
ARMFrameLowering.cpp 39 /// hasFP - Return true if the specified function should have a dedicated frame
42 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const {
220 bool HasFP = hasFP(MF);
221 if (HasFP) {
237 if (HasFP)
268 if (HasFP && isARM)
280 if (STI.isTargetELF() && hasFP(MF))
339 // the sp from fp. We can assume there's an FP here since hasFP already
516 assert (hasFP(MF) && "dynamic stack realignment without a FP!")
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 274 // hasFP - Return true if the specified function actually has a dedicated frame
276 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const {
278 // FIXME: This is pretty much broken by design: hasFP() might be called really
279 // early, before the stack layout was calculated and thus hasFP() might return
343 bool HasFP = hasFP(MF);
348 if (HasFP) {
363 if (HasFP)
378 if (HasFP)
491 if (HasFP) {
    [all...]
  /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) {
661 bool HasFP = hasFP(MF)
    [all...]

Completed in 336 milliseconds