Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsSubtarget.cpp63 bool MipsSubtarget::MSAWarningPrinted = false; member in MipsSubtarget
195 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) { in MipsSubtarget()
198 MSAWarningPrinted = true; in MipsSubtarget()
DMipsSubtarget.h54 static bool MSAWarningPrinted; variable