Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMSubtarget.h597 bool isCortexA9() const { return ARMProcFamily == CortexA9; } in isCortexA9() function
601 bool isLikeA9() const { return isCortexA9() || isCortexA15() || isKrait(); } in isLikeA9()