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 37 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others.
38 ARMProcFamilyEnum ARMProcFamily;
235 bool isCortexA5() const { return ARMProcFamily == CortexA5; }
236 bool isCortexA8() const { return ARMProcFamily == CortexA8; }
237 bool isCortexA9() const { return ARMProcFamily == CortexA9; }
238 bool isCortexA15() const { return ARMProcFamily == CortexA15; }
239 bool isSwift() const { return ARMProcFamily == Swift; }
242 bool isCortexR5() const { return ARMProcFamily == CortexR5; }
ARMSubtarget.cpp 63 , ARMProcFamily(Others)

Completed in 41 milliseconds