Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp136 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()
DAArch64RegisterInfo.h90 bool hasBasePointer(const MachineFunction &MF) const;
DAArch64FrameLowering.cpp546 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/
DLanaiRegisterInfo.cpp58 if (hasBasePointer(MF)) in getReservedRegs()
159 if (hasBasePointer(MF)) in eliminateFrameIndex()
248 bool LanaiRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in LanaiRegisterInfo
DLanaiRegisterInfo.h53 bool hasBasePointer(const MachineFunction &MF) const;
DLanaiFrameLowering.cpp216 if (LRI->hasBasePointer(MF)) { in determineCalleeSaves()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp296 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()
DARMBaseRegisterInfo.h140 bool hasBasePointer(const MachineFunction &MF) const;
DARMBaseRegisterInfo.cpp112 if (hasBasePointer(MF)) in getReservedRegs()
136 if (hasBasePointer(MF)) in isReservedReg()
610 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
DThumb1FrameLowering.cpp167 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
DThumb1RegisterInfo.cpp620 if (!hasBasePointer(MF)) { in eliminateFrameIndex()
DARMExpandPseudoInsts.cpp820 if (RI.hasBasePointer(MF)) { in ExpandMI()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.h120 bool hasBasePointer(const MachineFunction &MF) const;
DX86RegisterInfo.cpp454 if (hasBasePointer(MF)) { in getReservedRegs()
533 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
588 if (hasBasePointer(MF)) in eliminateFrameIndex()
DX86FrameLowering.cpp65 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()
DX86ISelLowering.cpp18153 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/
DPPCRegisterInfo.cpp242 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
DPPCFrameLowering.cpp454 !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()
DPPCRegisterInfo.h140 bool hasBasePointer(const MachineFunction &MF) const;
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h144 bool hasBasePointer(const MachineFunction &MF) const;
DARMFrameLowering.cpp676 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()
DARMBaseRegisterInfo.cpp172 if (hasBasePointer(MF)) in getReservedRegs()
334 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
DThumbRegisterInfo.cpp521 if (!hasBasePointer(MF)) { in eliminateFrameIndex()
DThumb1FrameLowering.cpp295 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
DARMExpandPseudoInsts.cpp1162 if (RI.hasBasePointer(MF)) { in ExpandMI()

12