Searched refs:HasBWI (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrVecCompiler.td | 177 let Predicates = [HasBWI] in { 235 let Predicates = [HasBWI, HasVLX] in { 295 let Predicates = [HasBWI] in { 308 let Predicates = [HasBWI, NoDQI] in { 320 let Predicates = [HasBWI, HasDQI] in { 330 let Predicates = [HasBWI] in {
|
D | X86Subtarget.h | 342 bool HasBWI = false; variable 687 bool hasBWI() const { return HasBWI; } in hasBWI()
|
D | X86InstrAVX512.td | 1331 avx512vl_i8_info, X86VBroadcast, GR8, sub_8bit, HasBWI>; 1334 HasBWI>; 1362 avx512vl_i8_info, HasBWI, 0>; 1364 avx512vl_i16_info, HasBWI, 0>; 1418 let Predicates = [HasVLX, HasBWI] in { 1444 let Predicates = [HasBWI] in { 1824 avx512vl_i16_info, avx512vl_i16_info, HasBWI>, 1939 avx512vl_i16_info, avx512vl_i16_info, HasBWI>, 2040 let Predicates = [HasBWI] in 2044 let Predicates = [HasBWI, HasVLX] in { [all …]
|
D | X86.td | 151 def FeatureBWI : SubtargetFeature<"avx512bw", "HasBWI", "true",
|
D | X86InstrInfo.td | 877 def HasBWI : Predicate<"Subtarget->hasBWI()">;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23111 if (Bits[X86::FeatureBWI]) HasBWI = true;
|