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

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h304 bool isCortexA15() const { return ARMProcFamily == CortexA15; } function in class:llvm::ARMSubtarget
307 bool isLikeA9() const { return isCortexA9() || isCortexA15() || isKrait(); }

Completed in 81 milliseconds