Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.h189 bool HasGINV; variable
325 bool hasGINV() const { return HasGINV; } in hasGINV()
DMipsSubtarget.cpp84 HasVirt(false), HasGINV(false), UseIndirectJumpsHazard(false), in MipsSubtarget()
DMips.td175 def FeatureGINV : SubtargetFeature<"ginv", "HasGINV", "true",
DMipsInstrInfo.td256 def HasGINV : Predicate<"Subtarget->hasGINV()">,
483 list <Predicate> ASEPredicate = [HasGINV];