Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h155 bool mustSaveTOC() const { return MustSaveTOC; } in mustSaveTOC() function
DPPCFrameLowering.cpp318 !FI->mustSaveTOC() && // No need to save TOC. in determineFrameLayout()
637 bool MustSaveTOC = FI->mustSaveTOC(); in emitPrologue()
2005 assert((!MF.getInfo<PPCFunctionInfo>()->mustSaveTOC() || in processFunctionBeforeFrameFinalized()
2281 bool MustSaveTOC = FI->mustSaveTOC(); in spillCalleeSavedRegisters()
2435 bool MustSaveTOC = FI->mustSaveTOC(); in restoreCalleeSavedRegisters()
DPPCMIPeephole.cpp245 if (FI->mustSaveTOC()) { in UpdateTOCSaves()
1009 if (FI->mustSaveTOC()) in simplifyCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h161 bool mustSaveTOC() const { return MustSaveTOC; } in mustSaveTOC() function
DPPCFrameLowering.cpp493 !FI->mustSaveTOC() && // No need to save TOC. in determineFrameLayout()
823 bool MustSaveTOC = FI->mustSaveTOC(); in emitPrologue()
1885 assert((!MF.getInfo<PPCFunctionInfo>()->mustSaveTOC() || in processFunctionBeforeFrameFinalized()
2197 bool MustSaveTOC = FI->mustSaveTOC(); in spillCalleeSavedRegisters()
2360 bool MustSaveTOC = FI->mustSaveTOC(); in restoreCalleeSavedRegisters()
DPPCMIPeephole.cpp238 if (FI->mustSaveTOC()) { in UpdateTOCSaves()
984 if (FI->mustSaveTOC()) in simplifyCode()