Home
last modified time | relevance | path

Searched refs:hasThumb2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp57 : isThumb(Subtarget->isThumb()), hasThumb2(Subtarget->hasThumb2()), in ARMFunctionInfo()
H A DARMMachineFunctionInfo.h41 /// hasThumb2 - True if the target architecture supports Thumb2. Do not use
44 bool hasThumb2 = false;
168 bool isThumb1OnlyFunction() const { return isThumb && !hasThumb2; }
169 bool isThumb2Function() const { return isThumb && hasThumb2; } in getArgRegsSaveSize()
39 bool hasThumb2 = false; global() variable
H A DARMSubtarget.h290 return hasThumb2() && hasDSP(); in hasBaseDSP()
366 bool isThumb1Only() const { return isThumb() && !hasThumb2(); } in isThumb1Only()
367 bool isThumb2() const { return isThumb() && hasThumb2(); } in isThumb2()
H A DARMSubtarget.cpp184 assert(hasV6T2Ops() || !hasThumb2()); in initSubtargetFeatures()
H A DARMISelDAGToDAG.cpp3761 unsigned Opc = ((Subtarget->isThumb() && Subtarget->hasThumb2()) ? in Select()
3858 Subtarget->hasThumb2() && (is_t2_so_imm(Imm) || is_t2_so_imm_not(Imm)); in Select()
3871 if (!Subtarget->hasThumb2()) { in Select()
3896 unsigned Opc = (Subtarget->isThumb() && Subtarget->hasThumb2()) in Select()
3984 assert(Subtarget->hasThumb2() && in Select()
4006 if (Subtarget->isThumb() && Subtarget->hasThumb2()) { in Select()
4125 ((Subtarget->hasThumb2()) ? ARM::t2Bcc : ARM::tBcc) : ARM::Bcc; in Select()
4824 bool isThumb = Subtarget->isThumb() && Subtarget->hasThumb2(); in Select()
H A DARMISelLowering.cpp14467 (!Subtarget->hasThumb2() || !Subtarget->hasDSP()))) in PerformORCombineToSMULWBT()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp541 bool hasThumb2() const { in hasThumb2() function in __anon6be9c9a00111::ARMAsmParser
9262 if (hasThumb2() && in processInstruction()
9265 else if (hasThumb2() && in processInstruction()