Lines Matching defs:CC
67 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
136 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
175 // Then peek at the next instruction to see if it's predicated on CC or OCC.
187 if (NCC == CC || NCC == OCC)
202 ARMCC::CondCodes CC = getITInstrPredicate(*MI, PredReg);
203 if (CC == ARMCC::AL) {
214 .addImm(CC);
225 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC);
244 if (NCC == CC || NCC == OCC) {
245 Mask |= ((NCC ^ CC) & 1) << Pos;
252 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses)) {