Lines Matching defs:isPPC64
4056 if (TM.getOptLevel() == CodeGenOptLevel::None || !TM.isPPC64())
4479 bool isPPC64 = (PtrVT == MVT::i64);
4501 if (isPPC64) break;
4529 if (isPPC64) break;
4539 if (isPPC64) break;
4917 SDValue DecrementOps[] = {Subtarget->isPPC64() ? getI64Imm(1, DecrementLoc)
4920 Subtarget->isPPC64() ? PPC::DecreaseCTR8loop : PPC::DecreaseCTRloop;
5478 if (Subtarget->isPPC64() || !TM.isPositionIndependent() ||
5680 bool IsPPC64 = Subtarget->isPPC64();
5703 bool IsPPC64 = Subtarget->isPPC64();
5828 bool isPPC64 = (PtrVT == MVT::i64);
5834 if (Subtarget->isISA3_0() && Subtarget->isPPC64()) {
5860 if (!isPPC64 && isNullConstant(N->getOperand(1)) &&
5996 bool IsPPC64 = Subtarget->isPPC64();
6081 const bool isPPC64 = Subtarget->isPPC64();
6097 if (isPPC64 && !isAIXABI && CModel == CodeModel::Small)
6117 if (!isPPC64 && CModel == CodeModel::Small) {
6140 if (isPPC64 && CModel == CodeModel::Small) {
6154 assert((isPPC64 || (isAIXABI && !isPPC64)) && "We are dealing with 64-bit"
6180 isPPC64 ? PPC::ADDIStocHA8 : PPC::ADDIStocHA, dl, VT, TOCbase, GA);
6186 N, CurDAG->getMachineNode(isPPC64 ? PPC::ADDItocL8 : PPC::ADDItocL,
6195 isPPC64 ? PPC::LDtocL : PPC::LWZtocL, dl, VT, GA, SDValue(Tmp, 0));
6202 assert(isPPC64 && "TOC_ENTRY already handled for 32-bit.");
6310 CurDAG->getRegister(Subtarget->isPPC64() ? PPC::ZERO8 : PPC::ZERO,
6312 unsigned LIOpcode = Subtarget->isPPC64() ? PPC::LI8 : PPC::LI;
7322 if (!Subtarget->isPPC64())