Searched refs:isCortexA9 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h255 bool isCortexA9() const { return ARMProcFamily == CortexA9; } function in class:llvm::ARMSubtarget
259 bool isLikeA9() const { return isCortexA9() || isCortexA15(); }
H A DARMTargetMachine.cpp172 if (getOptLevel() != CodeGenOpt::None && getARMSubtarget().isCortexA9())
H A DARMBaseInstrInfo.cpp3952 if (Subtarget.isCortexA9() && !isPredicated(MI) &&
H A DARMISelDAGToDAG.cpp417 if (!Subtarget->isCortexA8() && !Subtarget->isCortexA9() &&

Completed in 79 milliseconds