Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Output

922   // input elements by hand and construct the Lo/Hi output using a BUILD_VECTOR.
925 SDValue &Output = High ? Hi : Lo;
927 // Build a shuffle mask for the output, discovering on the fly which
1000 // Construct the Lo/Hi output using a BUILD_VECTOR.
1001 Output = DAG.getNode(ISD::BUILD_VECTOR,dl,NewVT, &SVOps[0], SVOps.size());
1004 Output = DAG.getUNDEF(NewVT);
1011 Output = DAG.getVectorShuffle(NewVT, dl, Op0, Op1, &Ops[0]);
2145 // Assume that the input and output will be widen appropriately. If not,