Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSubtarget.h322 bool isCortexM7() const { return ARMProcFamily == CortexM7; } in isCortexM7() function
H A DARMBaseInstrInfo.cpp149 if (Subtarget.isCortexM7() && !DAG->hasVRegLiveness()) in CreateTargetMIHazardRecognizer()