Home
last modified time | relevance | path

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/
DX86InstrVecCompiler.td177 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 {
DX86Subtarget.h342 bool HasBWI = false; variable
687 bool hasBWI() const { return HasBWI; } in hasBWI()
DX86InstrAVX512.td1331 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 …]
DX86.td151 def FeatureBWI : SubtargetFeature<"avx512bw", "HasBWI", "true",
DX86InstrInfo.td877 def HasBWI : Predicate<"Subtarget->hasBWI()">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23111 if (Bits[X86::FeatureBWI]) HasBWI = true;