Lines Matching refs:CPSR
233 bool DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR);
245 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) { in DefinesOptionalPredicate() argument
252 if (MO.getReg() == ARM::CPSR) in DefinesOptionalPredicate()
253 *CPSR = true; in DefinesOptionalPredicate()
290 bool CPSR = false; in AddOptionalDefs() local
291 if (DefinesOptionalPredicate(MI, &CPSR)) in AddOptionalDefs()
292 MIB.add(CPSR ? t1CondCodeOp() : condCodeOp()); in AddOptionalDefs()
1254 .addMBB(TBB).addImm(ARMPred).addReg(ARM::CPSR); in SelectBranch()
1277 .addMBB(TBB).addImm(CCMode).addReg(ARM::CPSR); in SelectBranch()
1315 .addMBB(TBB).addImm(CCMode).addReg(ARM::CPSR); in SelectBranch()
1480 .addImm(ARMPred).addReg(ARM::CPSR); in SelectCmp()
1664 .addReg(ARM::CPSR); in SelectSelect()
1672 .addReg(ARM::CPSR); in SelectSelect()
2731 MIB.addReg(ARM::CPSR, RegState::Define); in ARMEmitIntExt()