Searched refs:HasVPOPCNTDQ (Results 1 – 5 of 5) sorted by relevance
336 bool HasVPOPCNTDQ = false; variable683 bool hasVPOPCNTDQ() const { return HasVPOPCNTDQ; } in hasVPOPCNTDQ()
139 def FeatureVPOPCNTDQ : SubtargetFeature<"avx512vpopcntdq", "HasVPOPCNTDQ",
872 def HasVPOPCNTDQ : Predicate<"Subtarget->hasVPOPCNTDQ()">;
10691 SchedWriteVecALU, HasVPOPCNTDQ>;10693 defm : avx512_unary_lowering<"VPOPCNTQ", ctpop, avx512vl_i64_info, HasVPOPCNTDQ>;10694 defm : avx512_unary_lowering<"VPOPCNTD", ctpop, avx512vl_i32_info, HasVPOPCNTDQ>;
23215 if (Bits[X86::FeatureVPOPCNTDQ]) HasVPOPCNTDQ = true;