Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h175 bool HasEVA; variable
326 bool hasEVA() const { return HasEVA; } in hasEVA()
H A DMipsSubtarget.cpp84 HasEVA(false), DisableMadd4(false), HasMT(false), HasCRC(false), in MipsSubtarget()
H A DMips.td168 def FeatureEVA : SubtargetFeature<"eva", "HasEVA", "true", "Mips EVA ASE">;
H A DMipsInstrInfo.td241 def HasEVA : Predicate<"Subtarget->hasEVA()">,
385 class ASE_EVA { list<Predicate> ASEPredicate = [HasEVA]; }