Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.cpp59 if (hasBasePointer(MF)) in getReservedRegs()
155 if (hasBasePointer(MF)) in eliminateFrameIndex()
245 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()
/openbsd-src/gnu/llvm/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.cpp78 TRI->hasBasePointer(MF); in canSimplifyCallFramePseudos()
2091 if (TRI->hasBasePointer(MF)) { in emitPrologue()
2470 if (TRI->hasBasePointer(MF)) in getFrameIndexReference()
2541 if (TRI->hasStackRealignment(MF) || TRI->hasBasePointer(MF)) in getFrameIndexReference()
2682 if (this->TRI->hasBasePointer(MF)) { in assignCalleeSavedSpillSlots()
2929 if (TRI->hasBasePointer(MF)){ in determineCalleeSaves()
H A DX86ISelLowering.cpp27833 if (RegInfo->hasBasePointer(MF)) in LowerINTRINSIC_WO_CHAIN()
36665 if (RegInfo->hasBasePointer(*MF)) { in emitEHSjLjSetJmp()
37085 if (RI.hasBasePointer(*MF)) { in EmitSjLjDispatchBlock()
37508 if (!Subtarget.is32Bit() || !TRI->hasBasePointer(*MF)) in EmitInstrWithCustomInserter()
37551 if (TRI->hasBasePointer(*MF) && in EmitInstrWithCustomInserter()
37585 if (!IsRBX || !TRI->hasBasePointer(*MF)) { in EmitInstrWithCustomInserter()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp360 if (hasBasePointer(MF) && MCRegisterInfo::regsOverlap(PhysReg, AArch64::X19)) in explainReservedReg()
413 if (hasBasePointer(MF)) in getStrictlyReservedRegs()
496 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in AArch64RegisterInfo
931 - hasBasePointer(MF); // X19 in getRegPressureLimit()
H A DAArch64RegisterInfo.h125 bool hasBasePointer(const MachineFunction &MF) const;
H A DAArch64FrameLowering.cpp1833 if (!IsFunclet && RegInfo->hasBasePointer(MF)) { in emitPrologue()
2346 bool CanUseBP = RegInfo->hasBasePointer(MF); in resolveFrameOffsetReference()
2359 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference()
2396 FrameReg = RegInfo->hasBasePointer(MF) ? RegInfo->getBaseRegister() in resolveFrameOffsetReference()
2413 if (RegInfo->hasBasePointer(MF)) in resolveFrameOffsetReference()
2987 unsigned BasePointerReg = RegInfo->hasBasePointer(MF) in determineCalleeSaves()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp321 !RegInfo->hasBasePointer(MF); // No special alignment. in determineFrameLayout()
392 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP()
536 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired()
590 if (hasFP(MF) || RegInfo->hasBasePointer(MF) || MF.exposesReturnsTwice()) in stackUpdateCanBeMoved()
646 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue()
1264 bool HasBP = RegInfo->hasBasePointer(MF); in inlineStackProbe()
1568 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue()
2007 if (!BPSI && RegInfo->hasBasePointer(MF)) { in determineCalleeSaves()
2028 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
2189 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
/openbsd-src/gnu/llvm/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.cpp1254 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()
2330 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
2472 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
2492 bool HasBPOrFixedSP = RegInfo->hasBasePointer(MF) || !HasMovingSP; in determineCalleeSaves()
H A DThumb1FrameLowering.cpp485 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
H A DARMExpandPseudoInsts.cpp2417 if (RI.hasBasePointer(MF)) { in ExpandMI()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h99 bool hasBasePointer(const MachineFunction &MF) const;
H A DSIFrameLowering.cpp1079 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register(); in emitPrologue()
1169 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue()
1483 if (TRI->hasBasePointer(MF)) { in determinePrologEpilogSGPRSaves()
H A DSIRegisterInfo.cpp504 bool SIRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in SIRegisterInfo
643 if (hasBasePointer(MF)) { in getReservedRegs()
1681 FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(SB.MF) in buildVGPRSpillLoadStore()
2029 Register FrameReg = FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(*MF) in eliminateFrameIndex()