Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp64 bool MipsSubtarget::MSAWarningPrinted = false; member in MipsSubtarget
179 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) { in MipsSubtarget()
182 MSAWarningPrinted = true; in MipsSubtarget()
DMipsSubtarget.h55 static bool MSAWarningPrinted; variable