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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 241 bool HasBWI;
448 bool hasBWI() const { return HasBWI; }
X86Subtarget.cpp 267 HasBWI = false;
  /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();
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenSubtargetInfo.inc     [all...]

Completed in 60 milliseconds