Home
last modified time | relevance | path

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

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