Home
last modified time | relevance | path

Searched refs:MustSaveLR (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h41 bool MustSaveLR; variable
134 void setMustSaveLR(bool U) { MustSaveLR = U; } in setMustSaveLR()
135 bool mustSaveLR() const { return MustSaveLR; } in mustSaveLR()
DPPCFrameLowering.cpp542 bool MustSaveLR = FI->mustSaveLR(); in emitPrologue() local
578 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) && in emitPrologue()
619 if (MustSaveLR) in emitPrologue()
646 if (MustSaveLR) in emitPrologue()
747 if (MustSaveLR) { in emitPrologue()
845 bool MustSaveLR = FI->mustSaveLR(); in emitEpilogue() local
958 if (MustSaveLR) in emitEpilogue()
986 if (MustSaveLR) in emitEpilogue()
1042 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) { in MustSaveLR() function
1062 FI->setMustSaveLR(MustSaveLR(MF, LR)); in processFunctionBeforeCalleeSavedScan()