HomeSort by: relevance | last modified time | path
    Searched refs:HasGINV (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.h 188 // HasGINV -- supports R6 Global INValidate ASE
189 bool HasGINV;
325 bool hasGINV() const { return HasGINV; }
MipsSubtarget.cpp 84 HasVirt(false), HasGINV(false), UseIndirectJumpsHazard(false),
205 if (!hasMips32r6() && hasGINV() && !GINVWarningPrinted) {

Completed in 21 milliseconds