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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILFrameLowering.cpp 50 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const
  /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 29 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; }
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILFrameLowering.cpp 50 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const
  /external/llvm/lib/Target/R600/
AMDGPUFrameLowering.cpp 101 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)
492 bool HasFP = hasFP(MF);
570 if (HasFP) {
658 bool HasFP = hasFP(MF)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 137 // hasFP - Return true if the specified function should have a dedicated frame
140 bool SparcFrameLowering::hasFP(const MachineFunction &MF) const {
170 || hasFP(MF)); // need %FP
  /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 114 if (hasFP(MF)) {
153 if (hasFP(MF) || MF.getTarget().getOptLevel() == CodeGenOpt::None) {
203 bool HexagonFrameLowering::hasFP(const MachineFunction &MF) const {
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 70 bool HasFP = hasFP(MF);
84 if (HasFP)
223 bool HasFP = hasFP(MF);
253 MIB.addReg(HasFP ? SystemZ::R11D : SystemZ::R15D);
322 bool HasFP = hasFP(MF);
365 if (HasFP) {
457 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 85 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const {
100 bool FP = hasFP(MF);
181 bool FP = hasFP(MF);
383 if (hasFP(MF)) {
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 108 bool FPNeedsSetting = hasFP(MF);
162 if (!hasFP(MF) && NumResidualBytes) {
362 if (hasFP(MF)) {
565 AArch64FrameLowering::hasFP(const MachineFunction &MF) const {
594 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 {
221 bool HasFP = hasFP(MF);
222 if (HasFP) {
238 if (HasFP)
269 if (HasFP && isARM)
281 if (STI.isTargetELF() && hasFP(MF))
340 // the sp from fp. We can assume there's an FP here since hasFP already
518 assert (hasFP(MF) && "dynamic stack realignment without a FP!")
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 267 // hasFP - Return true if the specified function actually has a dedicated frame
269 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const {
271 // FIXME: This is pretty much broken by design: hasFP() might be called really
272 // early, before the stack layout was calculated and thus hasFP() might return
383 bool HasFP = hasFP(MF);
389 if (HasFP) {
424 if (HasFP)
451 if (HasFP)
602 if (HasFP) {
    [all...]

Completed in 766 milliseconds