| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiRegisterInfo.cpp | 58 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 D | LanaiRegisterInfo.h | 48 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | LanaiFrameLowering.cpp | 216 if (LRI->hasBasePointer(MF)) { in determineCalleeSaves()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 203 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 D | AArch64RegisterInfo.h | 113 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | AArch64FrameLowering.cpp | 1082 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 D | AArch64ISelLowering.cpp | 2753 if (RegInfo->hasBasePointer(MF)) in LowerINTRINSIC_WO_CHAIN()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.h | 120 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | X86RegisterInfo.cpp | 524 if (hasBasePointer(MF)) { in getReservedRegs() 610 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
|
| H A D | X86FrameLowering.cpp | 65 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 D | X86ISelLowering.cpp | 22289 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 D | PPCFrameLowering.cpp | 472 !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 D | PPCRegisterInfo.h | 141 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | PPCRegisterInfo.cpp | 299 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 D | ARMBaseRegisterInfo.h | 160 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | ARMFrameLowering.cpp | 747 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 D | ARMBaseRegisterInfo.cpp | 191 if (hasBasePointer(MF)) in getReservedRegs() 367 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
|
| H A D | Thumb1FrameLowering.cpp | 390 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
|
| H A D | ARMExpandPseudoInsts.cpp | 1330 if (RI.hasBasePointer(MF)) { in ExpandMI()
|