Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp151 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 DM68kRegisterInfo.h94 bool hasBasePointer(const MachineFunction &MF) const;
H A DM68kFrameLowering.cpp62 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 DLanaiRegisterInfo.cpp59 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 DLanaiRegisterInfo.h45 bool hasBasePointer(const MachineFunction &MF) const;
H A DLanaiFrameLowering.cpp212 if (LRI->hasBasePointer(MF)) { in determineCalleeSaves()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86RegisterInfo.h132 bool hasBasePointer(const MachineFunction &MF) const;
H A DX86RegisterInfo.cpp562 if (hasBasePointer(MF)) { in getReservedRegs()
707 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
H A DX86FrameLowering.cpp76 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 DX86ISelLowering.cpp27370 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 DAArch64RegisterInfo.h118 bool hasBasePointer(const MachineFunction &MF) const;
H A DAArch64RegisterInfo.cpp326 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 DAArch64FrameLowering.cpp1817 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 DPPCFrameLowering.cpp320 !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 DPPCRegisterInfo.h168 bool hasBasePointer(const MachineFunction &MF) const;
H A DPPCRegisterInfo.cpp389 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 DARMBaseRegisterInfo.h192 bool hasBasePointer(const MachineFunction &MF) const;
H A DARMBaseRegisterInfo.cpp212 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 DARMFrameLowering.cpp1227 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 DThumb1FrameLowering.cpp485 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
H A DARMExpandPseudoInsts.cpp2416 if (RI.hasBasePointer(MF)) { in ExpandMI()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp761 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 DSIRegisterInfo.h99 bool hasBasePointer(const MachineFunction &MF) const;
H A DSIRegisterInfo.cpp504 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()