Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h360 bool HasBITALG = false; variable
693 bool hasBITALG() const { return HasBITALG; } in hasBITALG()
DX86.td174 def FeatureBITALG : SubtargetFeature<"avx512bitalg", "HasBITALG", "true",
DX86InstrAVX512.td11956 avx512vl_i8_info, HasBITALG>;
11958 avx512vl_i16_info, HasBITALG>, VEX_W;
11960 defm : avx512_unary_lowering<"VPOPCNTB", ctpop, avx512vl_i8_info, HasBITALG>;
11961 defm : avx512_unary_lowering<"VPOPCNTW", ctpop, avx512vl_i16_info, HasBITALG>;
11991 let Predicates = [HasBITALG] in
11993 let Predicates = [HasBITALG, HasVLX] in {
DX86InstrInfo.td888 def HasBITALG : Predicate<"Subtarget->hasBITALG()">;
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h368 bool HasBITALG = false; variable
735 bool hasBITALG() const { return HasBITALG; } in hasBITALG()
DX86.td180 def FeatureBITALG : SubtargetFeature<"avx512bitalg", "HasBITALG", "true",
DX86InstrAVX512.td11952 avx512vl_i8_info, HasBITALG>;
11954 avx512vl_i16_info, HasBITALG>, VEX_W;
11956 defm : avx512_unary_lowering<"VPOPCNTB", ctpop, avx512vl_i8_info, HasBITALG>;
11957 defm : avx512_unary_lowering<"VPOPCNTW", ctpop, avx512vl_i16_info, HasBITALG>;
11987 let Predicates = [HasBITALG] in
11989 let Predicates = [HasBITALG, HasVLX] in {
DX86InstrInfo.td916 def HasBITALG : Predicate<"Subtarget->hasBITALG()">;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23108 if (Bits[X86::FeatureBITALG]) HasBITALG = true;