Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h37 bool MustSaveLR; variable
104 void setMustSaveLR(bool U) { MustSaveLR = U; } in setMustSaveLR()
105 bool mustSaveLR() const { return MustSaveLR; } in mustSaveLR()
DPPCFrameLowering.cpp293 bool MustSaveLR = FI->mustSaveLR(); in emitPrologue() local
312 if (MustSaveLR) in emitPrologue()
321 if (MustSaveLR) in emitPrologue()
327 if (MustSaveLR) in emitPrologue()
336 if (MustSaveLR) in emitPrologue()
447 if (MustSaveLR) { in emitPrologue()
536 bool MustSaveLR = FI->mustSaveLR(); in emitEpilogue() local
633 if (MustSaveLR) in emitEpilogue()
641 if (MustSaveLR) in emitEpilogue()
644 if (MustSaveLR) in emitEpilogue()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h44 bool MustSaveLR; variable
158 void setMustSaveLR(bool U) { MustSaveLR = U; } in setMustSaveLR()
159 bool mustSaveLR() const { return MustSaveLR; } in mustSaveLR()
DPPCFrameLowering.cpp409 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) { in MustSaveLR() function
453 !MustSaveLR(MF, LR) && in determineFrameLayout()
740 bool MustSaveLR = FI->mustSaveLR(); in emitPrologue() local
777 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) && in emitPrologue()
838 if (MustSaveCR && SingleScratchReg && MustSaveLR) { in emitPrologue()
859 if (MustSaveLR) in emitPrologue()
863 !(SingleScratchReg && MustSaveLR)) { // will only occur for PPC64 in emitPrologue()
901 if (MustSaveLR) in emitPrologue()
909 !(SingleScratchReg && MustSaveLR)) // will only occur for PPC64 in emitPrologue()
1026 if (MustSaveLR) { in emitPrologue()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h46 bool MustSaveLR; variable
152 void setMustSaveLR(bool U) { MustSaveLR = U; } in setMustSaveLR()
153 bool mustSaveLR() const { return MustSaveLR; } in mustSaveLR()
DPPCFrameLowering.cpp427 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) { in MustSaveLR() function
460 !MustSaveLR(MF, LR) && // No need to save LR. in determineFrameLayout()
749 bool MustSaveLR = FI->mustSaveLR(); in emitPrologue() local
787 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) && in emitPrologue()
848 if (MustSaveCR && SingleScratchReg && MustSaveLR) { in emitPrologue()
869 if (MustSaveLR) in emitPrologue()
873 !(SingleScratchReg && MustSaveLR)) { // will only occur for PPC64 in emitPrologue()
908 if (MustSaveLR) in emitPrologue()
915 !(SingleScratchReg && MustSaveLR)) { // will only occur for PPC64 in emitPrologue()
1155 if (MustSaveLR) { in emitPrologue()
[all …]