Lines Matching defs:Ext0
42458 SDValue Ext0 =
42461 TLO.DAG.getNode(Opc, DL, Ext0.getValueType(), Ext0, Op.getOperand(1));
44909 SDValue Ext0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, OpVT,
44913 return DAG.getNode(Vec.getOpcode(), DL, VT, Ext0, Ext1, Vec.getOperand(2));
44932 SDValue Ext0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL,
44939 return DAG.getNode(ISD::SELECT, DL, VT, Ext0, Ext1, Ext2);
57155 SDValue Ext0 = extractSubVector(InVec.getOperand(0), 0, DAG, DL, 128);
57158 return DAG.getNode(InOpcode, DL, VT, Ext0, Ext1, Ext2);
57172 SDValue Ext0 =
57177 return DAG.getNode(InOpcode, DL, VT, Ext0, Ext1, InVec.getOperand(2));
57178 return DAG.getNode(InOpcode, DL, VT, Ext0, Ext1);
57182 SDValue Ext0 =
57184 return DAG.getNode(InOpcode, DL, VT, Ext0);