Home | History | Annotate | Download | only in ARM

Lines Matching refs:tB

52           cl::desc("Adjust basic block layout to better use TB[BH]"));
291 // of the TB[BH] instructions.
546 UOpc = ARM::tB;
550 case ARM::tB:
741 unsigned Opc = isThumb ? (isThumb2 ? ARM::t2B : ARM::tB) : ARM::B;
925 if (PredMI->getOpcode() == ARM::B || PredMI->getOpcode() == ARM::tB
1054 case ARM::tB:
1153 int UncondBr = isThumb ? ((isThumb2) ? ARM::t2B : ARM::tB) : ARM::B;
1615 NewOpc = ARM::tB;
1831 // instruction so we can use TB[BH]. Loop through the target blocks
1895 assert (isThumb2 && "Adjusting for TB[BH] but not in Thumb2?");