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

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

Completed in 100 milliseconds