Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h146 bool HasEVA; variable
252 bool hasEVA() const { return HasEVA; } in hasEVA()
DMipsSubtarget.cpp73 Os16(Mips_Os16), HasMSA(false), UseTCCInDIV(false), HasEVA(false), TM(TM), in MipsSubtarget()
DMips.td168 def FeatureEVA : SubtargetFeature<"eva", "HasEVA", "true", "Mips EVA ASE">;
DMipsInstrInfo.td218 def HasEVA : Predicate<"Subtarget->hasEVA()">,
286 class INSN_EVA { list<Predicate> InsnPredicates = [HasEVA]; }
288 list<Predicate> InsnPredicates = [NotMips32r6, NotMips64r6, HasEVA];
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.h165 bool HasEVA; variable
305 bool hasEVA() const { return HasEVA; } in hasEVA()
DMipsSubtarget.cpp83 HasEVA(false), DisableMadd4(false), HasMT(false), HasCRC(false), in MipsSubtarget()
DMips.td178 def FeatureEVA : SubtargetFeature<"eva", "HasEVA", "true", "Mips EVA ASE">;
DMipsInstrInfo.td235 def HasEVA : Predicate<"Subtarget->hasEVA()">,
379 class ASE_EVA { list<Predicate> ASEPredicate = [HasEVA]; }
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc2491 if (Bits[Mips::FeatureEVA]) HasEVA = true;