Lines Matching defs:Thumb
365 // stack frame. ARM (especially Thumb) has small immediate offset to
849 // Since this is only reached for Thumb-2 targets, the BFC instruction
2565 // Force LR to be spilled if the Thumb function size is > 2048. This enables
3160 bool Thumb = ST->isThumb();
3254 if (Thumb) {
3285 if (Thumb) {
3297 if (!CompareStackPointer && Thumb) {
3340 if (Thumb && ST->isThumb1Only()) {
3365 BuildMI(McrMBB, DL, TII.get(Thumb ? ARM::t2MRC : ARM::MRC),
3380 BuildMI(GetMBB, DL, TII.get(Thumb ? ARM::t2LDRi12 : ARM::LDRi12),
3389 Opcode = Thumb ? ARM::tCMPr : ARM::CMPrr;
3396 Opcode = Thumb ? ARM::tBcc : ARM::Bcc;
3408 if (Thumb) {
3441 if (Thumb) {
3475 if (Thumb) {
3500 if (Thumb) {
3510 if (Thumb) {
3538 if (Thumb) {
3564 if (Thumb) {