Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h637 bool isCortexA9() const { return ARMProcFamily == CortexA9; } in isCortexA9() function
642 bool isLikeA9() const { return isCortexA9() || isCortexA15() || isKrait(); } in isLikeA9()