Lines Matching refs:isPPC64
3895 if (TM.getOptLevel() == CodeGenOpt::None || !TM.isPPC64()) in tryIntCompareInGPR()
4308 bool isPPC64 = (PtrVT == MVT::i64); in trySETCC() local
4330 if (isPPC64) break; in trySETCC()
4358 if (isPPC64) break; in trySETCC()
4368 if (isPPC64) break; in trySETCC()
5395 bool IsPPC64 = Subtarget->isPPC64(); in Select()
5418 bool IsPPC64 = Subtarget->isPPC64(); in Select()
5543 bool isPPC64 = (PtrVT == MVT::i64); in Select() local
5549 if (Subtarget->isISA3_0() && Subtarget->isPPC64()) { in Select()
5575 if (!isPPC64) in Select()
5714 bool IsPPC64 = Subtarget->isPPC64(); in Select()
5797 const bool isPPC64 = Subtarget->isPPC64(); in Select() local
5812 if (isPPC64 && !isAIXABI && CModel == CodeModel::Small) in Select()
5825 if (!isPPC64 && CModel == CodeModel::Small) { in Select()
5849 if (isPPC64 && CModel == CodeModel::Small) { in Select()
5864 assert((isPPC64 || (isAIXABI && !isPPC64)) && "We are dealing with 64-bit" in Select()
5881 EVT VT = isPPC64 ? MVT::i64 : MVT::i32; in Select()
5883 isPPC64 ? PPC::ADDIStocHA8 : PPC::ADDIStocHA, dl, VT, TOCbase, GA); in Select()
5889 isPPC64 ? PPC::LDtocL : PPC::LWZtocL, dl, VT, GA, SDValue(Tmp, 0)); in Select()
6003 CurDAG->getRegister(Subtarget->isPPC64() ? PPC::ZERO8 : PPC::ZERO, in Select()
6004 Subtarget->isPPC64() ? MVT::i64 : MVT::i32); in Select()
6005 unsigned LIOpcode = Subtarget->isPPC64() ? PPC::LI8 : PPC::LI; in Select()
7018 if (!Subtarget->isPPC64()) in PeepholePPC64ZExt()