Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp66 bool MipsSubtarget::CRCWarningPrinted = false; member in MipsSubtarget
189 if (!hasMips32r6() && hasCRC() && !CRCWarningPrinted) { in MipsSubtarget()
192 CRCWarningPrinted = true; in MipsSubtarget()
DMipsSubtarget.h58 static bool CRCWarningPrinted; variable