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;
5681 bool IsPPC64 = Subtarget->isPPC64();
5704 bool IsPPC64 = Subtarget->isPPC64();
5829 bool isPPC64 = (PtrVT == MVT::i64);
5835 if (Subtarget->isISA3_0() && Subtarget->isPPC64()) {
5861 if (!isPPC64 && isNullConstant(N->getOperand(1)) &&
5997 bool IsPPC64 = Subtarget->isPPC64();
6082 const bool isPPC64 = Subtarget->isPPC64();
6098 if (isPPC64 && !isAIXABI && CModel == CodeModel::Small)
6118 if (!isPPC64 && CModel == CodeModel::Small) {
6141 if (isPPC64 && CModel == CodeModel::Small) {
6155 assert((isPPC64 || (isAIXABI && !isPPC64)) && "We are dealing with 64-bit"
6179 EVT VT = isPPC64 ? MVT::i64 : MVT::i32;
6181 isPPC64 ? PPC::ADDIStocHA8 : PPC::ADDIStocHA, dl, VT, TOCbase, GA);
6187 N, CurDAG->getMachineNode(isPPC64 ? PPC::ADDItocL8 : PPC::ADDItocL,
6196 isPPC64 ? PPC::LDtocL : PPC::LWZtocL, dl, VT, GA, SDValue(Tmp, 0));
6203 assert(isPPC64 && "TOC_ENTRY already handled for 32-bit.");
6311 CurDAG->getRegister(Subtarget->isPPC64() ? PPC::ZERO8 : PPC::ZERO,
6312 Subtarget->isPPC64() ? MVT::i64 : MVT::i32);
6313 unsigned LIOpcode = Subtarget->isPPC64() ? PPC::LI8 : PPC::LI;
7323 if (!Subtarget->isPPC64())