Searched refs:HasPREFETCHWT1 (Results 1 – 5 of 5) sorted by relevance
216 bool HasPREFETCHWT1 = false; variable630 bool hasPRFCHW() const { return HasPRFCHW || HasPREFETCHWT1; } in hasPRFCHW()631 bool hasPREFETCHWT1() const { return HasPREFETCHWT1; } in hasPREFETCHWT1()
104 TB, Requires<[HasPREFETCHWT1]>;
145 def FeaturePREFETCHWT1 : SubtargetFeature<"prefetchwt1", "HasPREFETCHWT1",
930 def HasPREFETCHWT1 : Predicate<"Subtarget->hasPREFETCHWT1()">;
23167 if (Bits[X86::FeaturePREFETCHWT1]) HasPREFETCHWT1 = true;