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

  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.h 39 bool hasFP(const MachineFunction &MF) const { return false; }
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 93 // hasFP - Return true if the specified function should have a dedicated frame
96 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const {
  /external/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.cpp 28 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const {
  /external/llvm/lib/Target/R600/
AMDGPUFrameLowering.cpp 120 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const {
  /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...]
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const {
55 if (hasFP(MF)) {
129 if (hasFP(MF)) {
291 if (hasFP(MF)) {
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 141 if (hasFP(MF)) {
179 if (hasFP(MF)) {
205 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)) {
481 if (hasFP(MF)) {
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 85 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const {
100 bool FP = hasFP(MF);
218 bool FP = hasFP(MF);
416 if (hasFP(MF)) {
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 107 bool FPNeedsSetting = hasFP(MF);
161 if (!hasFP(MF) && NumResidualBytes) {
361 if (hasFP(MF)) {
563 AArch64FrameLowering::hasFP(const MachineFunction &MF) const {
592 return !(hasFP(MF) && MFI->hasVarSizedObjects());
  /external/llvm/lib/Target/ARM/
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...]

Completed in 325 milliseconds