Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h44 bool MustSaveLR; variable
149 void setMustSaveLR(bool U) { MustSaveLR = U; } in setMustSaveLR()
150 bool mustSaveLR() const { return MustSaveLR; } in mustSaveLR()
H A DPPCFrameLowering.cpp546 bool MustSaveLR = FI->mustSaveLR(); in emitPrologue() local
582 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) && in emitPrologue()
633 if (MustSaveLR) in emitPrologue()
670 if (MustSaveLR) in emitPrologue()
792 if (MustSaveLR) { in emitPrologue()
899 bool MustSaveLR = FI->mustSaveLR(); in emitEpilogue() local
1022 if (MustSaveLR) in emitEpilogue()
1057 if (MustSaveLR) in emitEpilogue()
1114 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) { in MustSaveLR() function
1134 FI->setMustSaveLR(MustSaveLR(MF, LR)); in processFunctionBeforeCalleeSavedScan()