Searched defs:isDarwinABI (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCFrameLowering.h | 55 static unsigned getReturnSaveOffset(bool isPPC64, bool isDarwinABI) { in getReturnSaveOffset() 64 static unsigned getFramePointerSaveOffset(bool isPPC64, bool isDarwinABI) { in getFramePointerSaveOffset() 79 static unsigned getLinkageSize(bool isPPC64, bool isDarwinABI) { in getLinkageSize() 89 static unsigned getMinCallArgumentsSize(bool isPPC64, bool isDarwinABI) { in getMinCallArgumentsSize() 106 static unsigned getMinCallFrameSize(bool isPPC64, bool isDarwinABI) { in getMinCallFrameSize()
|
D | PPCSubtarget.h | 145 bool isDarwinABI() const { return isDarwin(); } in isDarwinABI() function
|
D | PPCFrameLowering.cpp | 290 bool isDarwinABI = Subtarget.isDarwinABI(); in emitPrologue() local 533 bool isDarwinABI = Subtarget.isDarwinABI(); in emitEpilogue() local 746 bool isDarwinABI = Subtarget.isDarwinABI(); in processFunctionBeforeCalleeSavedScan() local
|
D | PPCISelLowering.cpp | 2382 bool isDarwinABI, in EmitTailCallStoreFPAndRetAddr() 2439 bool isDarwinABI, in EmitTailCallLoadFPAndRetAddr() 2507 SDValue LROp, SDValue FPOp, bool isDarwinABI, in PrepareTailCall() 3502 bool isDarwinABI = PPCSubTarget.isDarwinABI(); in getReturnAddrFrameIndex() local 3526 bool isDarwinABI = PPCSubTarget.isDarwinABI(); in getFramePointerFrameIndex() local 5721 bool isDarwinABI = PPCSubTarget.isDarwinABI(); in LowerRETURNADDR() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 292 bool isDarwinABI() const { return isTargetMachO() || isDarwin(); } in isDarwinABI() function
|
D | PPCFrameLowering.cpp | 1394 bool isDarwinABI = Subtarget.isDarwinABI(); in determineCalleeSaves() local
|
D | PPCISelLowering.cpp | 11661 bool isDarwinABI = Subtarget.isDarwinABI(); in getRegisterByName() local
|