Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp112 if (hasBasePointer(MF)) { in getReservedRegs()
140 return hasBasePointer(MF); in isReservedReg()
161 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in AArch64RegisterInfo
237 return MFI->hasVarSizedObjects() && !hasBasePointer(MF); in useFPForScavengingIndex()
434 - hasBasePointer(MF); // X19 in getRegPressureLimit()
DAArch64FrameLowering.cpp392 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()
DAArch64RegisterInfo.h88 bool hasBasePointer(const MachineFunction &MF) const;
/external/llvm/lib/Target/X86/
DX86RegisterInfo.h105 bool hasBasePointer(const MachineFunction &MF) const;
DX86FrameLowering.cpp55 || 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()
DX86RegisterInfo.cpp366 if (hasBasePointer(MF)) { in getReservedRegs()
426 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
496 if (hasBasePointer(MF)) in eliminateFrameIndex()
DX86ISelLowering.cpp18919 if (RegInfo->hasBasePointer(*MF)) { in emitEHSjLjSetJmp()
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp215 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
DPPCRegisterInfo.h138 bool hasBasePointer(const MachineFunction &MF) const;
DPPCFrameLowering.cpp455 !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()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h134 bool hasBasePointer(const MachineFunction &MF) const;
DARMFrameLowering.cpp664 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()
DARMBaseRegisterInfo.cpp140 if (hasBasePointer(MF)) in getReservedRegs()
302 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
DThumb1FrameLowering.cpp294 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
DThumbRegisterInfo.cpp523 if (!hasBasePointer(MF)) { in eliminateFrameIndex()
DARMExpandPseudoInsts.cpp867 if (RI.hasBasePointer(MF)) { in ExpandMI()