Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:isPPC64

61   : PPCGenRegisterInfo(TM.isPPC64() ? PPC::LR8 : PPC::LR,
62 TM.isPPC64() ? 0 : 1,
63 TM.isPPC64() ? 0 : 1),
91 if (TM.isPPC64())
96 if (TM.isPPC64())
113 return TM.isPPC64()
122 return TM.isPPC64()
144 return TM.isPPC64() ? (Subtarget.hasAltivec() ? CSR_Darwin64_Altivec_RegMask
149 return TM.isPPC64() ? (Subtarget.hasAltivec() ? CSR_SVR464_Altivec_RegMask
205 if (TM.isPPC64()) {
236 if (Subtarget.isSVR4ABI() && !TM.isPPC64() &&
243 if (Subtarget.isSVR4ABI() && !TM.isPPC64() &&
333 bool LP64 = TM.isPPC64();
473 bool LP64 = TM.isPPC64();
518 bool LP64 = TM.isPPC64();
561 bool LP64 = TM.isPPC64();
605 bool LP64 = TM.isPPC64();
706 if (TM.isPPC64())
856 bool is64Bit = TM.isPPC64();
896 if (!TM.isPPC64())
907 if (TM.isPPC64())
982 unsigned ADDriOpc = TM.isPPC64() ? PPC::ADDI8 : PPC::ADDI;