Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSubtarget.h319 bool isCortexA15() const { return ARMProcFamily == CortexA15; } in isCortexA15() function
323 bool isLikeA9() const { return isCortexA9() || isCortexA15() || isKrait(); } in isLikeA9()