Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h255 bool isCortexA9() const { return ARMProcFamily == CortexA9; } in isCortexA9() function
260 bool isLikeA9() const { return isCortexA9() || isCortexA15() || isKrait(); } in isLikeA9()