Searched refs:hasBWI (Results 1 – 4 of 4) sorted by relevance
448 bool hasBWI() const { return HasBWI; } in hasBWI() function
1576 (DataWidth >= 8 && ST->hasBWI()); in isLegalMaskedLoad()
809 def HasBWI : Predicate<"Subtarget->hasBWI()">,811 def NoBWI : Predicate<"!Subtarget->hasBWI()">;815 def NoVLX_Or_NoBWI : Predicate<"!Subtarget->hasVLX() || !Subtarget->hasBWI()">;
4424 if (Subtarget.hasBWI()) in copyPhysRegOpcode_AVX512()