HomeSort by relevance Sort by last modified time
    Searched refs:isCortexA15 (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 304 bool isCortexA15() const { return ARMProcFamily == CortexA15; }
307 bool isLikeA9() const { return isCortexA9() || isCortexA15() || isKrait(); }
ARMTargetMachine.cpp 198 if (getOptLevel() != CodeGenOpt::None && getARMSubtarget().isCortexA15() &&
ARMTargetTransformInfo.cpp 109 if (ST->isCortexA15() || ST->isSwift())
ARMBaseInstrInfo.cpp     [all...]

Completed in 142 milliseconds