HomeSort by relevance Sort by last modified time
    Searched defs:hasBMI2 (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86Subtarget.h 139 bool HasBMI2;
418 bool hasBMI2() const { return HasBMI2; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86Subtarget.h 175 bool HasBMI2 = false;
577 bool hasBMI2() const { return HasBMI2; }

Completed in 1322 milliseconds