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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h185 // HasGINV -- supports R6 Global INValidate ASE
186 bool HasGINV; member in class:llvm::MipsSubtarget
321 bool hasGINV() const { return HasGINV; }
H A DMipsSubtarget.cpp83 HasMT(false), HasCRC(false), HasVirt(false), HasGINV(false),

Completed in 107 milliseconds