Home
last modified time | relevance | path

Searched refs:isCortexM85 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h292 bool isCortexM85() const { return ARMProcFamily == CortexM85; } in isCortexM85() function
H A DARMLatencyMutations.cpp966 if (ST.isCortexM85()) in createARMLatencyMutations()