| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kRegisterInfo.cpp | 151 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 D | M68kRegisterInfo.h | 94 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | M68kFrameLowering.cpp | 62 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 D | LanaiRegisterInfo.cpp | 59 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 D | LanaiRegisterInfo.h | 45 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | LanaiFrameLowering.cpp | 212 if (LRI->hasBasePointer(MF)) { in determineCalleeSaves()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.h | 132 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | X86RegisterInfo.cpp | 562 if (hasBasePointer(MF)) { in getReservedRegs() 707 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
|
| H A D | X86FrameLowering.cpp | 78 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 D | X86ISelLowering.cpp | 27833 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 D | AArch64RegisterInfo.cpp | 360 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 D | AArch64RegisterInfo.h | 125 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | AArch64FrameLowering.cpp | 1833 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 D | PPCFrameLowering.cpp | 321 !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 D | PPCRegisterInfo.h | 173 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | PPCRegisterInfo.cpp | 409 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 D | ARMBaseRegisterInfo.h | 192 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | ARMBaseRegisterInfo.cpp | 212 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 D | ARMFrameLowering.cpp | 1254 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 D | Thumb1FrameLowering.cpp | 485 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
|
| H A D | ARMExpandPseudoInsts.cpp | 2417 if (RI.hasBasePointer(MF)) { in ExpandMI()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.h | 99 bool hasBasePointer(const MachineFunction &MF) const;
|
| H A D | SIFrameLowering.cpp | 1079 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 D | SIRegisterInfo.cpp | 504 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()
|