HomeSort by relevance Sort by last modified time
    Searched refs:hasBMI (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 105 /// HasBMI - Processor has BMI1 instructions.
106 bool HasBMI;
194 bool hasBMI() const { return HasBMI; }
X86ISelLowering.cpp 382 if (Subtarget->hasBMI()) {
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 136 bool HasBMI;
417 bool hasBMI() const { return HasBMI; }
X86ISelLowering.cpp 320 if (!Subtarget.hasBMI()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 172 bool HasBMI = false;
576 bool hasBMI() const { return HasBMI; }
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp 353 if (!Subtarget.hasBMI()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenFastISel.inc 652 if ((Subtarget->hasBMI())) {
661 if ((Subtarget->hasBMI())) {
670 if ((Subtarget->hasBMI())) {
    [all...]
X86GenGlobalISel.inc 281 if (Subtarget->hasBMI())
    [all...]

Completed in 317 milliseconds