Lines Matching refs:isPPC64
4056 if (TM.getOptLevel() == CodeGenOptLevel::None || !TM.isPPC64()) in tryIntCompareInGPR()
4479 bool isPPC64 = (PtrVT == MVT::i64); in trySETCC() local
4501 if (isPPC64) break; in trySETCC()
4529 if (isPPC64) break; in trySETCC()
4539 if (isPPC64) break; in trySETCC()
4917 SDValue DecrementOps[] = {Subtarget->isPPC64() ? getI64Imm(1, DecrementLoc) in trySelectLoopCountIntrinsic()
4920 Subtarget->isPPC64() ? PPC::DecreaseCTR8loop : PPC::DecreaseCTRloop; in trySelectLoopCountIntrinsic()
5681 bool IsPPC64 = Subtarget->isPPC64(); in Select()
5704 bool IsPPC64 = Subtarget->isPPC64(); in Select()
5829 bool isPPC64 = (PtrVT == MVT::i64); in Select() local
5835 if (Subtarget->isISA3_0() && Subtarget->isPPC64()) { in Select()
5861 if (!isPPC64 && isNullConstant(N->getOperand(1)) && in Select()
5997 bool IsPPC64 = Subtarget->isPPC64(); in Select()
6082 const bool isPPC64 = Subtarget->isPPC64(); in Select() local
6098 if (isPPC64 && !isAIXABI && CModel == CodeModel::Small) in Select()
6118 if (!isPPC64 && CModel == CodeModel::Small) { in Select()
6141 if (isPPC64 && CModel == CodeModel::Small) { in Select()
6155 assert((isPPC64 || (isAIXABI && !isPPC64)) && "We are dealing with 64-bit" in Select()
6179 EVT VT = isPPC64 ? MVT::i64 : MVT::i32; in Select()
6181 isPPC64 ? PPC::ADDIStocHA8 : PPC::ADDIStocHA, dl, VT, TOCbase, GA); in Select()
6187 N, CurDAG->getMachineNode(isPPC64 ? PPC::ADDItocL8 : PPC::ADDItocL, in Select()
6196 isPPC64 ? PPC::LDtocL : PPC::LWZtocL, dl, VT, GA, SDValue(Tmp, 0)); in Select()
6203 assert(isPPC64 && "TOC_ENTRY already handled for 32-bit."); in Select()
6311 CurDAG->getRegister(Subtarget->isPPC64() ? PPC::ZERO8 : PPC::ZERO, in Select()
6312 Subtarget->isPPC64() ? MVT::i64 : MVT::i32); in Select()
6313 unsigned LIOpcode = Subtarget->isPPC64() ? PPC::LI8 : PPC::LI; in Select()
7323 if (!Subtarget->isPPC64()) in PeepholePPC64ZExt()