Lines Matching refs:IsThumb
58 bool IsThumb;
72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
178 if (IsThumb) {
412 IsThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction();
1964 Binary |= (IsThumb ? ARMCC::AL : II->getPredicate(&MI)) << ARMII::CondShift;
1993 Binary |= (IsThumb ? ARMCC::AL : II->getPredicate(&MI)) << ARMII::CondShift;
2014 if (IsThumb)
2028 if (IsThumb)
2046 if (IsThumb)