Searched refs:HasBITALG (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 360 bool HasBITALG = false; variable 693 bool hasBITALG() const { return HasBITALG; } in hasBITALG()
|
D | X86.td | 174 def FeatureBITALG : SubtargetFeature<"avx512bitalg", "HasBITALG", "true",
|
D | X86InstrAVX512.td | 11956 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 {
|
D | X86InstrInfo.td | 888 def HasBITALG : Predicate<"Subtarget->hasBITALG()">;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 368 bool HasBITALG = false; variable 735 bool hasBITALG() const { return HasBITALG; } in hasBITALG()
|
D | X86.td | 180 def FeatureBITALG : SubtargetFeature<"avx512bitalg", "HasBITALG", "true",
|
D | X86InstrAVX512.td | 11952 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 {
|
D | X86InstrInfo.td | 916 def HasBITALG : Predicate<"Subtarget->hasBITALG()">;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23108 if (Bits[X86::FeatureBITALG]) HasBITALG = true;
|