Lines Matching refs:Ext0
17841 SDValue Ext0 = Op0.getOperand(0); in performUADDVAddCombine() local
17843 if (Ext0.getOpcode() != ISD::EXTRACT_SUBVECTOR || in performUADDVAddCombine()
17845 Ext0.getOperand(0) != Ext1.getOperand(0)) in performUADDVAddCombine()
17849 if (Ext0.getOperand(0).getValueType().getVectorNumElements() != in performUADDVAddCombine()
17852 if ((Ext0.getConstantOperandVal(1) != 0 || in performUADDVAddCombine()
17855 Ext0.getConstantOperandVal(1) != VT.getVectorNumElements())) in performUADDVAddCombine()
17859 return DAG.getNode(Opcode, SDLoc(A), VT, Ext0.getOperand(0)); in performUADDVAddCombine()
17889 SDValue Ext0 = Op0.getOperand(0); in performUADDVZextCombine() local
17891 EVT ExtVT0 = Ext0.getValueType(); in performUADDVZextCombine()
17900 DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(A), PairVT, Ext0, Ext1); in performUADDVZextCombine()
20720 SDValue Ext0, Ext1; in performExtBinopLoadFold() local
20734 Ext0 = DAG.getNode(Other.getOpcode(), DL, VT, Extr0); in performExtBinopLoadFold()
20744 Ext0 = DAG.getVectorShuffle(VT, DL, SubL, SubH, LowMask); in performExtBinopLoadFold()
20749 return DAG.getNode(N->getOpcode(), DL, VT, Ext0, NShift); in performExtBinopLoadFold()