Searched refs:hasBasePointer (Results 1 – 14 of 14) sorted by relevance
190 if (hasBasePointer(MF)) in getReservedRegs()202 if (hasBasePointer(MF)) in getReservedRegs()628 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex()695 if (!hasBasePointer(MF)) in getBaseRegister()701 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in PPCRegisterInfo
97 bool hasBasePointer(const MachineFunction &MF) const;
229 !RegInfo->hasBasePointer(MF)) { // No special alignment. in determineFrameLayout()301 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP()387 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue()685 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue()918 if (!BPSI && RegInfo->hasBasePointer(MF)) { in processFunctionBeforeCalleeSavedScan()1059 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()
110 bool hasBasePointer(const MachineFunction &MF) const;
342 if (hasBasePointer(MF)) { in getReservedRegs()400 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo477 if (hasBasePointer(MF)) in eliminateFrameIndex()
685 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()911 if (RegInfo->hasBasePointer(MF)) { in getFrameIndexOffset()953 if (RegInfo->hasBasePointer(MF)) in getFrameIndexReference()1097 if (RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()
207 if (TRI->hasBasePointer(DAG.getMachineFunction()) && in EmitTargetCodeForMemcpy()
336 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()526 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference()537 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()541 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference()570 if (RegInfo->hasBasePointer(MF)) in ResolveFrameIndexReference()1203 if (RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()
141 bool hasBasePointer(const MachineFunction &MF) const;
127 if (hasBasePointer(MF)) in getReservedRegs()302 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
207 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
581 if (!hasBasePointer(MF)) { in eliminateFrameIndex()
809 if (RI.hasBasePointer(MF)) { in ExpandMI()
234 @@ -403,18 +409,15 @@ bool X86RegisterInfo::hasBasePointer(const Machine