Lines Matching refs:is64bit

3562   bool is64bit = Subtarget.isPPC64();  in LowerGlobalTLSAddressLinux()  local
3583 SDValue TLSReg = is64bit ? DAG.getRegister(PPC::X13, MVT::i64) in LowerGlobalTLSAddressLinux()
3603 if (is64bit) { in LowerGlobalTLSAddressLinux()
3630 if (is64bit) { in LowerGlobalTLSAddressLinux()
3656 if (is64bit) { in LowerGlobalTLSAddressLinux()
12240 bool is64bit = Subtarget.isPPC64(); in EmitPartwordAtomicBinary() local
12242 unsigned ZeroReg = is64bit ? PPC::ZERO8 : PPC::ZERO; in EmitPartwordAtomicBinary()
12264 is64bit ? &PPC::G8RCRegClass : &PPC::GPRCRegClass; in EmitPartwordAtomicBinary()
12311 BuildMI(BB, dl, TII->get(is64bit ? PPC::ADD8 : PPC::ADD4), Ptr1Reg) in EmitPartwordAtomicBinary()
12320 .addReg(Ptr1Reg, 0, is64bit ? PPC::sub_32 : 0) in EmitPartwordAtomicBinary()
12328 if (is64bit) in EmitPartwordAtomicBinary()
13161 bool is64bit = MI.getOpcode() == PPC::ATOMIC_CMP_SWAP_I64; in EmitInstrWithCustomInserter() local
13222 BuildMI(BB, dl, TII->get(is64bit ? PPC::CMPD : PPC::CMPW), CrReg) in EmitInstrWithCustomInserter()
13253 bool is64bit = Subtarget.isPPC64(); in EmitInstrWithCustomInserter() local
13276 is64bit ? &PPC::G8RCRegClass : &PPC::GPRCRegClass; in EmitInstrWithCustomInserter()
13295 Register ZeroReg = is64bit ? PPC::ZERO8 : PPC::ZERO; in EmitInstrWithCustomInserter()
13329 BuildMI(BB, dl, TII->get(is64bit ? PPC::ADD8 : PPC::ADD4), Ptr1Reg) in EmitInstrWithCustomInserter()
13339 .addReg(Ptr1Reg, 0, is64bit ? PPC::sub_32 : 0) in EmitInstrWithCustomInserter()
13347 if (is64bit) in EmitInstrWithCustomInserter()