Searched refs:hasBasePointer (Results 1 – 16 of 16) sorted by relevance
98 if (hasBasePointer(MF)) { in getReservedRegs()126 return hasBasePointer(MF); in isReservedReg()147 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in AArch64RegisterInfo193 return MFI->hasVarSizedObjects() && !hasBasePointer(MF); in useFPForScavengingIndex()383 - hasBasePointer(MF); // X19 in getRegPressureLimit()
89 bool hasBasePointer(const MachineFunction &MF) const;
299 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()
110 bool hasBasePointer(const MachineFunction &MF) const;
347 if (hasBasePointer(MF)) { in getReservedRegs()405 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo482 if (hasBasePointer(MF)) in eliminateFrameIndex()
208 if (TRI->hasBasePointer(DAG.getMachineFunction()) && in EmitTargetCodeForMemcpy()
805 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()
106 bool hasBasePointer(const MachineFunction &MF) const;
190 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
391 !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()
143 bool hasBasePointer(const MachineFunction &MF) const;
550 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()
134 if (hasBasePointer(MF)) in getReservedRegs()309 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
288 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
577 if (!hasBasePointer(MF)) { in eliminateFrameIndex()
867 if (RI.hasBasePointer(MF)) { in ExpandMI()