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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMSubtarget.h196 bool isCortexA9() const { return ARMProcFamily == CortexA9; } function in class:llvm::ARMSubtarget
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h413 bool isCortexA9() const { return ARMProcFamily == CortexA9; } function in class:llvm::ARMSubtarget
417 bool isLikeA9() const { return isCortexA9() || isCortexA15() || isKrait(); }

Completed in 118 milliseconds