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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 53 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others.
54 ARMProcFamilyEnum ARMProcFamily;
300 bool isCortexA5() const { return ARMProcFamily == CortexA5; }
301 bool isCortexA7() const { return ARMProcFamily == CortexA7; }
302 bool isCortexA8() const { return ARMProcFamily == CortexA8; }
303 bool isCortexA9() const { return ARMProcFamily == CortexA9; }
304 bool isCortexA15() const { return ARMProcFamily == CortexA15; }
305 bool isSwift() const { return ARMProcFamily == Swift; }
308 bool isCortexR5() const { return ARMProcFamily == CortexR5; }
309 bool isKrait() const { return ARMProcFamily == Krait;
    [all...]
ARMSubtarget.cpp 154 : ARMGenSubtargetInfo(TT, CPU, FS), ARMProcFamily(Others),
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 37 /// ARMProcFamily - ARM processor family: Cortex-A53, Cortex-A57, and others.
38 ARMProcFamilyEnum ARMProcFamily;
AArch64Subtarget.cpp 48 : AArch64GenSubtargetInfo(TT, CPU, FS), ARMProcFamily(Others),

Completed in 69 milliseconds