Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:CTR

43             cl::desc("Disable analysis for CTR loops"));
224 // Note: If the condition register is set to CTR or CTR8 then this is a
271 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
282 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
320 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
334 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
404 else if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8)
415 if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8)
439 if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8)
802 if (Cond[1].getReg() == PPC::CTR8 || Cond[1].getReg() == PPC::CTR)
881 if (I->definesRegister(PPC::CTR) || I->definesRegister(PPC::CTR8))
928 if (Pred[1].getReg() == PPC::CTR8 || Pred[1].getReg() == PPC::CTR) {
942 if (Pred[1].getReg() == PPC::CTR8 || Pred[1].getReg() == PPC::CTR) {
961 if (Pred[1].getReg() == PPC::CTR8 || Pred[1].getReg() == PPC::CTR)
962 llvm_unreachable("Cannot predicate bctr[l] on the ctr register");
983 if (Pred1[1].getReg() == PPC::CTR8 || Pred1[1].getReg() == PPC::CTR)
985 if (Pred2[1].getReg() == PPC::CTR8 || Pred2[1].getReg() == PPC::CTR)
1010 // predicate, instructions defining CTR or CTR8 are also included as