Searched defs:isPPC64 (Results 1 – 9 of 9) sorted by relevance
/external/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 | PPCAsmPrinter.cpp | 435 bool isPPC64 = TD->getPointerSizeInBits() == 64; in doFinalization() local 541 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64; in EmitFunctionStubs() local 636 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64; in doFinalization() local
|
D | PPCFrameLowering.cpp | 290 bool isPPC64 = Subtarget.isPPC64(); in emitPrologue() local 535 bool isPPC64 = Subtarget.isPPC64(); in emitEpilogue() local 749 bool isPPC64 = Subtarget.isPPC64(); in processFunctionBeforeCalleeSavedScan() local
|
D | PPCSubtarget.h | 122 bool isPPC64() const { return IsPPC64; } in isPPC64() function
|
D | PPCInstrInfo.cpp | 217 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); in AnalyzeBranch() local 385 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); in InsertBranch() local
|
D | PPCISelLowering.cpp | 79 bool isPPC64 = Subtarget->isPPC64(); in PPCTargetLowering() local 1494 bool isPPC64 = (PtrVT == MVT::i64); in LowerINIT_TRAMPOLINE() local 1961 bool isPPC64 = PtrVT == MVT::i64; in LowerFormalArguments_Darwin() local 2315 bool isPPC64, in CalculateParameterAndLinkageAreaSize() 2488 bool isPPC64, in EmitTailCallStoreFPAndRetAddr() 2523 CalculateTailCallArgDest(SelectionDAG &DAG, MachineFunction &MF, bool isPPC64, in CalculateTailCallArgDest() 2589 unsigned ArgOffset, bool isPPC64, bool isTailCall, in LowerMemOpCallTo() 2613 DebugLoc dl, bool isPPC64, int SPDiff, unsigned NumBytes, in PrepareTailCall() 2646 bool isPPC64 = PPCSubTarget.isPPC64(); in PrepareCall() local 3198 bool isPPC64 = PtrVT == MVT::i64; in LowerCall_Darwin() local [all …]
|
D | PPCISelDAGToDAG.cpp | 629 bool isPPC64 = (PtrVT == MVT::i64); in SelectSETCC() local 1062 bool isPPC64 = (PtrVT == MVT::i64); in Select() local
|
D | PPCCTRLoops.cpp | 626 bool isPPC64 = Subtarget.isPPC64(); in convertToCTRLoop() local
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 45 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64); in createPPCMCRegisterInfo() local 63 bool isPPC64 = TheTriple.getArch() == Triple::ppc64; in createPPCMCAsmInfo() local
|