Home
last modified time | relevance | path

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

/external/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>;
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h341 bool HasVPOPCNTDQ = false; variable
725 bool hasVPOPCNTDQ() const { return HasVPOPCNTDQ; } in hasVPOPCNTDQ()
DX86.td142 def FeatureVPOPCNTDQ : SubtargetFeature<"avx512vpopcntdq", "HasVPOPCNTDQ",
DX86InstrAVX512.td10833 SchedWriteVecALU, HasVPOPCNTDQ>;
10835 defm : avx512_unary_lowering<"VPOPCNTQ", ctpop, avx512vl_i64_info, HasVPOPCNTDQ>;
10836 defm : avx512_unary_lowering<"VPOPCNTD", ctpop, avx512vl_i32_info, HasVPOPCNTDQ>;
DX86InstrInfo.td898 def HasVPOPCNTDQ : Predicate<"Subtarget->hasVPOPCNTDQ()">;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23215 if (Bits[X86::FeatureVPOPCNTDQ]) HasVPOPCNTDQ = true;