Lines Matching refs:AnyExt
884 // We support custom legalizing of sext and anyext loads for specific
7631 SDLoc DL, MVT VT, int Scale, int Offset, bool AnyExt, SDValue InputV,
7680 if (AnyExt && EltBits == 32) {
7688 if (AnyExt && EltBits == 16 && Scale > 2) {
7765 SDValue Ext = AnyExt ? DAG.getUNDEF(InputVT)
7805 bool AnyExt = true;
7817 // We no longer are in the anyext case.
7818 AnyExt = false;
7861 DL, VT, Scale, Offset, AnyExt, InputV, Mask, Subtarget, DAG);
11866 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0));
11869 OpVT, DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32, AnyExt));
15271 && "Only anyext and sext are currently implemented.");
25337 // feeding into a bitcast (this represents anyext) feeding into
26935 //(sext_in_reg (v4i64 anyext (v4i32 x )), ExtraVT) ->