Home
last modified time | relevance | path

Searched refs:isCortexA15 (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.h542 bool isCortexA15() const { return ARMProcFamily == CortexA15; } in isCortexA15() function
545 bool isLikeA9() const { return isCortexA9() || isCortexA15() || isKrait(); } in isLikeA9()