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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp63 bool MipsSubtarget::MSAWarningPrinted = false; member in class:MipsSubtarget
194 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) {
197 MSAWarningPrinted = true;
H A DMipsSubtarget.h53 static bool MSAWarningPrinted; member in class:llvm::MipsSubtarget

Completed in 50 milliseconds