Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.cpp58 if (hasBasePointer(MF)) in getReservedRegs()
159 if (hasBasePointer(MF)) in eliminateFrameIndex()
248 bool LanaiRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in LanaiRegisterInfo
H A DLanaiRegisterInfo.h48 bool hasBasePointer(const MachineFunction &MF) const;
H A DLanaiFrameLowering.cpp216 if (LRI->hasBasePointer(MF)) { in determineCalleeSaves()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp203 if (hasBasePointer(MF)) in getReservedRegs()
259 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in AArch64RegisterInfo
509 - hasBasePointer(MF); // X19 in getRegPressureLimit()
H A DAArch64RegisterInfo.h113 bool hasBasePointer(const MachineFunction &MF) const;
H A DAArch64FrameLowering.cpp1082 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()
1507 bool CanUseBP = RegInfo->hasBasePointer(MF); in resolveFrameIndexReference()
1520 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameIndexReference()
1546 if (RegInfo->hasBasePointer(MF)) in resolveFrameIndexReference()
1974 unsigned BasePointerReg = RegInfo->hasBasePointer(MF) in determineCalleeSaves()
H A DAArch64ISelLowering.cpp2753 if (RegInfo->hasBasePointer(MF)) in LowerINTRINSIC_WO_CHAIN()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86RegisterInfo.h120 bool hasBasePointer(const MachineFunction &MF) const;
H A DX86RegisterInfo.cpp524 if (hasBasePointer(MF)) { in getReservedRegs()
610 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
H A DX86FrameLowering.cpp65 TRI->hasBasePointer(MF); in canSimplifyCallFramePseudos()
1440 if (TRI->hasBasePointer(MF)) { in emitPrologue()
1758 if (TRI->hasBasePointer(MF)) in getFrameIndexReference()
1801 if (TRI->hasBasePointer(MF)) { in getFrameIndexReference()
1953 if (this->TRI->hasBasePointer(MF)) { in assignCalleeSavedSpillSlots()
2185 if (TRI->hasBasePointer(MF)){ in determineCalleeSaves()
H A DX86ISelLowering.cpp22289 if (RegInfo->hasBasePointer(MF)) in LowerINTRINSIC_WO_CHAIN()
26868 if (TRI->hasBasePointer(DAG.getMachineFunction()) && in ReplaceNodeResults()
29187 if (RegInfo->hasBasePointer(*MF)) { in emitEHSjLjSetJmp()
29603 if (RI.hasBasePointer(*MF)) { in EmitSjLjDispatchBlock()
29962 if (!Subtarget.is32Bit() || !TRI->hasBasePointer(*MF)) in EmitInstrWithCustomInserter()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp472 !RegInfo->hasBasePointer(MF); // No special alignment. in determineFrameLayout()
549 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP()
692 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired()
766 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue()
1275 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue()
1643 if (!BPSI && RegInfo->hasBasePointer(MF)) { in determineCalleeSaves()
1664 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
1825 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()
H A DPPCRegisterInfo.h141 bool hasBasePointer(const MachineFunction &MF) const;
H A DPPCRegisterInfo.cpp299 if (hasBasePointer(MF)) { in getReservedRegs()
954 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex()
1030 if (!hasBasePointer(MF)) in getBaseRegister()
1042 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in PPCRegisterInfo
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h160 bool hasBasePointer(const MachineFunction &MF) const;
H A DARMFrameLowering.cpp747 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()
910 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference()
922 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
926 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference()
957 if (RegInfo->hasBasePointer(MF)) in ResolveFrameIndexReference()
1656 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
H A DARMBaseRegisterInfo.cpp191 if (hasBasePointer(MF)) in getReservedRegs()
367 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
H A DThumb1FrameLowering.cpp390 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
H A DARMExpandPseudoInsts.cpp1330 if (RI.hasBasePointer(MF)) { in ExpandMI()