Home
last modified time | relevance | path

Searched refs:hasBasePointer (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp98 if (hasBasePointer(MF)) { in getReservedRegs()
126 return hasBasePointer(MF); in isReservedReg()
147 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in AArch64RegisterInfo
193 return MFI->hasVarSizedObjects() && !hasBasePointer(MF); in useFPForScavengingIndex()
383 - hasBasePointer(MF); // X19 in getRegPressureLimit()
DAArch64RegisterInfo.h89 bool hasBasePointer(const MachineFunction &MF) const;
DAArch64FrameLowering.cpp299 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
569 } else if (hasFP(MF) && !RegInfo->hasBasePointer(MF)) { in resolveFrameIndexReference()
591 if (RegInfo->hasBasePointer(MF)) in resolveFrameIndexReference()
778 if (RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.h110 bool hasBasePointer(const MachineFunction &MF) const;
DX86RegisterInfo.cpp347 if (hasBasePointer(MF)) { in getReservedRegs()
405 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
482 if (hasBasePointer(MF)) in eliminateFrameIndex()
DX86SelectionDAGInfo.cpp208 if (TRI->hasBasePointer(DAG.getMachineFunction()) && in EmitTargetCodeForMemcpy()
DX86FrameLowering.cpp805 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()
1037 if (RegInfo->hasBasePointer(MF)) { in getFrameIndexOffset()
1079 if (RegInfo->hasBasePointer(MF)) in getFrameIndexReference()
1261 if (RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h106 bool hasBasePointer(const MachineFunction &MF) const;
DPPCRegisterInfo.cpp190 if (hasBasePointer(MF)) in getReservedRegs()
202 if (hasBasePointer(MF)) in getReservedRegs()
776 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex()
843 if (!hasBasePointer(MF)) in getBaseRegister()
849 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in PPCRegisterInfo
DPPCFrameLowering.cpp391 !RegInfo->hasBasePointer(MF)) { // No special alignment. in determineFrameLayout()
463 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP()
546 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue()
849 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue()
1083 if (!BPSI && RegInfo->hasBasePointer(MF)) { in processFunctionBeforeCalleeSavedScan()
1224 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h143 bool hasBasePointer(const MachineFunction &MF) const;
DARMFrameLowering.cpp550 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()
742 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference()
753 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
757 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference()
786 if (RegInfo->hasBasePointer(MF)) in ResolveFrameIndexReference()
1425 if (RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()
DARMBaseRegisterInfo.cpp134 if (hasBasePointer(MF)) in getReservedRegs()
309 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
DThumb1FrameLowering.cpp288 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
DThumb1RegisterInfo.cpp577 if (!hasBasePointer(MF)) { in eliminateFrameIndex()
DARMExpandPseudoInsts.cpp867 if (RI.hasBasePointer(MF)) { in ExpandMI()