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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 241 bool HasBWI;
448 bool hasBWI() const { return HasBWI; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 343 bool HasBWI = false;
637 bool hasBWI() const { return HasBWI; }
666 return hasBWI() && canExtendTo512DQ();
676 return hasBWI() && useAVX512Regs();

Completed in 456 milliseconds