Home
last modified time | relevance | path

Searched refs:HasGINV (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h191 bool HasGINV; variable
330 bool hasGINV() const { return HasGINV; } in hasGINV()
H A DMipsSubtarget.cpp85 HasVirt(false), HasGINV(false), UseIndirectJumpsHazard(false), StrictAlign(false), in MipsSubtarget()
H A DMips.td175 def FeatureGINV : SubtargetFeature<"ginv", "HasGINV", "true",
H A DMipsInstrInfo.td257 def HasGINV : Predicate<"Subtarget->hasGINV()">,
484 list <Predicate> ASEPredicate = [HasGINV];