Searched defs:isDarwinABI (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h75 static unsigned getReturnSaveOffset(bool isPPC64, bool isDarwinABI) { argument
84 static unsigned getFramePointerSaveOffset(bool isPPC64, bool isDarwinABI) { argument
99 static unsigned getBasePointerSaveOffset(bool isPPC64, bool isDarwinABI) { argument
109 static unsigned getLinkageSize(bool isPPC64, bool isDarwinABI) { argument
119 static unsigned getMinCallArgumentsSize(bool isPPC64, bool isDarwinABI) { argument
136 getMinCallFrameSize(bool isPPC64, bool isDarwinABI) argument
[all...]
H A DPPCSubtarget.h192 bool isDarwinABI() const { return isDarwin(); } function in class:llvm::PPCSubtarget
H A DPPCFrameLowering.cpp351 bool isDarwinABI = Subtarget.isDarwinABI(); local
676 bool isDarwinABI = Subtarget.isDarwinABI(); local
904 bool isDarwinABI = Subtarget.isDarwinABI(); local
[all...]
H A DPPCISelLowering.cpp4613 bool isDarwinABI local
3031 EmitTailCallStoreFPAndRetAddr(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue OldRetAddr, SDValue OldFP, int SPDiff, bool isPPC64, bool isDarwinABI, SDLoc dl) argument
3090 EmitTailCallLoadFPAndRetAddr(SelectionDAG & DAG, int SPDiff, SDValue Chain, SDValue &LROpOut, SDValue &FPOpOut, bool isDarwinABI, SDLoc dl) const argument
3161 PrepareTailCall(SelectionDAG &DAG, SDValue &InFlag, SDValue &Chain, SDLoc dl, bool isPPC64, int SPDiff, unsigned NumBytes, SDValue LROp, SDValue FPOp, bool isDarwinABI, SmallVectorImpl<TailCallArgumentInfo> &TailCallArguments) argument
4637 bool isDarwinABI = PPCSubTarget.isDarwinABI(); local
7803 bool isDarwinABI = PPCSubTarget.isDarwinABI(); local
[all...]

Completed in 89 milliseconds