Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.h414 bool isCortexA15() const { return ARMProcFamily == CortexA15; } in isCortexA15() function
417 bool isLikeA9() const { return isCortexA9() || isCortexA15() || isKrait(); } in isLikeA9()
DA15SDOptimizer.cpp679 if (!(STI.isCortexA15() && STI.hasNEON())) in runOnMachineFunction()