Home
last modified time | relevance | path

Searched refs:isCortexM7 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h291 bool isCortexM7() const { return ARMProcFamily == CortexM7; } in isCortexM7() function
H A DARMLatencyMutations.cpp968 else if (ST.isCortexM7()) in createARMLatencyMutations()
H A DARMBaseInstrInfo.cpp146 if (Subtarget.isCortexM7() && !DAG->hasVRegLiveness()) in CreateTargetMIHazardRecognizer()