Home | History | Annotate | Download | only in ARM

Lines Matching defs:Input

1376 /// ARMISD:CALL <- callseq_end chain. Also add input and output parameter
4105 /// input = [v0 v1 v2 v3 ] (vi 16-bit element)
4131 /// input = [v0 v1 v2 v3 ] (vi 16-bit element)
4157 /// input = [v0 v1 ] (vi: 32-bit elements)
5477 // Check for Neon shuffles that modify both input vectors in place.
7712 // Each EXTRACT_VECTOR should have the same input vector and odd or even
7761 // Input is the vector.
7870 // Figure out the high and low input values to the MLAL node.
8141 SDValue Input =
8143 SDValue Vbic = DAG.getNode(ARMISD::VBICIMM, dl, VbicVT, Input, Val);
8184 SDValue Input =
8186 SDValue Vorr = DAG.getNode(ARMISD::VORRIMM, dl, VorrVT, Input, Val);
8672 // By construction, the input type must be float.