Lines Matching refs:isPPC64

4069   if (TM.getOptLevel() == CodeGenOptLevel::None || !TM.isPPC64())  in tryIntCompareInGPR()
4492 bool isPPC64 = (PtrVT == MVT::i64); in trySETCC() local
4514 if (isPPC64) break; in trySETCC()
4542 if (isPPC64) break; in trySETCC()
4552 if (isPPC64) break; in trySETCC()
4930 SDValue DecrementOps[] = {Subtarget->isPPC64() ? getI64Imm(1, DecrementLoc) in trySelectLoopCountIntrinsic()
4933 Subtarget->isPPC64() ? PPC::DecreaseCTR8loop : PPC::DecreaseCTRloop; in trySelectLoopCountIntrinsic()
5693 bool IsPPC64 = Subtarget->isPPC64(); in Select()
5716 bool IsPPC64 = Subtarget->isPPC64(); in Select()
5841 bool isPPC64 = (PtrVT == MVT::i64); in Select() local
5847 if (Subtarget->isISA3_0() && Subtarget->isPPC64()) { in Select()
5873 if (!isPPC64 && isNullConstant(N->getOperand(1)) && in Select()
6009 bool IsPPC64 = Subtarget->isPPC64(); in Select()
6094 const bool isPPC64 = Subtarget->isPPC64(); in Select() local
6109 if (isPPC64 && !isAIXABI && CModel == CodeModel::Small) in Select()
6122 if (!isPPC64 && CModel == CodeModel::Small) { in Select()
6146 if (isPPC64 && CModel == CodeModel::Small) { in Select()
6161 assert((isPPC64 || (isAIXABI && !isPPC64)) && "We are dealing with 64-bit" in Select()
6178 EVT VT = isPPC64 ? MVT::i64 : MVT::i32; in Select()
6180 isPPC64 ? PPC::ADDIStocHA8 : PPC::ADDIStocHA, dl, VT, TOCbase, GA); in Select()
6186 isPPC64 ? PPC::LDtocL : PPC::LWZtocL, dl, VT, GA, SDValue(Tmp, 0)); in Select()
6300 CurDAG->getRegister(Subtarget->isPPC64() ? PPC::ZERO8 : PPC::ZERO, in Select()
6301 Subtarget->isPPC64() ? MVT::i64 : MVT::i32); in Select()
6302 unsigned LIOpcode = Subtarget->isPPC64() ? PPC::LI8 : PPC::LI; in Select()
7312 if (!Subtarget->isPPC64()) in PeepholePPC64ZExt()