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

  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenFastISel.inc 45 if ((Subtarget->hasBWI()) && (Subtarget->hasVLX())) {
51 if ((Subtarget->hasAVX()) && (!Subtarget->hasVLX() || !Subtarget->hasBWI())) {
60 if ((Subtarget->hasBWI()) && (Subtarget->hasVLX())) {
63 if ((Subtarget->hasAVX2()) && (!Subtarget->hasVLX() || !Subtarget->hasBWI())) {
72 if ((Subtarget->hasBWI())) {
81 if ((Subtarget->hasBWI()) && (Subtarget->hasVLX())) {
87 if ((Subtarget->hasAVX()) && (!Subtarget->hasVLX() || !Subtarget->hasBWI())) {
96 if ((Subtarget->hasBWI()) && (Subtarget->hasVLX())) {
99 if ((Subtarget->hasAVX2()) && (!Subtarget->hasVLX() || !Subtarget->hasBWI())) {
108 if ((Subtarget->hasBWI())) {
    [all...]
X86GenGlobalISel.inc 215 if (Subtarget->hasBWI())
217 if (!Subtarget->hasBWI())
223 if (!Subtarget->hasVLX() || !Subtarget->hasBWI())
    [all...]
  /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();
X86TargetTransformInfo.cpp 301 ST->hasBWI()) {
467 if (ST->hasBWI())
    [all...]
X86LegalizerInfo.cpp 460 if (!(Subtarget.hasAVX512() && Subtarget.hasBWI()))
X86ISelLowering.cpp     [all...]
X86DomainReassignment.cpp 660 if (STI->hasBWI()) {
X86FrameLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 241 bool HasBWI;
448 bool hasBWI() const { return HasBWI; }
X86ISelLowering.cpp     [all...]
X86TargetTransformInfo.cpp     [all...]
X86InstrInfo.cpp     [all...]

Completed in 371 milliseconds