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 223 bool isCortexA15() const { return ARMProcFamily == CortexA15; }
226 bool isLikeA9() const { return isCortexA9() || isCortexA15(); }
ARMTargetMachine.cpp 174 if (getOptLevel() != CodeGenOpt::None && getARMSubtarget().isCortexA15() &&
188 if ((DisableA15SDOptimization || !getARMSubtarget().isCortexA15()) &&
ARMTargetTransformInfo.cpp 112 if (ST->isCortexA15() || ST->isSwift())
ARMBaseInstrInfo.cpp     [all...]

Completed in 3453 milliseconds