OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mustSaveTOC
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h
60
///
MustSaveTOC
- Indicates that the TOC save needs to be performed in the
64
bool
MustSaveTOC
= false;
188
void setMustSaveTOC(bool U) {
MustSaveTOC
= U; }
189
bool
mustSaveTOC
() const { return
MustSaveTOC
; }
PPCFrameLowering.cpp
318
!FI->
mustSaveTOC
() && // No need to save TOC.
638
bool
MustSaveTOC
= FI->
mustSaveTOC
();
975
if (
MustSaveTOC
) {
1184
if ((Reg == PPC::X2 || Reg == PPC::R2) &&
MustSaveTOC
)
2081
assert((!MF.getInfo<PPCFunctionInfo>()->
mustSaveTOC
() ||
2366
bool
MustSaveTOC
= FI->
mustSaveTOC
();
2411
if ((Reg == PPC::X2 || Reg == PPC::R2) &&
MustSaveTOC
)
2560
bool
MustSaveTOC
= FI->mustSaveTOC()
[
all
...]
PPCMIPeephole.cpp
246
if (FI->
mustSaveTOC
()) {
1013
if (FI->
mustSaveTOC
())
Completed in 89 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026