Searched refs:IsCPSR (Results 1 – 2 of 2) sorted by relevance
11212 bool IsCPSR = false; in checkTargetMatchPredicate() local11218 IsCPSR = true; in checkTargetMatchPredicate()11222 if (isThumbOne() && !IsCPSR) in checkTargetMatchPredicate()11226 if (isThumbTwo() && !IsCPSR && !inITBlock()) in checkTargetMatchPredicate()11228 if (isThumbTwo() && IsCPSR && inITBlock()) in checkTargetMatchPredicate()
493 bool IsCPSR = MO.isReg() && MO.isDef() && MO.getReg() == ARM::CPSR; in ClobbersPredicate() local494 if (ClobbersCPSR || IsCPSR) { in ClobbersPredicate()