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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h139 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others.
140 ARMProcFamilyEnum ARMProcFamily = Others; member in class:llvm::ARMSubtarget
610 bool isCortexA5() const { return ARMProcFamily == CortexA5; }
611 bool isCortexA7() const { return ARMProcFamily == CortexA7; }
612 bool isCortexA8() const { return ARMProcFamily == CortexA8; }
613 bool isCortexA9() const { return ARMProcFamily == CortexA9; }
614 bool isCortexA15() const { return ARMProcFamily == CortexA15; }
615 bool isSwift() const { return ARMProcFamily == Swift; }
616 bool isCortexM3() const { return ARMProcFamily == CortexM3; }
618 bool isCortexR5() const { return ARMProcFamily
[all...]
H A DARMSubtarget.cpp264 switch (ARMProcFamily) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h77 /// ARMProcFamily - ARM processor family: Cortex-A53, Cortex-A57, and others.
78 ARMProcFamilyEnum ARMProcFamily = Others; member in class:llvm::final
301 return ARMProcFamily;
H A DAArch64Subtarget.cpp80 switch (ARMProcFamily) {

Completed in 116 milliseconds