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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h613 bool isCortexA9() const { return ARMProcFamily == CortexA9; } function in class:llvm::ARMSubtarget
617 bool isLikeA9() const { return isCortexA9() || isCortexA15() || isKrait(); }

Completed in 157 milliseconds