Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 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()
H A DM68kRegisterInfo.h94 bool hasBasePointer(const MachineFunction &MF) const;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
1831 if (TRI->hasBasePointer(MF)) { in emitPrologue()
2202 if (TRI->hasBasePointer(MF)) in getFrameIndexReference()
2254 if (TRI->hasBasePointer(MF)) { in getFrameIndexReference()
2424 if (this->TRI->hasBasePointer(MF)) { in assignCalleeSavedSpillSlots()
2670 if (TRI->hasBasePointer(MF)){ in determineCalleeSaves()
H A DX86ISelLowering.cpp25890 if (RegInfo->hasBasePointer(MF)) in LowerINTRINSIC_WO_CHAIN()
33464 if (RegInfo->hasBasePointer(*MF)) { in emitEHSjLjSetJmp()
33884 if (RI.hasBasePointer(*MF)) { in EmitSjLjDispatchBlock()
34242 if (!Subtarget.is32Bit() || !TRI->hasBasePointer(*MF)) in EmitInstrWithCustomInserter()
34285 if (TRI->hasBasePointer(*MF) && in EmitInstrWithCustomInserter()
34319 if (!IsRBX || !TRI->hasBasePointer(*MF)) { in EmitInstrWithCustomInserter()
/netbsd-src/external/apache2/llvm/dist/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.cpp1477 if (!IsFunclet && RegInfo->hasBasePointer(MF)) { in emitPrologue()
2063 bool CanUseBP = RegInfo->hasBasePointer(MF); in resolveFrameOffsetReference()
2076 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference()
2113 FrameReg = RegInfo->hasBasePointer(MF) ? RegInfo->getBaseRegister() in resolveFrameOffsetReference()
2130 if (RegInfo->hasBasePointer(MF)) in resolveFrameOffsetReference()
2745 unsigned BasePointerReg = RegInfo->hasBasePointer(MF) in determineCalleeSaves()
/netbsd-src/external/apache2/llvm/dist/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()
1262 bool HasBP = RegInfo->hasBasePointer(MF); in inlineStackProbe()
1556 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue()
1989 if (!BPSI && RegInfo->hasBasePointer(MF)) { in determineCalleeSaves()
2010 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
2171 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()
H A DPPCRegisterInfo.h149 bool hasBasePointer(const MachineFunction &MF) const;
H A DPPCRegisterInfo.cpp336 if (hasBasePointer(MF)) { in getReservedRegs()
1294 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex()
1374 if (!hasBasePointer(MF)) in getBaseRegister()
1386 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in PPCRegisterInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp841 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()
1013 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference()
1025 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
1029 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference()
1062 if (RegInfo->hasBasePointer(MF)) { in ResolveFrameIndexReference()
1819 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
1956 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
1976 bool HasBPOrFixedSP = RegInfo->hasBasePointer(MF) || !HasMovingSP; in determineCalleeSaves()
H A DARMBaseRegisterInfo.cpp201 if (hasBasePointer(MF)) in getReservedRegs()
238 if (hasBasePointer(MF)) in isInlineAsmReadOnlyReg()
398 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
H A DARMBaseRegisterInfo.h165 bool hasBasePointer(const MachineFunction &MF) const;
H A DThumb1FrameLowering.cpp441 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
H A DARMExpandPseudoInsts.cpp2255 if (RI.hasBasePointer(MF)) { in ExpandMI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp739 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register(); in emitPrologue()
932 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue()
984 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register(); in emitEpilogue()
1196 if (TRI->hasBasePointer(MF)) { in determineCalleeSaves()
H A DSIRegisterInfo.h81 bool hasBasePointer(const MachineFunction &MF) const;
H A DSIRegisterInfo.cpp402 bool SIRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in SIRegisterInfo
565 if (hasBasePointer(MF)) { in getReservedRegs()
1279 FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(SB.MF) in buildVGPRSpillLoadStore()
1513 Register FrameReg = FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(*MF) in eliminateFrameIndex()