| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kRegisterInfo.cpp | 151 if (hasBasePointer(MF)) { in getReservedRegs() 184 if (hasBasePointer(MF)) in eliminateFrameIndex() 228 bool M68kRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in M68kRegisterInfo
|
| H A D | M68kFrameLowering.cpp | 62 TRI->hasBasePointer(MF); in canSimplifyCallFramePseudos() 83 if (TRI->hasBasePointer(MF)) in getFrameIndexReference() 100 if (TRI->hasBasePointer(MF)) { in getFrameIndexReference() 623 if (TRI->hasBasePointer(MF)) { in emitPrologue() 796 if (TRI->hasBasePointer(MF)) { in determineCalleeSaves()
|
| H A D | M68kRegisterInfo.h | 94 bool hasBasePointer(const MachineFunction &MF) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiRegisterInfo.cpp | 59 if (hasBasePointer(MF)) in getReservedRegs() 155 if (hasBasePointer(MF)) in eliminateFrameIndex() 246 bool LanaiRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in LanaiRegisterInfo
|
| H A D | LanaiRegisterInfo.h | 45 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | LanaiFrameLowering.cpp | 212 if (LRI->hasBasePointer(MF)) { in determineCalleeSaves()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.h | 135 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | X86ArgumentStackSlotRebase.cpp | 119 if (!TRI->hasBasePointer(MF)) in runOnMachineFunction()
|
| H A D | X86RegisterInfo.cpp | 567 if (hasBasePointer(MF)) { in getReservedRegs() 754 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
|
| H A D | X86FrameLowering.cpp | 78 TRI->hasBasePointer(MF); in canSimplifyCallFramePseudos() 2154 if (TRI->hasBasePointer(MF)) { in emitPrologue() 2608 if (TRI->hasBasePointer(MF)) in getFrameIndexReference() 2677 if (TRI->hasStackRealignment(MF) || TRI->hasBasePointer(MF)) in getFrameIndexReference() 2818 if (this->TRI->hasBasePointer(MF)) { in assignCalleeSavedSpillSlots() 3144 if (TRI->hasBasePointer(MF)) { in determineCalleeSaves()
|
| H A D | X86ISelLowering.cpp | 26386 if (RegInfo->hasBasePointer(MF)) in LowerINTRINSIC_WO_CHAIN() 35917 if (RegInfo->hasBasePointer(*MF)) { in emitEHSjLjSetJmp() 36346 if (RI.hasBasePointer(*MF)) { in EmitSjLjDispatchBlock() 36766 if (!Subtarget.is32Bit() || !TRI->hasBasePointer(*MF)) in EmitInstrWithCustomInserter() 36810 if (TRI->hasBasePointer(*MF) && in EmitInstrWithCustomInserter() 36844 if (!IsRBX || !TRI->hasBasePointer(*MF)) { in EmitInstrWithCustomInserter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.h | 125 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | AArch64RegisterInfo.cpp | 402 if (hasBasePointer(MF) && MCRegisterInfo::regsOverlap(PhysReg, AArch64::X19)) in explainReservedReg() 455 if (hasBasePointer(MF)) in getStrictlyReservedRegs() 573 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in AArch64RegisterInfo 1026 - hasBasePointer(MF); // X19 in getRegPressureLimit()
|
| H A D | AArch64FrameLowering.cpp | 2207 if (!IsFunclet && RegInfo->hasBasePointer(MF)) { in emitPrologue() 2760 bool CanUseBP = RegInfo->hasBasePointer(MF); in resolveFrameOffsetReference() 2773 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference() 2810 FrameReg = RegInfo->hasBasePointer(MF) ? RegInfo->getBaseRegister() in resolveFrameOffsetReference() 2827 if (RegInfo->hasBasePointer(MF)) in resolveFrameOffsetReference() 3641 unsigned BasePointerReg = RegInfo->hasBasePointer(MF) in determineCalleeSaves()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 320 !RegInfo->hasBasePointer(MF) && // No special alignment. in determineFrameLayout() 395 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() 538 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() 592 if (hasFP(MF) || RegInfo->hasBasePointer(MF) || MF.exposesReturnsTwice()) in stackUpdateCanBeMoved() 647 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() 1264 bool HasBP = RegInfo->hasBasePointer(MF); in inlineStackProbe() 1566 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue() 2007 if (!BPSI && RegInfo->hasBasePointer(MF)) { in determineCalleeSaves() 2028 if (RegInfo->hasBasePointer(MF)) { in determineCalleeSaves() 2199 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()
|
| H A D | PPCRegisterInfo.h | 173 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | PPCRegisterInfo.cpp | 409 if (hasBasePointer(MF)) { in getReservedRegs() 1690 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex() 1826 if (!hasBasePointer(MF)) in getBaseRegister() 1838 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in PPCRegisterInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.cpp | 212 if (hasBasePointer(MF)) in getReservedRegs() 249 if (hasBasePointer(MF)) in isInlineAsmReadOnlyReg() 416 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
|
| H A D | ARMBaseRegisterInfo.h | 189 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | ARMFrameLowering.cpp | 1254 if (RegInfo->hasBasePointer(MF)) { in emitPrologue() 1466 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference() 1478 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference() 1482 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference() 1515 if (RegInfo->hasBasePointer(MF)) { in ResolveFrameIndexReference() 2331 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves() 2477 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves() 2497 bool HasBPOrFixedSP = RegInfo->hasBasePointer(MF) || !HasMovingSP; in determineCalleeSaves()
|
| H A D | Thumb1FrameLowering.cpp | 484 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
|
| H A D | ARMExpandPseudoInsts.cpp | 2509 if (RI.hasBasePointer(MF)) { in ExpandMI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.h | 112 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | SIFrameLowering.cpp | 1092 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register(); in emitPrologue() 1195 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue() 1557 if (TRI->hasBasePointer(MF)) { in determinePrologEpilogSGPRSaves()
|
| H A D | SIRegisterInfo.cpp | 516 bool SIRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in SIRegisterInfo 657 if (hasBasePointer(MF)) { in getReservedRegs() 1735 FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(SB.MF) in buildVGPRSpillLoadStore() 2092 Register FrameReg = FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(*MF) in eliminateFrameIndex()
|