Home
last modified time | relevance | path

Searched refs:HasBWI (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrAVX512.td905 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 …]
DX86Subtarget.h241 bool HasBWI; variable
448 bool hasBWI() const { return HasBWI; } in hasBWI()
DX86Subtarget.cpp267 HasBWI = false; in initializeEnvironment()
DX86.td137 def FeatureBWI : SubtargetFeature<"avx512bw", "HasBWI", "true",
DX86InstrInfo.td809 def HasBWI : Predicate<"Subtarget->hasBWI()">,
/external/llvm-project/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.h347 bool HasBWI = false; variable
729 bool hasBWI() const { return HasBWI; } in hasBWI()
DX86InstrAVX512.td1377 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 …]
DX86.td154 def FeatureBWI : SubtargetFeature<"avx512bw", "HasBWI", "true",
DX86ISelLowering.cpp1477 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 …]
DX86InstrInfo.td903 def HasBWI : Predicate<"Subtarget->hasBWI()">;
/external/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()">;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23111 if (Bits[X86::FeatureBWI]) HasBWI = true;