Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp151 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 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()
626 if (TRI->hasBasePointer(MF)) { in emitPrologue()
799 if (TRI->hasBasePointer(MF)) { in determineCalleeSaves()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.cpp59 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 DLanaiRegisterInfo.h45 bool hasBasePointer(const MachineFunction &MF) const;
H A DLanaiFrameLowering.cpp212 if (LRI->hasBasePointer(MF)) { in determineCalleeSaves()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.h135 bool hasBasePointer(const MachineFunction &MF) const;
H A DX86ArgumentStackSlotRebase.cpp119 if (!TRI->hasBasePointer(MF)) in runOnMachineFunction()
H A DX86RegisterInfo.cpp563 if (hasBasePointer(MF)) { in getReservedRegs()
749 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
H A DX86FrameLowering.cpp77 TRI->hasBasePointer(MF); in canSimplifyCallFramePseudos()
2130 if (TRI->hasBasePointer(MF)) { in emitPrologue()
2553 if (TRI->hasBasePointer(MF)) in getFrameIndexReference()
2622 if (TRI->hasStackRealignment(MF) || TRI->hasBasePointer(MF)) in getFrameIndexReference()
2763 if (this->TRI->hasBasePointer(MF)) { in assignCalleeSavedSpillSlots()
3089 if (TRI->hasBasePointer(MF)) { in determineCalleeSaves()
H A DX86ISelLowering.cpp26178 if (RegInfo->hasBasePointer(MF)) in LowerINTRINSIC_WO_CHAIN()
35385 if (RegInfo->hasBasePointer(*MF)) { in emitEHSjLjSetJmp()
35814 if (RI.hasBasePointer(*MF)) { in EmitSjLjDispatchBlock()
36205 if (!Subtarget.is32Bit() || !TRI->hasBasePointer(*MF)) in EmitInstrWithCustomInserter()
36248 if (TRI->hasBasePointer(*MF) && in EmitInstrWithCustomInserter()
36282 if (!IsRBX || !TRI->hasBasePointer(*MF)) { in EmitInstrWithCustomInserter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h125 bool hasBasePointer(const MachineFunction &MF) const;
H A DAArch64RegisterInfo.cpp380 if (hasBasePointer(MF) && MCRegisterInfo::regsOverlap(PhysReg, AArch64::X19)) in explainReservedReg()
433 if (hasBasePointer(MF)) in getStrictlyReservedRegs()
532 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in AArch64RegisterInfo
978 - hasBasePointer(MF); // X19 in getRegPressureLimit()
H A DAArch64FrameLowering.cpp2091 if (!IsFunclet && RegInfo->hasBasePointer(MF)) { in emitPrologue()
2601 bool CanUseBP = RegInfo->hasBasePointer(MF); in resolveFrameOffsetReference()
2614 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference()
2651 FrameReg = RegInfo->hasBasePointer(MF) ? RegInfo->getBaseRegister() in resolveFrameOffsetReference()
2668 if (RegInfo->hasBasePointer(MF)) in resolveFrameOffsetReference()
3245 unsigned BasePointerReg = RegInfo->hasBasePointer(MF) in determineCalleeSaves()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp320 !RegInfo->hasBasePointer(MF); // No special alignment. in determineFrameLayout()
391 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP()
534 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired()
588 if (hasFP(MF) || RegInfo->hasBasePointer(MF) || MF.exposesReturnsTwice()) in stackUpdateCanBeMoved()
644 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue()
1262 bool HasBP = RegInfo->hasBasePointer(MF); in inlineStackProbe()
1571 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue()
2010 if (!BPSI && RegInfo->hasBasePointer(MF)) { in determineCalleeSaves()
2031 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
2192 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()
H A DPPCRegisterInfo.h173 bool hasBasePointer(const MachineFunction &MF) const;
H A DPPCRegisterInfo.cpp409 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-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h189 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.cpp1253 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()
1465 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference()
1477 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
1481 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference()
1514 if (RegInfo->hasBasePointer(MF)) { in ResolveFrameIndexReference()
2328 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
2474 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
2494 bool HasBPOrFixedSP = RegInfo->hasBasePointer(MF) || !HasMovingSP; in determineCalleeSaves()
H A DThumb1FrameLowering.cpp485 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
H A DARMExpandPseudoInsts.cpp2493 if (RI.hasBasePointer(MF)) { in ExpandMI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h112 bool hasBasePointer(const MachineFunction &MF) const;
H A DSIFrameLowering.cpp1086 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register(); in emitPrologue()
1189 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue()
1544 if (TRI->hasBasePointer(MF)) { in determinePrologEpilogSGPRSaves()
H A DSIRegisterInfo.cpp515 bool SIRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in SIRegisterInfo
657 if (hasBasePointer(MF)) { in getReservedRegs()
1727 FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(SB.MF) in buildVGPRSpillLoadStore()
2081 Register FrameReg = FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(*MF) in eliminateFrameIndex()