HomeSort by: relevance | last modified time | path
    Searched refs:hasBasePointer (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiRegisterInfo.h 45 bool hasBasePointer(const MachineFunction &MF) const;
LanaiRegisterInfo.cpp 59 if (hasBasePointer(MF))
155 if (hasBasePointer(MF))
244 bool LanaiRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
LanaiFrameLowering.cpp 215 if (LRI->hasBasePointer(MF)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kRegisterInfo.h 94 bool hasBasePointer(const MachineFunction &MF) const;
M68kRegisterInfo.cpp 150 if (hasBasePointer(MF)) {
183 if (hasBasePointer(MF))
226 bool M68kRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
M68kFrameLowering.cpp 62 TRI->hasBasePointer(MF);
83 if (TRI->hasBasePointer(MF))
100 if (TRI->hasBasePointer(MF)) {
630 if (TRI->hasBasePointer(MF)) {
801 if (TRI->hasBasePointer(MF)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86RegisterInfo.h 120 bool hasBasePointer(const MachineFunction &MF) const;
X86RegisterInfo.cpp 560 if (hasBasePointer(MF)) {
645 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const {
X86FrameLowering.cpp 74 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)){
X86ISelLowering.cpp     [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64RegisterInfo.h 120 bool hasBasePointer(const MachineFunction &MF) const;
AArch64RegisterInfo.cpp 331 if (hasBasePointer(MF))
384 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const {
747 - hasBasePointer(MF); // X19
AArch64FrameLowering.cpp 1477 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)
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 165 bool hasBasePointer(const MachineFunction &MF) const;
ARMFrameLowering.cpp 841 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;
ARMBaseRegisterInfo.cpp 201 if (hasBasePointer(MF))
238 if (hasBasePointer(MF))
398 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
Thumb1FrameLowering.cpp 441 if (RegInfo->hasBasePointer(MF))
ARMExpandPseudoInsts.cpp 2255 if (RI.hasBasePointer(MF)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 149 bool hasBasePointer(const MachineFunction &MF) const;
PPCFrameLowering.cpp 319 !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(MF))
    [all...]
PPCRegisterInfo.cpp 336 if (hasBasePointer(MF)) {
1294 if (!(hasBasePointer(MF) && FrameIndex < 0))
1374 if (!hasBasePointer(MF))
1386 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h 81 bool hasBasePointer(const MachineFunction &MF) const;
SIFrameLowering.cpp 739 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register();
932 if ((HasBP = TRI.hasBasePointer(MF))) {
984 TRI.hasBasePointer(MF) ? TRI.getBaseRegister() : Register();
1196 if (TRI->hasBasePointer(MF)) {
SIRegisterInfo.cpp 402 bool SIRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
565 if (hasBasePointer(MF)) {
1279 FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(SB.MF)
1513 Register FrameReg = FrameInfo.isFixedObjectIndex(Index) && hasBasePointer(*MF)

Completed in 119 milliseconds