Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h355 bool HasBITALG = false; variable
641 bool hasBITALG() const { return HasBITALG; } in hasBITALG()
DX86.td169 def FeatureBITALG : SubtargetFeature<"avx512bitalg", "HasBITALG", "true",
DX86InstrAVX512.td11823 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 {
DX86InstrInfo.td848 def HasBITALG : Predicate<"Subtarget->hasBITALG()">;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc16689 if (Bits[X86::FeatureBITALG]) HasBITALG = true;