Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSubtarget.h192 bool HasGINV; variable
328 bool hasGINV() const { return HasGINV; } in hasGINV()
H A DMipsSubtarget.cpp85 HasVirt(false), HasGINV(false), UseIndirectJumpsHazard(false), in MipsSubtarget()
H A DMips.td175 def FeatureGINV : SubtargetFeature<"ginv", "HasGINV", "true",
H A DMipsInstrInfo.td256 def HasGINV : Predicate<"Subtarget->hasGINV()">,
483 list <Predicate> ASEPredicate = [HasGINV];