Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp67 bool MipsSubtarget::GINVWarningPrinted = false; member in MipsSubtarget
194 if (!hasMips32r6() && hasGINV() && !GINVWarningPrinted) { in MipsSubtarget()
197 GINVWarningPrinted = true; in MipsSubtarget()
DMipsSubtarget.h61 static bool GINVWarningPrinted; variable