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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 36 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others.
37 ARMProcFamilyEnum ARMProcFamily;
200 bool isCortexA8() const { return ARMProcFamily == CortexA8; }
201 bool isCortexA9() const { return ARMProcFamily == CortexA9; }
ARMSubtarget.cpp 40 , ARMProcFamily(Others)

Completed in 45 milliseconds