Searched refs:hasThumb2 (Results 1 – 6 of 6) sorted by relevance
38 bool hasThumb2; variable133 hasThumb2(false), in ARMFunctionInfo()146 bool isThumb1OnlyFunction() const { return isThumb && !hasThumb2; } in isThumb1OnlyFunction()147 bool isThumb2Function() const { return isThumb && hasThumb2; } in isThumb2Function()
18 hasThumb2(MF.getSubtarget<ARMSubtarget>().hasThumb2()), in ARMFunctionInfo()
202 assert(hasV6T2Ops() || !hasThumb2()); in initSubtargetFeatures()342 return (!isThumb() || hasThumb2()); in enablePostMachineScheduler()
402 bool hasThumb2() const { return HasThumb2; } in hasThumb2() function
2523 unsigned Opc = ((Subtarget->isThumb() && Subtarget->hasThumb2()) ? in Select()2593 unsigned Opc = (Subtarget->isThumb() && Subtarget->hasThumb2()) in Select()2691 if (Subtarget->isThumb() && Subtarget->hasThumb2()) in Select()2714 ((Subtarget->hasThumb2()) ? ARM::t2Bcc : ARM::tBcc) : ARM::Bcc; in Select()3023 bool isThumb = Subtarget->isThumb() && Subtarget->hasThumb2(); in Select()3091 bool isThumb = Subtarget->isThumb() && Subtarget->hasThumb2(); in Select()
622 } else if (STI.hasThumb2()) { in emitAttributes()