HomeSort by: relevance | last modified time | path
    Searched refs:MustSaveLR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 55 /// MustSaveLR - Indicates whether LR is defined (or clobbered) in the current
58 bool MustSaveLR = false;
180 /// MustSaveLR - This is set when the prolog/epilog inserter does its initial
185 void setMustSaveLR(bool U) { MustSaveLR = U; }
186 bool mustSaveLR() const { return MustSaveLR; }
PPCFrameLowering.cpp 266 /// MustSaveLR - Return true if this function requires that we save the LR
269 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) {
317 !MustSaveLR(MF, LR) && // No need to save LR.
637 bool MustSaveLR = FI->mustSaveLR();
684 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
808 if (MustSaveCR && SingleScratchReg && MustSaveLR) {
816 if (MustSaveLR)
819 if (MustSaveCR && !(SingleScratchReg && MustSaveLR))
843 if (MustSaveLR) {
    [all...]

Completed in 16 milliseconds