Searched refs:HasPREFETCHWT1 (Results 1 – 12 of 12) 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()">;
214 bool HasPREFETCHWT1 = false; variable667 bool hasPREFETCHWT1() const { return HasPREFETCHWT1; } in hasPREFETCHWT1()
148 def FeaturePREFETCHWT1 : SubtargetFeature<"prefetchwt1", "HasPREFETCHWT1",
957 def HasPREFETCHWT1 : Predicate<"Subtarget->hasPREFETCHWT1()">;
272 HasPREFETCHWT1 = true; in handleTargetFeatures()699 if (HasPREFETCHWT1) in getTargetDefines()976 .Case("prefetchwt1", HasPREFETCHWT1) in hasFeature()
119 bool HasPREFETCHWT1 = false; variable
2353 bool HasPREFETCHWT1 = false; member in __anon6f485c4e0111::X86TargetInfo3354 HasPREFETCHWT1 = true; in handleTargetFeatures()3771 .Case("prefetchwt1", HasPREFETCHWT1) in hasFeature()
23167 if (Bits[X86::FeaturePREFETCHWT1]) HasPREFETCHWT1 = true;