Searched refs:HasBITALG (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 355 bool HasBITALG = false; variable 641 bool hasBITALG() const { return HasBITALG; } in hasBITALG()
|
D | X86.td | 169 def FeatureBITALG : SubtargetFeature<"avx512bitalg", "HasBITALG", "true",
|
D | X86InstrAVX512.td | 11823 avx512vl_i8_info, HasBITALG>; 11825 avx512vl_i16_info, HasBITALG>, VEX_W; 11827 defm : avx512_unary_lowering<"VPOPCNTB", ctpop, avx512vl_i8_info, HasBITALG>; 11828 defm : avx512_unary_lowering<"VPOPCNTW", ctpop, avx512vl_i16_info, HasBITALG>; 11849 let Predicates = [HasBITALG] in 11851 let Predicates = [HasBITALG, HasVLX] in {
|
D | X86InstrInfo.td | 848 def HasBITALG : Predicate<"Subtarget->hasBITALG()">;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 16689 if (Bits[X86::FeatureBITALG]) HasBITALG = true;
|