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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 238 bool HasDQI;
447 bool hasDQI() const { return HasDQI; }
X86TargetTransformInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenFastISel.inc     [all...]
X86GenGlobalISel.inc 211 if (Subtarget->hasDQI())
213 if (!Subtarget->hasDQI())
225 if (!Subtarget->hasVLX() || !Subtarget->hasDQI())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 340 bool HasDQI = false;
636 bool hasDQI() const { return HasDQI; }
X86DomainReassignment.cpp 636 if (STI->hasDQI()) {
700 if (STI->hasDQI()) {
X86LegalizerInfo.cpp 441 if (!(Subtarget.hasAVX512() && Subtarget.hasDQI()))
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
X86TargetTransformInfo.cpp 440 if (ST->hasDQI())
    [all...]

Completed in 297 milliseconds