OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SaveS2
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsMachineFunction.h
76
void setSaveS2() {
SaveS2
= true; }
77
bool hasSaveS2() const { return
SaveS2
; }
118
//
saveS2
119
bool
SaveS2
= false;
Mips16FrameLowering.cpp
167
bool
SaveS2
= Reserved[Mips::S2];
168
if (
SaveS2
)
Mips16InstrInfo.cpp
217
bool
SaveS2
= Reserved[Mips::S2];
219
unsigned Opc = ((FrameSize <= 128) && !
SaveS2
)? Mips::Save16:Mips::SaveX16;
223
if (
SaveS2
)
247
bool
SaveS2
= Reserved[Mips::S2];
249
unsigned Opc = ((FrameSize <= 128) && !
SaveS2
)?
266
if (
SaveS2
)
Completed in 17 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026