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

References

lib/Target/X86/X86ISelLowering.cpp
36838       (Subtarget.hasSSE2() ||
36839        (Subtarget.hasSSE1() && VT.getScalarType() == MVT::f32))) {
36989   if (Subtarget.hasAVX512() && N->getOpcode() == ISD::SELECT &&
37010   if (Subtarget.hasAVX512() && !Subtarget.hasBWI() && CondVT.isVector() &&
37010   if (Subtarget.hasAVX512() && !Subtarget.hasBWI() && CondVT.isVector() &&
37022   if (Subtarget.hasAVX512() && CondVT.isVector() &&
37092       Subtarget.hasSSE2() && VT.getVectorNumElements() >= 2 &&
37161       Subtarget.hasSSE2() && VT.getVectorNumElements() >= 2 &&
37215   if (SDValue V = combineVSelectWithAllOnesOrZeros(N, DAG, DCI, Subtarget))
37218   if (SDValue V = combineVSelectToBLENDV(N, DAG, DCI, Subtarget))
37221   if (SDValue V = narrowVectorSelect(N, DAG, Subtarget))