Home
last modified time | relevance | path

Searched refs:hasEVA (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h252 bool hasEVA() const { return HasEVA; } in hasEVA() function
DMipsInstrInfo.td218 def HasEVA : Predicate<"Subtarget->hasEVA()">,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.h317 bool hasEVA() const { return HasEVA; } in hasEVA() function
DMipsScheduleGeneric.td619 // microMIPS EVA ASE - InMicroMipsMode, hasEVA
DMipsInstrInfo.td240 def HasEVA : Predicate<"Subtarget->hasEVA()">,
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.h321 bool hasEVA() const { return HasEVA; } in hasEVA() function
DMipsScheduleGeneric.td619 // microMIPS EVA ASE - InMicroMipsMode, hasEVA
DMipsInstrInfo.td240 def HasEVA : Predicate<"Subtarget->hasEVA()">,
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc6767 /* 13134*/ OPC_CheckPatternPredicate, 43, // (Subtarget->hasEVA()) && (Subtarget->inMicroMip…
6807 /* 13212*/ OPC_CheckPatternPredicate, 43, // (Subtarget->hasEVA()) && (Subtarget->inMicroMip…
6848 /* 13290*/ OPC_CheckPatternPredicate, 43, // (Subtarget->hasEVA()) && (Subtarget->inMicroMip…
6891 /* 13367*/ OPC_CheckPatternPredicate, 43, // (Subtarget->hasEVA()) && (Subtarget->inMicroMip…
30040 …case 43: return (Subtarget->hasEVA()) && (Subtarget->inMicroMipsMode()) && (!Subtarget->hasMips32r…
DMipsGenGlobalISel.inc151 if (Subtarget->hasEVA())