Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:CTR

51             cl::desc("Disable analysis for CTR loops"));
445 // Note: If the condition register is set to CTR or CTR8 then this is a
504 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
515 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
572 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
586 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
654 else if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8)
669 if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8)
697 if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8)
1205 if (Cond[1].getReg() == PPC::CTR8 || Cond[1].getReg() == PPC::CTR)
1284 if (I->definesRegister(PPC::CTR) || I->definesRegister(PPC::CTR8))
1330 if (Pred[1].getReg() == PPC::CTR8 || Pred[1].getReg() == PPC::CTR) {
1351 if (Pred[1].getReg() == PPC::CTR8 || Pred[1].getReg() == PPC::CTR) {
1385 if (Pred[1].getReg() == PPC::CTR8 || Pred[1].getReg() == PPC::CTR)
1386 llvm_unreachable("Cannot predicate bctr[l] on the ctr register");
1421 if (Pred1[1].getReg() == PPC::CTR8 || Pred1[1].getReg() == PPC::CTR)
1423 if (Pred2[1].getReg() == PPC::CTR8 || Pred2[1].getReg() == PPC::CTR)
1452 // predicate, instructions defining CTR or CTR8 are also included as