Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp150 if (hasBasePointer(MF)) { in getReservedRegs()
183 if (hasBasePointer(MF)) in eliminateFrameIndex()
226 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()
/freebsd-13.1/contrib/llvm-project/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.cpp215 if (LRI->hasBasePointer(MF)) { in determineCalleeSaves()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.h120 bool hasBasePointer(const MachineFunction &MF) const;
H A DX86RegisterInfo.cpp560 if (hasBasePointer(MF)) { in getReservedRegs()
645 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
H A DX86FrameLowering.cpp74 TRI->hasBasePointer(MF); in canSimplifyCallFramePseudos()
1847 if (TRI->hasBasePointer(MF)) { in emitPrologue()
2218 if (TRI->hasBasePointer(MF)) in getFrameIndexReference()
2270 if (TRI->hasBasePointer(MF)) { in getFrameIndexReference()
2440 if (this->TRI->hasBasePointer(MF)) { in assignCalleeSavedSpillSlots()
2686 if (TRI->hasBasePointer(MF)){ in determineCalleeSaves()
H A DX86ISelLowering.cpp26058 if (RegInfo->hasBasePointer(MF)) in LowerINTRINSIC_WO_CHAIN()
33657 if (RegInfo->hasBasePointer(*MF)) { in emitEHSjLjSetJmp()
34077 if (RI.hasBasePointer(*MF)) { in EmitSjLjDispatchBlock()
34435 if (!Subtarget.is32Bit() || !TRI->hasBasePointer(*MF)) in EmitInstrWithCustomInserter()
34478 if (TRI->hasBasePointer(*MF) && in EmitInstrWithCustomInserter()
34512 if (!IsRBX || !TRI->hasBasePointer(*MF)) { in EmitInstrWithCustomInserter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h120 bool hasBasePointer(const MachineFunction &MF) const;
H A DAArch64RegisterInfo.cpp331 if (hasBasePointer(MF)) in getReservedRegs()
384 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in AArch64RegisterInfo
747 - hasBasePointer(MF); // X19 in getRegPressureLimit()
H A DAArch64FrameLowering.cpp1484 if (!IsFunclet && RegInfo->hasBasePointer(MF)) { in emitPrologue()
2070 bool CanUseBP = RegInfo->hasBasePointer(MF); in resolveFrameOffsetReference()
2083 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference()
2120 FrameReg = RegInfo->hasBasePointer(MF) ? RegInfo->getBaseRegister() in resolveFrameOffsetReference()
2137 if (RegInfo->hasBasePointer(MF)) in resolveFrameOffsetReference()
2752 unsigned BasePointerReg = RegInfo->hasBasePointer(MF) in determineCalleeSaves()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp319 !RegInfo->hasBasePointer(MF); // No special alignment. in determineFrameLayout()
390 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()
1261 bool HasBP = RegInfo->hasBasePointer(MF); in inlineStackProbe()
1565 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue()
1998 if (!BPSI && RegInfo->hasBasePointer(MF)) { in determineCalleeSaves()
2019 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
2180 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()
H A DPPCRegisterInfo.h166 bool hasBasePointer(const MachineFunction &MF) const;
H A DPPCRegisterInfo.cpp342 if (hasBasePointer(MF)) { in getReservedRegs()
1433 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex()
1527 if (!hasBasePointer(MF)) in getBaseRegister()
1539 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in PPCRegisterInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h165 bool hasBasePointer(const MachineFunction &MF) const;
H A DARMBaseRegisterInfo.cpp206 if (hasBasePointer(MF)) in getReservedRegs()
243 if (hasBasePointer(MF)) in isInlineAsmReadOnlyReg()
403 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
H A DARMFrameLowering.cpp876 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()
1058 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference()
1070 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
1074 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference()
1107 if (RegInfo->hasBasePointer(MF)) { in ResolveFrameIndexReference()
1861 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
1998 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
2018 bool HasBPOrFixedSP = RegInfo->hasBasePointer(MF) || !HasMovingSP; in determineCalleeSaves()
H A DThumb1FrameLowering.cpp441 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
H A DARMExpandPseudoInsts.cpp2304 if (RI.hasBasePointer(MF)) { in ExpandMI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h81 bool hasBasePointer(const MachineFunction &MF) const;
H A DSIFrameLowering.cpp752 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register(); in emitPrologue()
945 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue()
997 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register(); in emitEpilogue()
1273 if (TRI->hasBasePointer(MF)) { in determineCalleeSaves()
H A DSIRegisterInfo.cpp402 bool SIRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in SIRegisterInfo
565 if (hasBasePointer(MF)) { in getReservedRegs()
1297 FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(SB.MF) in buildVGPRSpillLoadStore()
1570 Register FrameReg = FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(*MF) in eliminateFrameIndex()