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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 195 bool isCortexA8() const { return ARMProcFamily == CortexA8; }
ARMSubtarget.cpp 186 if (isCortexA8())
ARMBaseInstrInfo.cpp     [all...]
ARMAsmPrinter.cpp 681 Subtarget->isCortexA8()) {
    [all...]
ARMISelDAGToDAG.cpp 344 if (!Subtarget->isCortexA8() && !Subtarget->isCortexA9())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 412 bool isCortexA8() const { return ARMProcFamily == CortexA8; }
ARMBaseInstrInfo.cpp     [all...]

Completed in 120 milliseconds