Home | History | Annotate | Download | only in ARM

Lines Matching refs:tB

53           cl::desc("Adjust basic block layout to better use TB[BH]"));
402 // of the TB[BH] instructions.
689 UOpc = ARM::tB;
693 case ARM::tB:
888 unsigned Opc = isThumb ? (isThumb2 ? ARM::t2B : ARM::tB) : ARM::B;
1064 if (PredMI->getOpcode() == ARM::B || PredMI->getOpcode() == ARM::tB
1166 case ARM::tB:
1258 int UncondBr = isThumb ? ((isThumb2) ? ARM::t2B : ARM::tB) : ARM::B;
1761 NewOpc = ARM::tB;
1987 // instruction so we can use TB[BH]. Loop through the target blocks
2048 assert (isThumb2 && "Adjusting for TB[BH] but not in Thumb2?");