Searched refs:hasBasePointer (Results 1 – 16 of 16) sorted by relevance
112 if (hasBasePointer(MF)) { in getReservedRegs()140 return hasBasePointer(MF); in isReservedReg()161 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in AArch64RegisterInfo237 return MFI->hasVarSizedObjects() && !hasBasePointer(MF); in useFPForScavengingIndex()434 - hasBasePointer(MF); // X19 in getRegPressureLimit()
392 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()672 } else if (hasFP(MF) && !RegInfo->hasBasePointer(MF) && in resolveFrameIndexReference()699 if (RegInfo->hasBasePointer(MF)) in resolveFrameIndexReference()888 if (RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()891 if (RegInfo->needsStackRealignment(MF) && !RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()
88 bool hasBasePointer(const MachineFunction &MF) const;
105 bool hasBasePointer(const MachineFunction &MF) const;
55 || TRI->hasBasePointer(MF); in canSimplifyCallFramePseudos()934 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()1242 if (RegInfo->hasBasePointer(MF)) { in getFrameIndexOffset()1283 if (RegInfo->hasBasePointer(MF)) in getFrameIndexReference()1312 assert(!RegInfo->hasBasePointer(MF) && "we don't handle this case"); in getFrameIndexOffsetFromSP()1359 assert(!RegInfo->hasBasePointer(MF) && "we don't handle this case"); in getFrameIndexReferenceFromSP()1537 if (RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()
366 if (hasBasePointer(MF)) { in getReservedRegs()426 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo496 if (hasBasePointer(MF)) in eliminateFrameIndex()
18919 if (RegInfo->hasBasePointer(*MF)) { in emitEHSjLjSetJmp()
215 if (hasBasePointer(MF)) in getReservedRegs()236 if (hasBasePointer(MF)) { in getReservedRegs()804 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex()875 if (!hasBasePointer(MF)) in getBaseRegister()888 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in PPCRegisterInfo
138 bool hasBasePointer(const MachineFunction &MF) const;
455 !RegInfo->hasBasePointer(MF)) { // No special alignment. in determineFrameLayout()526 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP()609 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue()956 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue()1190 if (!BPSI && RegInfo->hasBasePointer(MF)) { in processFunctionBeforeCalleeSavedScan()1348 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()
134 bool hasBasePointer(const MachineFunction &MF) const;
664 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()877 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference()888 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()892 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference()921 if (RegInfo->hasBasePointer(MF)) in ResolveFrameIndexReference()1559 if (RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()
140 if (hasBasePointer(MF)) in getReservedRegs()302 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
294 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
523 if (!hasBasePointer(MF)) { in eliminateFrameIndex()
867 if (RI.hasBasePointer(MF)) { in ExpandMI()