Home | History | Annotate | Download | only in AArch64

Lines Matching refs:VSELECT

491   setTargetDAGCombine(ISD::VSELECT);
680 setOperationAction(ISD::VSELECT, VT, Expand);
9741 // vselect (v1i1 setcc) ->
9742 // vselect (v1iXX setcc) (XX is the size of the compared operand type)
9743 // FIXME: Currently the type legalizer can't handle VSELECT having v1i1 as
9744 // condition. If it can legalize "VSELECT v1i1" correctly, no need to combine
9745 // such VSELECT.
9767 return DAG.getNode(ISD::VSELECT, SDLoc(N), ResVT, SetCC,
9786 // that selects fed by vector SETCCs are canonicalized to VSELECT.
9884 case ISD::VSELECT: