| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kRegisterInfo.cpp | 151 if (hasBasePointer(MF)) { in getReservedRegs() 184 if (hasBasePointer(MF)) in eliminateFrameIndex() 227 bool M68kRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in M68kRegisterInfo
|
| H A D | M68kRegisterInfo.h | 94 bool hasBasePointer(const MachineFunction &MF) const;
|
| 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() 630 if (TRI->hasBasePointer(MF)) { in emitPrologue() 801 if (TRI->hasBasePointer(MF)) { in determineCalleeSaves()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiRegisterInfo.cpp | 59 if (hasBasePointer(MF)) in getReservedRegs() 155 if (hasBasePointer(MF)) in eliminateFrameIndex() 244 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()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.h | 132 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | X86RegisterInfo.cpp | 562 if (hasBasePointer(MF)) { in getReservedRegs() 707 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
|
| H A D | X86FrameLowering.cpp | 76 TRI->hasBasePointer(MF); in canSimplifyCallFramePseudos() 2018 if (TRI->hasBasePointer(MF)) { in emitPrologue() 2389 if (TRI->hasBasePointer(MF)) in getFrameIndexReference() 2457 if (TRI->hasStackRealignment(MF) || TRI->hasBasePointer(MF)) in getFrameIndexReference() 2598 if (this->TRI->hasBasePointer(MF)) { in assignCalleeSavedSpillSlots() 2843 if (TRI->hasBasePointer(MF)){ in determineCalleeSaves()
|
| H A D | X86ISelLowering.cpp | 27370 if (RegInfo->hasBasePointer(MF)) in LowerINTRINSIC_WO_CHAIN() 35678 if (RegInfo->hasBasePointer(*MF)) { in emitEHSjLjSetJmp() 36098 if (RI.hasBasePointer(*MF)) { in EmitSjLjDispatchBlock() 36458 if (!Subtarget.is32Bit() || !TRI->hasBasePointer(*MF)) in EmitInstrWithCustomInserter() 36501 if (TRI->hasBasePointer(*MF) && in EmitInstrWithCustomInserter() 36535 if (!IsRBX || !TRI->hasBasePointer(*MF)) { in EmitInstrWithCustomInserter()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.h | 118 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | AArch64RegisterInfo.cpp | 326 if (hasBasePointer(MF)) in getReservedRegs() 386 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in AArch64RegisterInfo 819 - hasBasePointer(MF); // X19 in getRegPressureLimit()
|
| H A D | AArch64FrameLowering.cpp | 1817 if (!IsFunclet && RegInfo->hasBasePointer(MF)) { in emitPrologue() 2330 bool CanUseBP = RegInfo->hasBasePointer(MF); in resolveFrameOffsetReference() 2343 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference() 2380 FrameReg = RegInfo->hasBasePointer(MF) ? RegInfo->getBaseRegister() in resolveFrameOffsetReference() 2397 if (RegInfo->hasBasePointer(MF)) in resolveFrameOffsetReference() 2967 unsigned BasePointerReg = RegInfo->hasBasePointer(MF) in determineCalleeSaves()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 320 !RegInfo->hasBasePointer(MF); // No special alignment. in determineFrameLayout() 391 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() 535 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() 589 if (hasFP(MF) || RegInfo->hasBasePointer(MF) || MF.exposesReturnsTwice()) in stackUpdateCanBeMoved() 643 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() 1250 bool HasBP = RegInfo->hasBasePointer(MF); in inlineStackProbe() 1554 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue() 1993 if (!BPSI && RegInfo->hasBasePointer(MF)) { in determineCalleeSaves() 2014 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves() 2175 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()
|
| H A D | PPCRegisterInfo.h | 168 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | PPCRegisterInfo.cpp | 389 if (hasBasePointer(MF)) { in getReservedRegs() 1563 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex() 1675 if (!hasBasePointer(MF)) in getBaseRegister() 1687 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in PPCRegisterInfo
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.h | 192 bool hasBasePointer(const MachineFunction &MF) const;
|
| 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 | ARMFrameLowering.cpp | 1227 if (RegInfo->hasBasePointer(MF)) { in emitPrologue() 1439 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference() 1451 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference() 1455 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference() 1488 if (RegInfo->hasBasePointer(MF)) { in ResolveFrameIndexReference() 2303 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves() 2445 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves() 2465 bool HasBPOrFixedSP = RegInfo->hasBasePointer(MF) || !HasMovingSP; in determineCalleeSaves()
|
| H A D | Thumb1FrameLowering.cpp | 485 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
|
| H A D | ARMExpandPseudoInsts.cpp | 2416 if (RI.hasBasePointer(MF)) { in ExpandMI()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIFrameLowering.cpp | 761 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register(); in emitPrologue() 925 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue() 981 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register(); in emitEpilogue() 1290 if (TRI->hasBasePointer(MF)) { in determineCalleeSaves()
|
| H A D | SIRegisterInfo.h | 99 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | SIRegisterInfo.cpp | 504 bool SIRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in SIRegisterInfo 643 if (hasBasePointer(MF)) { in getReservedRegs() 1644 FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(SB.MF) in buildVGPRSpillLoadStore() 1988 Register FrameReg = FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(*MF) in eliminateFrameIndex()
|