OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSVR4ABI
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
541
bool HasRedZone = Subtarget.isPPC64() || !Subtarget.
isSVR4ABI
();
622
bool
isSVR4ABI
= Subtarget.
isSVR4ABI
();
624
assert((
isSVR4ABI
|| Subtarget.isAIXABI()) && "Unsupported PPC ABI.");
644
bool HasRedZone = isPPC64 || !
isSVR4ABI
;
684
assert((isPPC64 || !
isSVR4ABI
|| !(!FrameSize && (MustSaveLR || HasFP))) &&
1189
if (
isSVR4ABI
&& (PPC::CR2 <= Reg && Reg <= PPC::CR4)
1195
if (
isSVR4ABI
&& isPPC64 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)) {
1557
bool HasRedZone = Subtarget.isPPC64() || !Subtarget.
isSVR4ABI
();
PPCSubtarget.h
342
bool
isSVR4ABI
() const { return !isAIXABI(); }
345
bool is64BitELFABI() const { return
isSVR4ABI
() && isPPC64(); }
346
bool is32BitELFABI() const { return
isSVR4ABI
() && !isPPC64(); }
Completed in 56 milliseconds
Indexes created Sun Apr 05 00:22:41 UTC 2026