Lines Matching refs:CPSR
214 bool DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR);
228 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) { in DefinesOptionalPredicate() argument
236 if (MO.getReg() == ARM::CPSR) in DefinesOptionalPredicate()
237 *CPSR = true; in DefinesOptionalPredicate()
274 bool CPSR = false; in AddOptionalDefs() local
275 if (DefinesOptionalPredicate(MI, &CPSR)) { in AddOptionalDefs()
276 if (CPSR) in AddOptionalDefs()
1277 .addMBB(TBB).addImm(ARMPred).addReg(ARM::CPSR); in SelectBranch()
1300 .addMBB(TBB).addImm(CCMode).addReg(ARM::CPSR); in SelectBranch()
1338 .addMBB(TBB).addImm(CCMode).addReg(ARM::CPSR); in SelectBranch()
1499 .addImm(ARMPred).addReg(ARM::CPSR); in SelectCmp()
1681 .addReg(ARM::CPSR); in SelectSelect()
1689 .addReg(ARM::CPSR); in SelectSelect()
2715 MIB.addReg(ARM::CPSR, RegState::Define); in ARMEmitIntExt()