Searched refs:ARMProcFamily (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h36 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others.
37 ARMProcFamilyEnum ARMProcFamily; member in class:llvm::ARMSubtarget
200 bool isCortexA8() const { return ARMProcFamily == CortexA8; }
201 bool isCortexA9() const { return ARMProcFamily == CortexA9; }
H A DARMSubtarget.cpp40 , ARMProcFamily(Others)

Completed in 49 milliseconds