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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.h45 bool hasBasePointer(const MachineFunction &MF) const;
H A DLanaiRegisterInfo.cpp59 if (hasBasePointer(MF))
155 if (hasBasePointer(MF))
244 bool LanaiRegisterInfo::hasBasePointer(const MachineFunction &MF) const { function in class:LanaiRegisterInfo
H A DLanaiFrameLowering.cpp215 if (LRI->hasBasePointer(MF)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.h94 bool hasBasePointer(const MachineFunction &MF) const;
H A DM68kRegisterInfo.cpp150 if (hasBasePointer(MF)) {
183 if (hasBasePointer(MF))
226 bool M68kRegisterInfo::hasBasePointer(const MachineFunction &MF) const { function in class:M68kRegisterInfo
H A DM68kFrameLowering.cpp62 TRI->hasBasePointer(MF);
83 if (TRI->hasBasePointer(MF))
100 if (TRI->hasBasePointer(MF)) {
630 if (TRI->hasBasePointer(MF)) {
801 if (TRI->hasBasePointer(MF)) {
/netbsd-current/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)) {
645 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { function in class:X86RegisterInfo
H A DX86FrameLowering.cpp74 TRI->hasBasePointer(MF);
1831 if (TRI->hasBasePointer(MF)) {
2202 if (TRI->hasBasePointer(MF))
2254 if (TRI->hasBasePointer(MF)) {
2424 if (this->TRI->hasBasePointer(MF)) {
2670 if (TRI->hasBasePointer(MF)){
H A DX86ISelLowering.cpp[all...]
/netbsd-current/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))
384 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const {
747 - hasBasePointer(MF); // X19
H A DAArch64FrameLowering.cpp1477 if (!IsFunclet && RegInfo->hasBasePointer(MF)) {
2063 bool CanUseBP = RegInfo->hasBasePointer(MF);
2076 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) {
2113 FrameReg = RegInfo->hasBasePointer(MF) ? RegInfo->getBaseRegister()
2130 if (RegInfo->hasBasePointer(MF))
2745 unsigned BasePointerReg = RegInfo->hasBasePointer(MF)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h165 bool hasBasePointer(const MachineFunction &MF) const;
H A DARMFrameLowering.cpp841 if (RegInfo->hasBasePointer(MF)) {
1013 assert(RegInfo->hasBasePointer(MF) &&
1025 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
1029 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!");
1062 if (RegInfo->hasBasePointer(MF)) {
1819 if (RegInfo->hasBasePointer(MF))
1956 if (RegInfo->hasBasePointer(MF))
1976 bool HasBPOrFixedSP = RegInfo->hasBasePointer(MF) || !HasMovingSP;
H A DARMBaseRegisterInfo.cpp201 if (hasBasePointer(MF))
238 if (hasBasePointer(MF))
398 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { function in class:ARMBaseRegisterInfo
H A DThumb1FrameLowering.cpp441 if (RegInfo->hasBasePointer(MF))
H A DARMExpandPseudoInsts.cpp2255 if (RI.hasBasePointer(MF)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h149 bool hasBasePointer(const MachineFunction &MF) const;
H A DPPCFrameLowering.cpp319 !RegInfo->hasBasePointer(MF); // No special alignment.
390 bool HasBP = RegInfo->hasBasePointer(MF);
535 bool HasBP = RegInfo->hasBasePointer(MF);
589 if (hasFP(MF) || RegInfo->hasBasePointer(MF) || MF.exposesReturnsTwice())
643 bool HasBP = RegInfo->hasBasePointer(MF);
1262 bool HasBP = RegInfo->hasBasePointer(MF);
1556 bool HasBP = RegInfo->hasBasePointer(MF);
1989 if (!BPSI && RegInfo->hasBasePointer(MF)) {
2010 if (RegInfo->hasBasePointer(MF))
2171 if (RegInfo->hasBasePointer(M
[all...]
H A DPPCRegisterInfo.cpp336 if (hasBasePointer(MF)) {
1294 if (!(hasBasePointer(MF) && FrameIndex < 0))
1374 if (!hasBasePointer(MF))
1386 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h81 bool hasBasePointer(const MachineFunction &MF) const;
H A DSIFrameLowering.cpp739 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register();
932 if ((HasBP = TRI.hasBasePointer(MF))) {
984 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register();
1196 if (TRI->hasBasePointer(MF)) {
H A DSIRegisterInfo.cpp402 bool SIRegisterInfo::hasBasePointer(const MachineFunction &MF) const { function in class:SIRegisterInfo
565 if (hasBasePointer(MF)) {
1279 FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(SB.MF)
1513 Register FrameReg = FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(*MF)

Completed in 284 milliseconds