/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 136 if (hasBasePointer(MF)) { in getReservedRegs() 164 return hasBasePointer(MF); in isReservedReg() 185 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in AArch64RegisterInfo 233 return MFI->hasVarSizedObjects() && !hasBasePointer(MF); in useFPForScavengingIndex() 426 - hasBasePointer(MF); // X19 in getRegPressureLimit()
|
D | AArch64RegisterInfo.h | 90 bool hasBasePointer(const MachineFunction &MF) const;
|
D | AArch64FrameLowering.cpp | 546 if (RegInfo->hasBasePointer(MF)) { in emitPrologue() 813 } else if (hasFP(MF) && !RegInfo->hasBasePointer(MF) && in resolveFrameIndexReference() 840 if (RegInfo->hasBasePointer(MF)) in resolveFrameIndexReference() 1101 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiRegisterInfo.cpp | 58 if (hasBasePointer(MF)) in getReservedRegs() 159 if (hasBasePointer(MF)) in eliminateFrameIndex() 248 bool LanaiRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in LanaiRegisterInfo
|
D | LanaiRegisterInfo.h | 53 bool hasBasePointer(const MachineFunction &MF) const;
|
D | LanaiFrameLowering.cpp | 216 if (LRI->hasBasePointer(MF)) { in determineCalleeSaves()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 296 if (RegInfo->hasBasePointer(MF)) { in emitPrologue() 492 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference() 504 !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference() 508 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference() 537 if (RegInfo->hasBasePointer(MF)) in ResolveFrameIndexReference() 902 if (RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()
|
D | ARMBaseRegisterInfo.h | 140 bool hasBasePointer(const MachineFunction &MF) const;
|
D | ARMBaseRegisterInfo.cpp | 112 if (hasBasePointer(MF)) in getReservedRegs() 136 if (hasBasePointer(MF)) in isReservedReg() 610 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
|
D | Thumb1FrameLowering.cpp | 167 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
|
D | Thumb1RegisterInfo.cpp | 620 if (!hasBasePointer(MF)) { in eliminateFrameIndex()
|
D | ARMExpandPseudoInsts.cpp | 820 if (RI.hasBasePointer(MF)) { in ExpandMI()
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.h | 120 bool hasBasePointer(const MachineFunction &MF) const;
|
D | X86RegisterInfo.cpp | 454 if (hasBasePointer(MF)) { in getReservedRegs() 533 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo 588 if (hasBasePointer(MF)) in eliminateFrameIndex()
|
D | X86FrameLowering.cpp | 65 TRI->hasBasePointer(MF); in canSimplifyCallFramePseudos() 1340 if (TRI->hasBasePointer(MF)) { in emitPrologue() 1657 if (TRI->hasBasePointer(MF)) in getFrameIndexReference() 1700 if (TRI->hasBasePointer(MF)) { in getFrameIndexReference() 2028 if (TRI->hasBasePointer(MF)) { in determineCalleeSaves()
|
D | X86ISelLowering.cpp | 18153 if (RegInfo->hasBasePointer(MF)) in LowerINTRINSIC_WO_CHAIN() 21977 if (TRI->hasBasePointer(DAG.getMachineFunction()) && in ReplaceNodeResults() 23856 if (RegInfo->hasBasePointer(*MF)) { in emitEHSjLjSetJmp() 24075 if (RI.hasBasePointer(*MF)) { in EmitSjLjDispatchBlock()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 242 if (hasBasePointer(MF)) in getReservedRegs() 264 if (hasBasePointer(MF)) { in getReservedRegs() 861 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex() 931 if (!hasBasePointer(MF)) in getBaseRegister() 943 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in PPCRegisterInfo
|
D | PPCFrameLowering.cpp | 454 !RegInfo->hasBasePointer(MF)) { // No special alignment. in determineFrameLayout() 525 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() 670 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() 745 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() 1127 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue() 1408 if (!BPSI && RegInfo->hasBasePointer(MF)) { in determineCalleeSaves() 1577 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()
|
D | PPCRegisterInfo.h | 140 bool hasBasePointer(const MachineFunction &MF) const;
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 144 bool hasBasePointer(const MachineFunction &MF) const;
|
D | ARMFrameLowering.cpp | 676 if (RegInfo->hasBasePointer(MF)) { in emitPrologue() 837 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference() 848 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference() 852 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference() 881 if (RegInfo->hasBasePointer(MF)) in ResolveFrameIndexReference() 1521 if (RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
|
D | ARMBaseRegisterInfo.cpp | 172 if (hasBasePointer(MF)) in getReservedRegs() 334 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
|
D | ThumbRegisterInfo.cpp | 521 if (!hasBasePointer(MF)) { in eliminateFrameIndex()
|
D | Thumb1FrameLowering.cpp | 295 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
|
D | ARMExpandPseudoInsts.cpp | 1162 if (RI.hasBasePointer(MF)) { in ExpandMI()
|