reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
 8161   if (!Subtarget.hasAVX())
 8179   if (Subtarget.hasCDI() && (VT.is512BitVector() || Subtarget.hasVLX())) {
 8179   if (Subtarget.hasCDI() && (VT.is512BitVector() || Subtarget.hasVLX())) {
 8220       if (Subtarget.hasAVX()) {
 8221         if (SplatBitSize <= 64 && Subtarget.hasAVX2() &&
 8222             !(SplatBitSize == 64 && Subtarget.is32Bit())) {
 8317   if (ConstSplatVal && (Subtarget.hasAVX2() || OptForSize)) {
 8326         (OptForSize && (ScalarSize == 64 || Subtarget.hasAVX2()))) {
 8351   if (!IsLoad && Subtarget.hasInt256() &&
 8360       (Subtarget.hasVLX() && ScalarSize == 64))
 8365   if (Subtarget.hasInt256() && Ld.getValueType().isInteger()) {