Searched defs:isPPC64 (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCFrameLowering.h65 static unsigned getReturnSaveOffset(bool isPPC64, bool isDarwinABI) { argument
74 static unsigned getFramePointerSaveOffset(bool isPPC64, bool isDarwinABI) { argument
89 static unsigned getLinkageSize(bool isPPC64, bool isDarwinABI) { argument
99 static unsigned getMinCallArgumentsSize(bool isPPC64, boo argument
116 getMinCallFrameSize(bool isPPC64, bool isDarwinABI) argument
[all...]
H A DPPCSubtarget.h122 bool isPPC64() const { return IsPPC64; } function in class:llvm::PPCSubtarget
H A DPPCAsmPrinter.cpp442 bool isPPC64 = TD->getPointerSizeInBits() == 64; local
548 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64; local
643 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64; local
[all...]
H A DPPCInstrInfo.cpp217 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); local
385 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); local
[all...]
H A DPPCCTRLoops.cpp626 bool isPPC64 = Subtarget.isPPC64(); local
[all...]
H A DPPCFrameLowering.cpp304 bool isPPC64 = Subtarget.isPPC64(); local
567 bool isPPC64 = Subtarget.isPPC64(); local
776 bool isPPC64 = Subtarget.isPPC64(); local
1071 restoreCRs(bool isPPC64, bool CR2Spilled, bool CR3Spilled, bool CR4Spilled, MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, const std::vector<CalleeSavedInfo> &CSI, unsigned CSIIndex) argument
[all...]
H A DPPCISelDAGToDAG.cpp629 bool isPPC64 = (PtrVT == MVT::i64); local
1062 bool isPPC64 = (PtrVT == MVT::i64); local
H A DPPCISelLowering.cpp79 bool isPPC64 = Subtarget->isPPC64(); local
1494 bool isPPC64 = (PtrVT == MVT::i64); local
1961 bool isPPC64 = PtrVT == MVT::i64; local
2333 CalculateParameterAndLinkageAreaSize(SelectionDAG &DAG, bool isPPC64, bool isVarArg, unsigned CC, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, unsigned &nAltivecParamsAtEnd) argument
2501 EmitTailCallStoreFPAndRetAddr(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue OldRetAddr, SDValue OldFP, int SPDiff, bool isPPC64, bool isDarwinABI, DebugLoc dl) argument
2542 CalculateTailCallArgDest(SelectionDAG &DAG, MachineFunction &MF, bool isPPC64, SDValue Arg, int SPDiff, unsigned ArgOffset, SmallVector<TailCallArgumentInfo, 8>& TailCallArguments) argument
2606 LowerMemOpCallTo(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue Arg, SDValue PtrOff, int SPDiff, unsigned ArgOffset, bool isPPC64, bool isTailCall, bool isVector, SmallVector<SDValue, 8> &MemOpChains, SmallVector<TailCallArgumentInfo, 8> &TailCallArguments, DebugLoc dl) argument
2631 PrepareTailCall(SelectionDAG &DAG, SDValue &InFlag, SDValue &Chain, DebugLoc dl, bool isPPC64, int SPDiff, unsigned NumBytes, SDValue LROp, SDValue FPOp, bool isDarwinABI, SmallVector<TailCallArgumentInfo, 8> &TailCallArguments) argument
2665 bool isPPC64 = PPCSubTarget.isPPC64(); local
3228 bool isPPC64 = PtrVT == MVT::i64; local
3703 bool isPPC64 = Subtarget.isPPC64(); local
3729 bool isPPC64 = PPCSubTarget.isPPC64(); local
3753 bool isPPC64 = PPCSubTarget.isPPC64(); local
5970 bool isPPC64 = PPCSubTarget.isPPC64(); local
5997 bool isPPC64 = PtrVT == MVT::i64; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp45 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64); local
63 bool isPPC64 = TheTriple.getArch() == Triple::ppc64; local

Completed in 81 milliseconds