Searched refs:HasEVA (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 143 bool HasEVA; variable 248 bool hasEVA() const { return HasEVA; } in hasEVA()
|
D | MipsSubtarget.cpp | 73 Os16(Mips_Os16), HasMSA(false), UseTCCInDIV(false), HasEVA(false), TM(TM), in MipsSubtarget()
|
D | Mips.td | 163 def FeatureEVA : SubtargetFeature<"eva", "HasEVA", "true", "Mips EVA ASE">;
|
D | MipsInstrInfo.td | 214 def HasEVA : Predicate<"Subtarget->hasEVA()">, 279 class INSN_EVA { list<Predicate> InsnPredicates = [HasEVA]; } 281 list<Predicate> InsnPredicates = [NotMips32r6, NotMips64r6, HasEVA];
|