/external/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 905 HasBWI>; 907 HasBWI>; 911 GR32, HasBWI>; 913 GR32, HasBWI>; 953 avx512vl_i8_info, HasBWI>; 955 avx512vl_i16_info, HasBWI>; 1143 avx512vl_i16_info, avx512vl_i16_info, HasBWI>, 1222 avx512vl_i16_info, avx512vl_i16_info, HasBWI>, 1315 let Predicates = [HasBWI] in 1318 let Predicates = [HasBWI, HasVLX] in { [all …]
|
D | X86Subtarget.h | 241 bool HasBWI; variable 448 bool hasBWI() const { return HasBWI; } in hasBWI()
|
D | X86Subtarget.cpp | 267 HasBWI = false; in initializeEnvironment()
|
D | X86.td | 137 def FeatureBWI : SubtargetFeature<"avx512bw", "HasBWI", "true",
|
D | X86InstrInfo.td | 809 def HasBWI : Predicate<"Subtarget->hasBWI()">,
|
/external/llvm-project/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 | 347 bool HasBWI = false; variable 729 bool hasBWI() const { return HasBWI; } in hasBWI()
|
D | X86InstrAVX512.td | 1377 avx512vl_i8_info, X86VBroadcast, GR8, sub_8bit, HasBWI>; 1380 HasBWI>; 1408 avx512vl_i8_info, HasBWI, 0>; 1410 avx512vl_i16_info, HasBWI, 0>; 1804 avx512vl_i16_info, avx512vl_i16_info, HasBWI>, 1922 avx512vl_i16_info, avx512vl_i16_info, HasBWI>, 2023 let Predicates = [HasBWI] in 2027 let Predicates = [HasBWI, HasVLX] in { 2223 SchedWriteVecALU, avx512vl_i8_info, HasBWI, 1>, 2227 SchedWriteVecALU, avx512vl_i16_info, HasBWI, 1>, [all …]
|
D | X86.td | 154 def FeatureBWI : SubtargetFeature<"avx512bw", "HasBWI", "true",
|
D | X86ISelLowering.cpp | 1477 bool HasBWI = Subtarget.hasBWI(); in X86TargetLowering() local 1492 if (HasBWI) in X86TargetLowering() 1537 if (HasBWI) in X86TargetLowering() 1553 setOperationAction(ISD::TRUNCATE, MVT::v32i8, HasBWI ? Legal : Custom); in X86TargetLowering() 1565 if (HasBWI) { in X86TargetLowering() 1594 setOperationAction(ISD::ADD, MVT::v32i16, HasBWI ? Legal : Custom); in X86TargetLowering() 1595 setOperationAction(ISD::SUB, MVT::v32i16, HasBWI ? Legal : Custom); in X86TargetLowering() 1596 setOperationAction(ISD::ADD, MVT::v64i8, HasBWI ? Legal : Custom); in X86TargetLowering() 1597 setOperationAction(ISD::SUB, MVT::v64i8, HasBWI ? Legal : Custom); in X86TargetLowering() 1601 setOperationAction(ISD::MUL, MVT::v32i16, HasBWI ? Legal : Custom); in X86TargetLowering() [all …]
|
D | X86InstrInfo.td | 903 def HasBWI : Predicate<"Subtarget->hasBWI()">;
|
/external/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()">;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23111 if (Bits[X86::FeatureBWI]) HasBWI = true;
|