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

  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 50 !(STI.isCortexA9() && (LastMI->mayLoad() || LastMI->mayStore())) &&
ARMSubtarget.h 198 bool isCortexA9() const { return ARMProcFamily == CortexA9; }
ARMSubtarget.cpp 188 else if (isCortexA9())
ARMTargetMachine.cpp 153 if (getOptLevel() != CodeGenOpt::None && getARMSubtarget().isCortexA9())
MLxExpansionPass.cpp 317 isA9 = STI->isCortexA9();
ARMBaseInstrInfo.cpp     [all...]
ARMISelDAGToDAG.cpp 345 if (!Subtarget->isCortexA8() && !Subtarget->isCortexA9())
383 if (!Subtarget->isCortexA9())
495 (!Subtarget->isCortexA9() || N.hasOneUse())) {
559 !(Subtarget->isCortexA9() || N.getOperand(0).hasOneUse())) {
595 (!Subtarget->isCortexA9() || N.hasOneUse())) {
661 if (Subtarget->isCortexA9() && !N.hasOneUse()) {
699 !(Subtarget->isCortexA9() || N.getOperand(0).hasOneUse())) {
    [all...]
ARMBaseRegisterInfo.cpp 464 if (!STI.isCortexA9())
    [all...]

Completed in 161 milliseconds