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

/freebsd-10.0-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 getLinkageSize(bool isPPC64, bool isDarwinABI) { argument
109 static unsigned getMinCallArgumentsSize(bool isPPC64, boo argument
126 getMinCallFrameSize(bool isPPC64, bool isDarwinABI) argument
[all...]
H A DPPCSubtarget.h142 bool isPPC64() const { return IsPPC64; } function in class:llvm::PPCSubtarget
H A DPPCAsmPrinter.cpp756 bool isPPC64 = TD->getPointerSizeInBits() == 64; local
885 bool isPPC64 = TM.getDataLayout()->getPointerSizeInBits() == 64; local
1018 bool isPPC64 = TM.getDataLayout()->getPointerSizeInBits() == 64; local
[all...]
H A DPPCCTRLoops.cpp676 bool isPPC64 = Subtarget.isPPC64(); local
[all...]
H A DPPCFrameLowering.cpp365 bool isPPC64 = Subtarget.isPPC64(); local
645 bool isPPC64 = Subtarget.isPPC64(); local
868 bool isPPC64 = Subtarget.isPPC64(); local
1196 restoreCRs(bool isPPC64, bool is31, bool CR2Spilled, bool CR3Spilled, bool CR4Spilled, MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, const std::vector<CalleeSavedInfo> &CSI, unsigned CSIIndex) argument
[all...]
H A DPPCISelDAGToDAG.cpp717 bool isPPC64 = (PtrVT == MVT::i64); local
1209 bool isPPC64 = (PtrVT == MVT::i64); local
H A DPPCInstrInfo.cpp231 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); local
399 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); local
868 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); local
935 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); local
949 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); local
971 bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); local
[all...]
H A DPPCISelLowering.cpp84 bool isPPC64 = Subtarget->isPPC64(); local
1712 bool isPPC64 = (PtrVT == MVT::i64); local
2514 bool isPPC64 = PtrVT == MVT::i64; local
2853 CalculateParameterAndLinkageAreaSize(SelectionDAG &DAG, bool isPPC64, bool isVarArg, unsigned CC, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, unsigned &nAltivecParamsAtEnd) argument
3021 EmitTailCallStoreFPAndRetAddr(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue OldRetAddr, SDValue OldFP, int SPDiff, bool isPPC64, bool isDarwinABI, DebugLoc dl) argument
3062 CalculateTailCallArgDest(SelectionDAG &DAG, MachineFunction &MF, bool isPPC64, SDValue Arg, int SPDiff, unsigned ArgOffset, SmallVector<TailCallArgumentInfo, 8>& TailCallArguments) argument
3126 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
3151 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
3185 bool isPPC64 = PPCSubTarget.isPPC64(); local
4154 bool isPPC64 = PtrVT == MVT::i64; local
4560 bool isPPC64 = Subtarget.isPPC64(); local
4586 bool isPPC64 = PPCSubTarget.isPPC64(); local
4610 bool isPPC64 = PPCSubTarget.isPPC64(); local
7434 bool isPPC64 = PPCSubTarget.isPPC64(); local
7461 bool isPPC64 = PtrVT == MVT::i64; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp45 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64); local
63 bool isPPC64 = TheTriple.getArch() == Triple::ppc64; local
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp122 bool isPPC64() const { return IsPPC64; } function in class:__anon2453::PPCAsmParser
226 bool isPPC64() const { return IsPPC64; } function in struct:__anon2453::PPCOperand
[all...]

Completed in 183 milliseconds