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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 237 bool isCortexA9() const { return ARMProcFamily == CortexA9; }
241 bool isLikeA9() const { return isCortexA9() || isCortexA15(); }
ARMTargetMachine.cpp 172 if (getOptLevel() != CodeGenOpt::None && getARMSubtarget().isCortexA9())
ARMBaseInstrInfo.cpp     [all...]
ARMISelDAGToDAG.cpp 425 if (!Subtarget->isCortexA8() && !Subtarget->isCortexA9() &&
    [all...]

Completed in 33 milliseconds