Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.h173 bool HasEVA; variable
321 bool hasEVA() const { return HasEVA; } in hasEVA()
H A DMipsSubtarget.cpp83 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.td240 def HasEVA : Predicate<"Subtarget->hasEVA()">,
384 class ASE_EVA { list<Predicate> ASEPredicate = [HasEVA]; }