Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h195 bool mustSaveTOC() const { return MustSaveTOC; } in mustSaveTOC() function
DPPCFrameLowering.cpp319 !FI->mustSaveTOC() && // No need to save TOC. in determineFrameLayout()
640 bool MustSaveTOC = FI->mustSaveTOC(); in emitPrologue()
2104 assert((!MF.getInfo<PPCFunctionInfo>()->mustSaveTOC() || in processFunctionBeforeFrameFinalized()
2389 bool MustSaveTOC = FI->mustSaveTOC(); in spillCalleeSavedRegisters()
2583 bool MustSaveTOC = FI->mustSaveTOC(); in restoreCalleeSavedRegisters()
DPPCMIPeephole.cpp254 if (FI->mustSaveTOC()) { in UpdateTOCSaves()
1112 if (FI->mustSaveTOC()) in simplifyCode()