Home
last modified time | relevance | path

Searched refs:HasVPOPCNTDQ (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h336 bool HasVPOPCNTDQ = false; variable
683 bool hasVPOPCNTDQ() const { return HasVPOPCNTDQ; } in hasVPOPCNTDQ()
DX86.td139 def FeatureVPOPCNTDQ : SubtargetFeature<"avx512vpopcntdq", "HasVPOPCNTDQ",
DX86InstrInfo.td872 def HasVPOPCNTDQ : Predicate<"Subtarget->hasVPOPCNTDQ()">;
DX86InstrAVX512.td10691 SchedWriteVecALU, HasVPOPCNTDQ>;
10693 defm : avx512_unary_lowering<"VPOPCNTQ", ctpop, avx512vl_i64_info, HasVPOPCNTDQ>;
10694 defm : avx512_unary_lowering<"VPOPCNTD", ctpop, avx512vl_i32_info, HasVPOPCNTDQ>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23215 if (Bits[X86::FeatureVPOPCNTDQ]) HasVPOPCNTDQ = true;