Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h290 bool isCortexM55() const { return ARMProcFamily == CortexM55; } in isCortexM55() function
H A DARMLatencyMutations.cpp970 else if (ST.isCortexM55()) in createARMLatencyMutations()