Home
last modified time | relevance | path

Searched refs:hasBWI (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h448 bool hasBWI() const { return HasBWI; } in hasBWI() function
DX86TargetTransformInfo.cpp1576 (DataWidth >= 8 && ST->hasBWI()); in isLegalMaskedLoad()
DX86InstrInfo.td809 def HasBWI : Predicate<"Subtarget->hasBWI()">,
811 def NoBWI : Predicate<"!Subtarget->hasBWI()">;
815 def NoVLX_Or_NoBWI : Predicate<"!Subtarget->hasVLX() || !Subtarget->hasBWI()">;
DX86InstrInfo.cpp4424 if (Subtarget.hasBWI()) in copyPhysRegOpcode_AVX512()