Searched refs:IsCPSR (Results 1 – 2 of 2) sorted by relevance
11123 bool IsCPSR = false; in checkTargetMatchPredicate() local11129 IsCPSR = true; in checkTargetMatchPredicate()11133 if (isThumbOne() && !IsCPSR) in checkTargetMatchPredicate()11137 if (isThumbTwo() && !IsCPSR && !inITBlock()) in checkTargetMatchPredicate()11139 if (isThumbTwo() && IsCPSR && inITBlock()) in checkTargetMatchPredicate()
668 bool IsCPSR = MO.isReg() && MO.isDef() && MO.getReg() == ARM::CPSR; in ClobbersPredicate() local669 if (ClobbersCPSR || IsCPSR) { in ClobbersPredicate()