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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h134 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others.
135 ARMProcFamilyEnum ARMProcFamily = Others; member in class:llvm::ARMSubtarget
594 bool isCortexA5() const { return ARMProcFamily == CortexA5; }
595 bool isCortexA7() const { return ARMProcFamily == CortexA7; }
596 bool isCortexA8() const { return ARMProcFamily == CortexA8; }
597 bool isCortexA9() const { return ARMProcFamily == CortexA9; }
598 bool isCortexA15() const { return ARMProcFamily == CortexA15; }
599 bool isSwift() const { return ARMProcFamily == Swift; }
600 bool isCortexM3() const { return ARMProcFamily == CortexM3; }
602 bool isCortexR5() const { return ARMProcFamily
[all...]
H A DARMSubtarget.cpp264 switch (ARMProcFamily) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h71 /// ARMProcFamily - ARM processor family: Cortex-A53, Cortex-A57, and others.
72 ARMProcFamilyEnum ARMProcFamily = Others; member in class:llvm::final
278 return ARMProcFamily;
H A DAArch64Subtarget.cpp68 switch (ARMProcFamily) {

Completed in 73 milliseconds