Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp190 if (hasBasePointer(MF)) in getReservedRegs()
202 if (hasBasePointer(MF)) in getReservedRegs()
628 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex()
695 if (!hasBasePointer(MF)) in getBaseRegister()
701 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in PPCRegisterInfo
DPPCRegisterInfo.h97 bool hasBasePointer(const MachineFunction &MF) const;
DPPCFrameLowering.cpp229 !RegInfo->hasBasePointer(MF)) { // No special alignment. in determineFrameLayout()
301 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP()
387 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue()
685 bool HasBP = RegInfo->hasBasePointer(MF); in emitEpilogue()
918 if (!BPSI && RegInfo->hasBasePointer(MF)) { in processFunctionBeforeCalleeSavedScan()
1059 if (RegInfo->hasBasePointer(MF)) { in processFunctionBeforeFrameFinalized()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86RegisterInfo.h110 bool hasBasePointer(const MachineFunction &MF) const;
DX86RegisterInfo.cpp342 if (hasBasePointer(MF)) { in getReservedRegs()
400 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in X86RegisterInfo
477 if (hasBasePointer(MF)) in eliminateFrameIndex()
DX86FrameLowering.cpp685 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()
911 if (RegInfo->hasBasePointer(MF)) { in getFrameIndexOffset()
953 if (RegInfo->hasBasePointer(MF)) in getFrameIndexReference()
1097 if (RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()
DX86SelectionDAGInfo.cpp207 if (TRI->hasBasePointer(DAG.getMachineFunction()) && in EmitTargetCodeForMemcpy()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMFrameLowering.cpp336 if (RegInfo->hasBasePointer(MF)) { in emitPrologue()
526 assert(RegInfo->hasBasePointer(MF) && in ResolveFrameIndexReference()
537 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
541 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); in ResolveFrameIndexReference()
570 if (RegInfo->hasBasePointer(MF)) in ResolveFrameIndexReference()
1203 if (RegInfo->hasBasePointer(MF)) in processFunctionBeforeCalleeSavedScan()
DARMBaseRegisterInfo.h141 bool hasBasePointer(const MachineFunction &MF) const;
DARMBaseRegisterInfo.cpp127 if (hasBasePointer(MF)) in getReservedRegs()
302 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const { in hasBasePointer() function in ARMBaseRegisterInfo
DThumb1FrameLowering.cpp207 if (RegInfo->hasBasePointer(MF)) in emitPrologue()
DThumb1RegisterInfo.cpp581 if (!hasBasePointer(MF)) { in eliminateFrameIndex()
DARMExpandPseudoInsts.cpp809 if (RI.hasBasePointer(MF)) { in ExpandMI()
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r263312-llvm-r169939-inline-asm-with-realign.diff234 @@ -403,18 +409,15 @@ bool X86RegisterInfo::hasBasePointer(const Machine