Searched refs:HasPREFETCHWT1 (Results 1 – 6 of 6) sorted by relevance
223 bool HasPREFETCHWT1 = false; variable584 bool hasPRFCHW() const { return HasPRFCHW || HasPREFETCHWT1; } in hasPRFCHW()585 bool hasPREFETCHWT1() const { return HasPREFETCHWT1; } in hasPREFETCHWT1()
103 TB, Requires<[HasPREFETCHWT1]>;
143 def FeaturePREFETCHWT1 : SubtargetFeature<"prefetchwt1", "HasPREFETCHWT1",
890 def HasPREFETCHWT1 : Predicate<"Subtarget->hasPREFETCHWT1()">;
2353 bool HasPREFETCHWT1 = false; member in __anond4862fe70111::X86TargetInfo3354 HasPREFETCHWT1 = true; in handleTargetFeatures()3771 .Case("prefetchwt1", HasPREFETCHWT1) in hasFeature()
16740 if (Bits[X86::FeaturePREFETCHWT1]) HasPREFETCHWT1 = true;