OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDarwinABI
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h
75
static unsigned getReturnSaveOffset(bool isPPC64, bool
isDarwinABI
) {
76
if (
isDarwinABI
)
84
static unsigned getFramePointerSaveOffset(bool isPPC64, bool
isDarwinABI
) {
90
if (
isDarwinABI
)
99
static unsigned getBasePointerSaveOffset(bool isPPC64, bool
isDarwinABI
) {
100
if (
isDarwinABI
)
109
static unsigned getLinkageSize(bool isPPC64, bool
isDarwinABI
) {
110
if (
isDarwinABI
|| isPPC64)
119
static unsigned getMinCallArgumentsSize(bool isPPC64, bool
isDarwinABI
) {
126
if (
isDarwinABI
|| isPPC64
[
all
...]
PPCFrameLowering.cpp
242
Subtarget.
isDarwinABI
());
377
bool
isDarwinABI
= Subtarget.
isDarwinABI
();
386
int LROffset = PPCFrameLowering::getReturnSaveOffset(isPPC64,
isDarwinABI
);
396
FPOffset = PPCFrameLowering::getFramePointerSaveOffset(isPPC64,
isDarwinABI
);
409
PPCFrameLowering::getBasePointerSaveOffset(isPPC64,
isDarwinABI
);
719
bool
isDarwinABI
= Subtarget.
isDarwinABI
();
728
int LROffset = PPCFrameLowering::getReturnSaveOffset(isPPC64,
isDarwinABI
);
738
FPOffset = PPCFrameLowering::getFramePointerSaveOffset(isPPC64,
isDarwinABI
);
[
all
...]
PPCSubtarget.h
201
bool
isDarwinABI
() const { return isDarwin(); }
PPCJITInfo.cpp
390
} else if (TM.getSubtargetImpl()->
isDarwinABI
()){
PPCRegisterInfo.cpp
101
if (Subtarget.
isDarwinABI
())
119
if (Subtarget.
isDarwinABI
())
170
if (!Subtarget.
isDarwinABI
() || !Subtarget.hasAltivec())
PPCISelLowering.h
489
bool
isDarwinABI
,
PPCISelLowering.cpp
[
all
...]
Completed in 46 milliseconds