Home
last modified time | relevance | path

Searched refs:hasV6MOps (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp190 if (!hasV6MOps()) in initSubtargetFeatures()
H A DARMPredicates.td20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp553 bool hasV6MOps() const { in hasV6MOps() function in __anon6be9c9a00111::ARMAsmParser
6736 if (hasV6MOps()) in getMnemonicAcceptInfo()
11103 ((isThumb() && !isThumbOne()) || hasV6MOps())) { in checkEarlyTargetMatchPredicate()
11147 if (Opc == ARM::tADDhirr && !hasV6MOps() && in checkTargetMatchPredicate()