Searched refs:HasBMI (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.h | 106 bool HasBMI; variable 194 bool hasBMI() const { return HasBMI; } in hasBMI()
|
D | X86Subtarget.cpp | 293 , HasBMI(false) in X86Subtarget()
|
D | X86.td | 107 def FeatureBMI : SubtargetFeature<"bmi", "HasBMI", "true",
|
D | X86GenSubtargetInfo.inc | 164 if ((Bits & X86::FeatureBMI) != 0) HasBMI = true;
|
D | X86InstrInfo.td | 483 def HasBMI : Predicate<"Subtarget->hasBMI()">; 1381 let Predicates = [HasBMI], Defs = [EFLAGS] in {
|
D | X86InstrArithmetic.td | 1170 let Predicates = [HasBMI], Defs = [EFLAGS] in {
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 136 bool HasBMI; variable 417 bool hasBMI() const { return HasBMI; } in hasBMI()
|
D | X86Subtarget.cpp | 257 HasBMI = false; in initializeEnvironment()
|
D | X86InstrInfo.td | 837 def HasBMI : Predicate<"Subtarget->hasBMI()">; 2177 let Predicates = [HasBMI], Defs = [EFLAGS] in { 2219 let Predicates = [HasBMI], Defs = [EFLAGS] in { 2232 let Predicates = [HasBMI] in { 2264 let Predicates = [HasBMI], Defs = [EFLAGS] in { 2311 let Predicates = [HasBMI] in { 2320 } // HasBMI
|
D | X86.td | 182 def FeatureBMI : SubtargetFeature<"bmi", "HasBMI", "true",
|
D | X86InstrArithmetic.td | 1282 let Predicates = [HasBMI], Defs = [EFLAGS] in { 1287 let Predicates = [HasBMI] in {
|