Searched refs:HasVPOPCNTDQ (Results 1 – 5 of 5) sorted by relevance
337 bool HasVPOPCNTDQ = false; variable633 bool hasVPOPCNTDQ() const { return HasVPOPCNTDQ; } in hasVPOPCNTDQ()
137 def FeatureVPOPCNTDQ : SubtargetFeature<"avx512vpopcntdq", "HasVPOPCNTDQ",
834 def HasVPOPCNTDQ : Predicate<"Subtarget->hasVPOPCNTDQ()">;
10759 SchedWriteVecALU, HasVPOPCNTDQ>;10761 defm : avx512_unary_lowering<"VPOPCNTQ", ctpop, avx512vl_i64_info, HasVPOPCNTDQ>;10762 defm : avx512_unary_lowering<"VPOPCNTD", ctpop, avx512vl_i32_info, HasVPOPCNTDQ>;
16780 if (Bits[X86::FeatureVPOPCNTDQ]) HasVPOPCNTDQ = true;