Searched refs:HasGINV (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h190 // HasGINV -- supports R6 Global INValidate ASE
191 bool HasGINV; member in class:llvm::MipsSubtarget
327 bool hasGINV() const { return HasGINV; }
H A DMipsSubtarget.cpp85 HasVirt(false), HasGINV(false), UseIndirectJumpsHazard(false),

Completed in 120 milliseconds