Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSubtarget.cpp63 bool MipsSubtarget::MSAWarningPrinted = false; member in MipsSubtarget
190 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) { in MipsSubtarget()
193 MSAWarningPrinted = true; in MipsSubtarget()
HDMipsSubtarget.h54 static bool MSAWarningPrinted; variable